Home Forums WoodMart support forum How to disable ‘delete’ button in preview and in single product

How to disable ‘delete’ button in preview and in single product

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #636619

    dhndigitalmarketing
    Participant

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

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    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,

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