Hi Jo,
Unfortunately, the feature is not currently available. You can disable swatch for a specific product (for archive/shop page) by adding the following snippet-
add_filter('wvs_pro_show_archive_variation_template', function($default){
global $product;
if( is_shop() && $product->get_id() == 13 ){ //13 is the product ID change is as you want
return false;
}
return $default;
});
But it’s a great idea. I’ll discuss this feature with my team.
In the meantime, please send the feature request here: https://storepress.fider.io/
and ask your other to upvote it.
Cheers!
Can I use variation swatches on some products only
Jo Holtom
Hi I’ve just bought this plugin but only want to use it on some products where the variables are colour-related. How do we switch off for some products? Or is this not possible? Many thanks
Jo