该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的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.

评价

此插件暂无评价。

贡献者及开发者

「WooProduct Shortcode」是开源软件。 以下人员对此插件做出了贡献。

贡献者

更新日志

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.