Create product/category carousels using « Product Carousel (WooCommerce) » shortcode from [tx] button
Example :
Category Carousel, 5 columns and 7 items
[tx_prodscroll type= »product_categories » ids= » » columns= »5″ items= »7″]
The code :
[tx_prodscroll type="product_categories" ids="" columns="5" items="7"]
[tx_divider size= »56″]
Recent Products, 5 columns and 7 items
[tx_prodscroll type= »recent_products » ids= » » columns= »5″ items= »7″]
The code :
[tx_prodscroll type="recent_products" ids="" columns="5" items="7"]
[tx_divider size= »56″]
Featured Products, 5 columns and 7 items
[tx_prodscroll type= »featured_products » ids= » » columns= »5″ items= »7″]
The code :
[tx_prodscroll type="featured_products" ids="" columns="5" items="7"]
[tx_divider size= »48″]
On Sale Products, 5 columns and 7 items
[tx_prodscroll type= »sale_products » ids= » » columns= »5″ items= »7″]
The code :
[tx_prodscroll type="sale_products" ids="" columns="5" items="7"]
[tx_divider size= »56″]
Best Selling Products, 5 columns and 7 items
[tx_prodscroll type= »best_selling_products » ids= » » columns= »5″ items= »7″]
The code :
[tx_prodscroll type="best_selling_products" ids="" columns="5" items="7"]
[tx_divider size= »56″]
Top Rated Products, 5 columns and 7 items
[tx_prodscroll type= »top_rated_products » ids= » » columns= »5″ items= »7″]
The code :
[tx_prodscroll type="top_rated_products" ids="" columns="5" items="7"]
[tx_divider size= »56″]
Products By IDs, 5 columns and 7 items
[tx_prodscroll type= »products » ids= »99,96,87,76,47,678,93″ columns= »5″ items= »7″]
The code :
[tx_prodscroll type="products" ids="99,96,87,76,47,678,93" columns="5" items="7"]