How to disable ‘delete’ button in preview and in single product
-
Guys please guide me how to disable ‘clear’ button in preview and in single products like in attached image or if better can clear by second click like ‘Clearvariable’ works in ‘Variable Products’
Attachments:
You must be
logged in to view attached files.
Hello,
The option you are looking for is for the “quick shop” which means (Allow your users to purchase variable products directly from the shop page.) You will find that option under WoodMart >> Theme Options >> Shop >> Variable Products: https://postimg.cc/f3svcYzr
For the single product page, Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
span.wd-attr-selected, .reset_variations, .wd-reset-var {
display: none !important;
}
Best Regards,