fbpx
Want To Add Extra Images Per Product Variation For Free? Download Now

3rd party integration help

Nur Hasan

Hi, i am author of Product Slider for WooCommerce by PickPlugins
https://wordpress.org/plugins/woocommerce-products-slider/
One your variation swatches user requesting us to integrate feature, that’s why we need dev docs for shortcodes support.

https://pickplugins.com/question/show-swatches-in-the-carousel/

Hope someone will help.
Regards

Hakik Zaman

Hi Nur,

Thanks for reaching out to us. You can use the following shortcode to display swatches on the product slider/carousel loop. For example:

add_action( 'YOUR_ACTION_HOOK_INSIDE_PRODUCT_LOOP', function(){
echo do_shortcode( '[wvs_show_archive_variation]' );
});

Please let me know if you need any further assistance.

Hope to hear from you soon.

Thank You