Home Forums WoodMart support forum Clear Variation Setting is gone?

Clear Variation Setting is gone?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #528273

    antrikos
    Participant

    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.
    #528509

    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.

    #528716

    antrikos
    Participant

    Hello,

    thanks for the code, regarding the setting in woodmart theme settings, this is gone?

    #528753

    Hello,

    Sorry in theme setting there is no option available for this. Try to use this code.

    Best Regards.

Tagged: , ,

Viewing 4 posts - 1 through 4 (of 4 total)