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

WooProduct Shortcode

描述

Add WooCommerce products into posts and pages using a shortcode, along with formatting options. The default WooCommerce shortcode for a single product had undesired formatting results, due to the way it was structured within a list. This plugin creates to [wooproduct] shortcode to drop single products into the text of your posts while having control over the formatting and CSS styles.

Please note this will not necesarily make your product info look “pretty”, as this plugin provides no CSS styles. It does, however, give you the required class (“wooproduct”) to apply custom CSS styles the resulting product info box to your heart’s content.

You are welcome to add comments and questions into the Plugin Support page. I will be as active as possible with responses.

螢幕截圖

  • The shortcode in use on an “out-of-the-box” WooCommerce test site

安裝

  1. Upload and activate the ‘WooProducts Shortcode’ plugin.
  2. You can add [wooproduct sku=”widget123″] into any page or post
  3. Alternatively, you can specify products using the post ID number [wooproduct ID=”321″]
  4. Your post will now show a box with product photo, title, and price information.

常見問題

Can I add multiple products within the same page or post?

Yes, there is no limit to the number of [wooproduct] shortcodes on a single page. It was built with the intention of creating lists of recommended products.

Does it work for any shopping cart?

No, this shortcode works exclusively with WooCommerce.

I paste my product SKU or ID into the shortcode and nothing shows up! Why?

You have to be careful copying and pasting numbers from your product list into your page editor. Sometimes it can also copy over colors and formatting code (HTML) that will break the shortcode. If you’re having trouble with a code, try highlighting the shortcode and clicking “Remove Formatting”, then save your post again.

評價

There are no reviews for this plugin.

貢獻者及開發者

“WooProduct Shortcode” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 WooProduct Shortcode 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

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

修改日誌

0.3

  • Date: May 7, 2014
  • NEW: Default CSS stylesheet to make the boxes look nicer within the content. (easily customized using the .wooproduct class in your theme styles)
  • FIX: Removed undesired text output when using SKU codes
  • TWEAK: Removed default inline style
  • TWEAK: Changed code to PHP class (prevents future plugin conflicts)

0.2

  • Date: April 30, 2014
  • NEW: You can add class=”classname” to the shortcode for more styling options
  • NEW: Uses wooproduct-template.php to format product boxes.
  • NEW: Strips stray HTML formatting from product IDs and SKUs to prevent issues.
  • FIX: Show products regardless of “catalog visibility” setting.

0.1

  • Date: October 23, 2013
  • Initial release.