As soon as you select a product attribute (by default, this is a dropdown right above the variation add to cart button), a “Clear” button appears beside the dropdown/s in order to reset the selection/s and start anew.
As usual, some WooCommerce store owners may require to hide/delete such link, and this is why your truly is here: why “display:none” stuff with CSS when you’re not actually removing it completely from the code? Which means, there must be a PHP way.
And, once again, here comes a 1-line snippet. Enjoy!
When you select an attribute (“Color” in the example), a “Clear” link appears beside the last dropdown. On click, it resets all select fields. In this snippet, we’ll see how to completely remove this element.
PHP Snippet: Remove Reset Variations Link @ Variable Product Page
Please let me know in the comments if everything went as expected. I would be happy to revise the snippet if you report otherwise (please provide screenshots). I have tested this code with Storefront theme, the WooCommerce version listed above and a WordPress-friendly hosting.
If you think this code saved you time & money, feel free to join 17,000+ WooCommerce Weekly subscribers for blog post updates and 250+ Business Bloomer supporters for 365 days of WooCommerce benefits. Thank you in advance!
Need Help with WooCommerce?
Check out these free video tutorials. You can learn how to customize WooCommerce without unnecessary plugins, how to properly configure the WooCommerce plugin settings and even how to master WooCommerce troubleshooting in case of a bug!
Rodolfo Melogli
Business Bloomer Founder
Author, WooCommerce expert and WordCamp speaker, Rodolfo has worked as an independent WooCommerce freelancer since 2011. His goal is to help entrepreneurs and developers overcome their WooCommerce nightmares. Rodolfo loves travelling, chasing tennis & soccer balls and, of course, wood fired oven pizza.
Hi,
Is there also a way to show that reset button all the time, even before I select a variation? We have changed the dropdowns to swatches and would like to show that button before we have selected 3 variations. Maybe the user wants to change after selecting two variations, but then the button is not yet showing.
Yes it works and clear reset link is not visible but when user selects a variation there is no way to change it as dropdown hides other variations, is there a work around for that to never hide the variation in dropdown?
Questions? Feedback? Support? Leave your Comment Now! _____
If you are writing code, please wrap it between shortcodes: [php]code_here[/php]. Failure to complying with this (as well as going off topic, not writing in English, etc.) will result in comment deletion. You should expect a reply in about 2 weeks - this is a popular blog but I need to get paid work done first. Please consider joining BloomerArmada to get blog comment reply priority, ask me 1-to-1 WooCommerce questions and enjoy many more perks. Thank you :)
With 100,000 (and growing) monthly organic sessions, Business Bloomer is the most consistent, most active and most complete WooCommerce development/customization blog.
Of course this website itself uses the WooCommerce plugin, the Storefront theme and runs on a WooCommerce-friendly hosting.
Hi,
Is there also a way to show that reset button all the time, even before I select a variation? We have changed the dropdowns to swatches and would like to show that button before we have selected 3 variations. Maybe the user wants to change after selecting two variations, but then the button is not yet showing.
I believe you can just use some CSS:
Yes it works and clear reset link is not visible but when user selects a variation there is no way to change it as dropdown hides other variations, is there a work around for that to never hide the variation in dropdown?
That’s not default WooCommerce behavior, might be a plugin or your current theme hiding the other variations
Works like a charm!
Great!