這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Product Display for Shopify

外掛說明

Product Display for Shopify 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 Shopify store admin, then you must install code on your WordPress site.

In your Shopify admin, do the following:

  1. Login to the Shopify 2 Admin Panel.
  2. Go to Apps, then click the “Manage private apps” link at the bottom of the page.
  3. Click the “Generate API credentials” button.
  4. Set the Private app name to “Product Display” and be sure you have Read access to Products, variants and collections.
  5. Click the save button, and note your Private app API key and Password.

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 Shopify.
– In Settings->Product Display for Shopify, set your Shopify URL, API Key and password.

To show a specific product on your blog, use the shortcode
[shop_product_display] with parameter “id” as a self closing tag.
So showing product 417935405 would be done as follows:

[shop_product_display id=”417935405″]

The id is shown in the URL when you edit a product in your admin.

常見問題集

Installation Instructions

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

In your Shopify admin, do the following:

  1. Login to the Shopify 2 Admin Panel.
  2. Go to Apps, then click the “Manage private apps” link at the bottom of the page.
  3. Click the “Generate API credentials” button.
  4. Set the Private app name to “Product Display” and be sure you have Read access to Products, variants and collections.
  5. Click the save button, and note your Private app API key and Password.

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 Shopify.
– In Settings->Product Display for Shopify, set your Shopify URL, API Key and password.

To show a specific product on your blog, use the shortcode
[shop_product_display] with parameter “id” as a self closing tag.
So showing product 417935405 would be done as follows:

[shop_product_display id=”417935405″]

The id is shown in the URL when you edit a product in your admin.

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

The product should be visible in the Online Store (set in the Sales Channels box on the Product Editing screen).

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

Modify product_display_for_shopify.php and change the function shop_product_display_price.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Product Display for Shopify〉的開發相關工作。

參與者

將〈Product Display for Shopify〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

First version