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

Variation swatches appear duplicated

Hi, I have an issue with the visualization of the variation swatches in the store view. In the Add to cart button the swatches appear when I’m about to select a product.

I let an image and a video as example of the problem in the site.

WhatsApp Image 2022-08-23 at 4.59.24 PM.jpeg

 

Hakik Zaman

Hi Ingrid,

Thanks for reaching out to us. Please try to add the below snippet using the Code Snippets plugin:

add_action('woo_variation_swatches_pro_archive_page_loaded', function($wvs_pro){
   remove_action('woocommerce_init', array( $wvs_pro, 'enable_swatches' ), 1);
}, 10, 1);

Then let me know if it works. Hope to hear from you soon!

Thank You

Hakik Zaman

Hi Ingrid,

Could you disable our swatches plugin and check if is it happening without our plugin or not?

Thank you