Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

WooProduct Shortcode

Descripción

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.

Capturas

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

Instalación

  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.

FAQ

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.

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

«WooProduct Shortcode» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «WooProduct Shortcode» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

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.