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

how do i integrate your plugin “Variation Swatches For WooCommerce” with this module?

Hello. I am using diviplus plugin
https://diviplus.io/divi-woocommerce-products/
https://diviplus.io/divi-woocommerce-carousel/
how do i integrate your plugin “Variation Swatches For WooCommerce” with this module?
Sample page here: https://fs.divipro24.com/dpwooproducts/

Hakik Zaman

Hi Dmitri,

Thanks for reaching out to us. Please contact the Divi Plus Plugin Author and ask for a hook for the Divi WooCommerce Products Loop and Divi WooCommerce Carousel Products Loop.

So that we can give you a snippet to integrate swatches with those modules.

Or,

You can also send them this function to keep it in their product loop to get swatches:

if ( function_exists( 'woo_variation_swatches' ) ){
   woo_variation_swatches()->show_archive_page_swatches();
}

Thank You