“Reset variations” doesn’t show
-
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.
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
Hello Aizaz,
Unfortunately it did not work…
Is it possible to try something else?
Thank you
Hello,
Please re-saving the product you imported then check back.
Best Regards
Hello Aizaz,
I re-saved the products and it works well now.
Thank you !
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.
The topic ‘“Reset variations” doesn’t show’ is closed to new replies.