Product Carousels WooCommerce Addon Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin Description
We have developed add-on for WooCommerce plugin that enhances the current feature to next level.
Using this plugin , we can add ‘Featured Product Carousel’ and ‘Latest Product Carousel’ in page using shortcodes
- Upload the folder “product-carousels-woocommerce-addon” to “/wp-content/plugins/”
- Activate the plugin through the “Plugins” menu in WordPress
-
Manage carousel settings form WP-admin ->Woo Carousel
-
Use below shortcode in editor to show latest products carousel
[latest-product-carousel]
You can also call shortcode in php template file by
<?php echo do_shortcode('[latest-product-carousel]');?>
- Use below shortcode in editor to show featured product carousel
[featured-product-carousel]
You can also call shortcode in php template file by
<?php echo do_shortcode('[featured-product-carousel]');?>
Screenshots
-
Back end product carousel setting
-
Front end latest products carousel look
-
Front end featured product carousel look