Hello maayan pinhasovich,
Thanks for reaching out to us. Please create a child theme or use Code Snippet plugin and paste the below code to your child theme’s functions.php or Code Snippet plugin.
add_filter( 'default_wvs_variation_attribute_options_html', function ( $default ) {
if ( is_product() && get_the_ID() == 15 //here 15 is product id, set your product ID here. ) {
return true;
}
return $default;
} );
Please let me know, if it resolves your issue.
Thanks
plugin variaton swatches
maayan pinhasovich
Hi
The plugin conflicts with another plugin on my site.
on one page – https://dev.belonging.co.il/product/%d7%92%d7%99%d7%a4%d7%98-%d7%a7%d7%90%d7%a8%d7%93/
When I turned off the plugin (variation swatches) the bug is disappeared
and the gift card work good.
i dont need the plugin variaton swatches on this page.
Is it possible to turn off the plugin on only one page?
https://dev.belonging.co.il/product/%d7%92%d7%99%d7%a4%d7%98-%d7%a7%d7%90%d7%a8%d7%93/
Thanks