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 heighest 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.
[woo_trending_products]shortcode to display the trending products on any page/post/widget etc.
| 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"]
= Version 1.6 = * Fixed: Rejection issue = Version 1.5 = - Fixed: Security issue - Code optimization = Version 1.4 = - Fixed: Featured product issue. - Fixed: Custom product and product fetch issue resolve. - Fixed: CSS issue. - Added: Translation, text domain, readme file. - Removed: Unnecessary option. Version 1.4 (12th Aug 21) - Upgraded the plugin to match the latest coding standards. - Tested with latest WordPress and fixed related issues. - Tested with latest WooCommerce and fixed issues. Version 1.3(21st May 18) - Fixed compatibility with WooCommerce 3.3.5 and WodPress 4.9.6 - Fixed ajax issue for woocommerce products Version 1.2(12th April 17) - Fixed compatibility with WooCommerce 3.0 Version 1.2(14th Mar 17) - Select2 used instead of chosen - Changed ajax search products - Fixed issue for product show numbers Version 1.0 (31 AUG 15) - Initial public release.