WooCommerce Trending Products is a WooCommerce plugin/addon which allows you to display trending products on your WooCommerce powered store. The plugin has different admin settings to display the trending products on your website.
You can display trending products based on different options such as highest sold products, Most viewed products, On sale products or you can also select custom products which you can display on your store.
The plugin internally uses the default woocommerce loop template to display the products so it would automatically display the products as per your current style of the theme.
You can use
[woo_trending_products]
shortcode to display the trending products on any page/post/widget etc.
Please find the list of variables you can use with shortcode.
Variable Description
type Allows you to choose if you want the products to be displayed as grid or slider.
Possible values: grid, slider
Usage:
[woo_trending_products type="slider"]
num_slide Number of slides to display in one go if you are using type as slider.
Possible values: 1,2,3,4 etc. Any number.
Usage:
[woo_trending_products num_slide="1"]
total_item Define the number of items you want to display
Possible values are any numbers such as 1,2,3 etc.
Usage:
[woo_trending_products total_item="10"]
show_title Display the trending products title above the products.
Possible values: yes and no.
Usage:
[woo_trending_products show_title="yes"]
You can combine any of the shortcode variables and display trending products on different places. Check some examples below:
[woo_trending_products type="slider" num_slide="1" total_item="6" show_title="no"]
You must log in to submit a review.
Requires at least: 5.4
Tested up to WordPress version: 6.7
Requires PHP: 7.4 or Higher
Stable Tag: 1.4
Version 1.4(8th Aug 23)
Version 1.2(21st May 18)
Version 1.1(12th April 17)
Version 1.0 (31 Aug 15)