This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Shortcodes for WooCommerce

Description

A collection of useful shortcodes for WooCommerce.

Shortcodes included:

  • Featured products by category
  • List subcategories from category

Installation

Dashboard

  1. Go to the ‘Plugins’ menu, and choose ‘Add New’.
  2. Search for ‘shortcodes-for-woocommerce’, and then click ‘Install Now’.
  3. Click ‘Activate’.

FTP

  1. Download and extract the .zip file.
  2. Upload the unzipped folder to the /wp-content/plugins/ directory.
  3. Activate the plugin through the ‘Plugins’ menu.

Composer

composer require vint3/shortcodes-for-woocommerce

FAQ

Where can I report bugs?

Bugs can be reported on the GitHub repository.

How can I contribute?

Join in on our GitHub repository and read our contribution guidelines.

How can I use shortcodes in WooCommerce?

Visit Shortcodes included with WooCommerce for additional information.

How can I use the “featured products by category” shortcode?

[featured_products_by_category category=”CATEGORY_SLUG”]

Args:

'per_page' => '12',  
'columns'  => '3',  
'orderby'  => 'title',  
'order'    => 'desc',  
'category' => '',  // required  
'operator' => 'IN',  
'taxonomy' => 'product_cat'
How can I use the “list subcategories from category” shortcode?

[subcategories_from_category category=”CATEGORY_SLUG”]

Args:

'category'     => '',  // required  
'orderby'      => 'name',  
'order'        => 'asc',  
'style'        => 'list',  
'show_count'   => 0,  
'hide_empty'   => 0,  
'hierarchical' => 0,  
'taxonomy'     => 'product_cat',  
'show_title'   => 1,  
'css_class'    => 'subcategories-from-category'

Reviews

July 23, 2017
Plugin doesn't have shortcode button in WPEdit editor nor in basic WP editor. Documentation is weak.

Bad

April 26, 2017 1 reply
Plugin doesn't have shortcodes button in WPEdit (TinyMCE) editor.
Read all 2 reviews

Contributors & Developers

“Shortcodes for WooCommerce” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

1.2.3

  • Added Code Climate integration.
  • Added moar badges (yes I am a badge poser).
  • Added contribution guidelines.
  • Updated README.

1.2.2

  • Updated Codacy badge url.

1.2.1

  • Added Codacy (a tool for automated code review) badge.

1.2.0

  • Transfered the project ownership to Vint3.
  • Changed the class namespace.
  • Some other minor changes.

1.1.3

  • Minor changes.
  • Added language file.

1.1.2

  • Fix PSR-4 loader conflict with older implementation.

1.1.1

  • Added GitHub Updater support.
  • Added Update supported WordPress version.

1.1.0

  • [subcategories_from_category] shortcode.

1.0.0

  • [featured_products_by_category] shortcode.
  • Initial release.