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

Swatches Not Show in Shop/Archives Page

Derrick Koo

Can you help us to check, after we active the PRO version. the color swatch didn’t show in shop/archives page…

If we deactivate the PRO plugin, it will show with free version..

Hakik Zaman

Hello Derrick Koo,

Thanks for reaching to us.

Could you please check your shop/archive page?

I have added below code to your child theme-

function wvs_goya_theme_support() {
add_action( 'woocommerce_shop_loop_item_title', 'wvs_pro_archive_variation_template', 30 );
remove_action('woocommerce_after_shop_loop_item','wvs_pro_archive_variation_template', 30);

}
add_action( 'init', 'wvs_goya_theme_support' );

Please let me know, is it working from your side or not.

Thanks

Derrick Koo

working… but we don’t want to show SIZE in shop/archive page… can help to remove? 🙂

Hakik Zaman

Hello Derrick Koo,

Glad that it works for you 🙂

Could you please check this documentation? I hope you can do it by yourself.

If still there any confusion, please let us know. We are here to help.

We really get excited & honored when you use our plugin on your site.

If you found my support helpful, could you please leave your valuable review here: https://wordpress.org/support/plugin/woo-variation-swatches/reviews/?filter=5

Your rating keeps us inspired.

Thank You