Home Forums WoodMart support forum How to do cupon code more visible

How to do cupon code more visible

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #500719

    liutauraspalionis
    Participant

    Hey,

    I would like to place cupon code field under the final price so that customers could find more easy.

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

    Hung Pham
    Keymaster

    Hi,

    Thanks for reaching to us.

    Unfortunately, there is no such option in our theme by default. There is no quick way to change it without additional customization in files and we don’t have an instruction for this which is out of our basic support scope.

    Regards,

    #501528

    gytisgrigaliunass
    Participant

    Ok, I see.

    So any chance we could do minor adjustment, in check out page by default cupon place is closed, you need to press on link to open, so would be good to make it open by default same as in cart page.

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

    Hung Pham
    Keymaster

    Hi gytisgrigaliunass,

    In order to remove Categories meta info, add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS

    .woocommerce-checkout .woocommerce-form-coupon-toggle{
    	display: none;
    }
    
    :is(.checkout_coupon,.login.hidden-form) {
        display: flex !important;
    }

    Regards,

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