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

plugin variaton swatches

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

Hakik Zaman

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

Hakik Zaman

Hi maayan,

Can you please give us a temporary admin access to your site? We’ll try to investigate the issue for you.

You can add new users by going to Users > Add New set the user and password for us, set the role to admin and set the info here.

And add your site URL, login username, and password in the site login area. Follow this guideline: https://www.useloom.com/share/27c1f2ac633c4060b2da883d946107d7

Hope to hear from you soon!

I cannot authorize entry to the admin panel from another country.
There is a block on the server
Please try to explain to me how to fix the problem with the plugin

Thanks

 

Hakik Zaman

Hello maayan,

You know, coding related thing is hard to explain. I have created a screencast for you.

Please check this screencast and follow it carefully. I hope it will resolve your issue.

Looking forward to hearing from you.

Thanks