이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Product Display for Magento

설명

Product Display for Magento takes a product sku, and pulls in the product name, price, image, description and link, and displays it in a post.

스크린샷

  • What the product information in your post will look like.

설치

Note: This is a two-part install; you have to do some configuration on your Magento installation, then you must install code on your WordPress installation.

In your Magento admin, do the following:

  1. Login to the Magento 2 Admin Panel.
  2. Go to System -> User Roles and press the Add New Role button.
  3. Set the the Role Name to blog. In Your Password field, enter the current password of your Magento 2 Admin. Then, on the left side of the screen, click Role Resources. In the Resource Access, select Custom, and click the Products checkbox under Resources. Now press the Save Role button.
  4. Go to System -> All Users and press the Add New User button. Enter all required information, setting the User Name to blog, and the User Password to something other than your Admin password. Then, on the left side of the screen, click User Role and select blog. Now press the Save User button.

Install the WordPress part of this mod as usual (using the Install button
on the mod page on WordPress.org). The follow these steps:

  1. In your WordPress admin, do the following:

– In Plugins->Installed Plugins, click the “Activate” link under Product Display for Magento.
– In Settings->Product Display for Magento, set your Magento URL, user name and password.

To show a specific product on your blog, use the shortcode
[mage_product_display] with parameter “sku” as a self closing tag.
So showing the product with SKU “MS06-L-Blue” would be done as follows:

[mage_product_display sku=”MS06-L-Blue”]

FAQ

Installation Instructions

Note: This is a two-part install; you have to do some configuration on your Magento installation, then you must install code on your WordPress installation.

In your Magento admin, do the following:

  1. Login to the Magento 2 Admin Panel.
  2. Go to System -> User Roles and press the Add New Role button.
  3. Set the the Role Name to blog. In Your Password field, enter the current password of your Magento 2 Admin. Then, on the left side of the screen, click Role Resources. In the Resource Access, select Custom, and click the Products checkbox under Resources. Now press the Save Role button.
  4. Go to System -> All Users and press the Add New User button. Enter all required information, setting the User Name to blog, and the User Password to something other than your Admin password. Then, on the left side of the screen, click User Role and select blog. Now press the Save User button.

Install the WordPress part of this mod as usual (using the Install button
on the mod page on WordPress.org). The follow these steps:

  1. In your WordPress admin, do the following:

– In Plugins->Installed Plugins, click the “Activate” link under Product Display for Magento.
– In Settings->Product Display for Magento, set your Magento URL, user name and password.

To show a specific product on your blog, use the shortcode
[mage_product_display] with parameter “sku” as a self closing tag.
So showing the product with SKU “MS06-L-Blue” would be done as follows:

[mage_product_display sku=”MS06-L-Blue”]

Are there any requirements for products I’d like to display?

The product must have the Visibility setting (in Admin->Products->Catalog->edit product) set so that “Catalog” is included in the value (e.g. “Catalog” or “Catalog,Search”). Otherwise the link back to the product won’t work.

I use a currency other than dollars – how do I change the price display?

Modify product_display_for_magento.php and change the function mage_product_display_price.

후기

모든 1 평가 읽기

기여자 & 개발자

“Product Display for Magento”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Product Display for Magento”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

First version