Home Forums WoodMart support forum “Reset variations” doesn’t show

“Reset variations” doesn’t show

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #382400

    juliette
    Participant

    Hello support team,

    When I create a variable product on woocommerce, there is a “reset” button that appears when variations are selected on single product page.
    However when I import a variable product with exactly the same parameters than a variable product created on woocommerce, the “reset” button doesn’t appear anymore (see pictures below).

    Is it possible to have a custom CSS to force the appearance of the button please ?
    I found the custom CSS below on another topic, but it is to force the button to be hidden. Maybe the same CSS but to force the button to appear would work?

    .variations_form.variation-swatch-selected .reset_variations {
        display: none !important;
    }

    I leave admin logins below if helpful. Thank you!

    Attachments:
    You must be logged in to view attached files.
    #382449

    Hello,

    Please try adding the following Custom CSS for that.

    a.reset_variations {
        display: inline-block !important;
        visibility: visible !important;
    }

    And check if this works for you otherwise it requires customizations.

    Best Regards

    #382470

    juliette
    Participant

    Hello Aizaz,

    Unfortunately it did not work…
    Is it possible to try something else?

    Thank you

    #382532

    Hello,

    Please re-saving the product you imported then check back.

    Best Regards

    #385111

    juliette
    Participant

    Hello Aizaz,

    I re-saved the products and it works well now.

    Thank you !

    #385256

    Hello,

    We are Glad that your issue has been Resolved.

    Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.

    Have a wonderful day.

    Topic Closed.
    Best Regards.

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

The topic ‘“Reset variations” doesn’t show’ is closed to new replies.