Clear Variation Setting is gone?
-
Greetings,
I am looking for the option to hide the clear/reset button of the variations in the product page.
If I remember there used to be such option and when I search on the woodmart settings it appears but it doesn’t show after I click on it.
Attachments:
You must be
logged in to view attached files.
Hello,
Try to add the following code in the function.php of the child theme.
add_filter('woocommerce_reset_variations_link', '__return_empty_string');
Best Regards.
Hello,
thanks for the code, regarding the setting in woodmart theme settings, this is gone?
Hello,
Sorry in theme setting there is no option available for this. Try to use this code.
Best Regards.