10 Practical WooCommerce Shortcodes
WooCommerce has some very useful shortcodes, especially for themes that are not developed for WooCommerce. We often get requests from customers with quote requests, such as displaying the current quote on the homepage. However, this usually requires only one line of a shortcode.
Recent products
[recent_products per_page="12" columns="4"]
Featured Products
[featured_products per_page="12" columns="4"]
Product
[product id="99"] order [product sku="FOO"]
Products
[products ids="1, 2, 3, 4, 5" columns="4"] order [products skus="foo, bar, baz" columns="4"]
Product page
[product_page id="99"] order [product_page sku="FOO"]
Product category
[product_category category="appliances" per_page="12" columns="4"]
Product Categories
[product_categories columns="4"]
Sale Products
[sale_products per_page="12" columns="4"]
Best Selling Products
[best_selling_products per_page="12" columns="4"]
Top Rated Products
[top_rated_products per_page="12" columns="4"]
You can find all the options and information here.
Join our list
Subscribe to our mailing list and get interesting stuff and updates to your email inbox.