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

Product gird appears twice

za H

Product gird appears twice20240814233359.png

Hakik Zaman

Hi za,

Thanks for reaching out to us.

Please add the following 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 check whether it resolves your issue or not.

Hope to hear from you soon.

Thank You

za H

The code has taken effect, thank you very much!