Home Forums WoodMart support forum how to remove coupon option?

how to remove coupon option?

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

    anamĂȘ
    Participant

    Hello, how are you? I have a question. I would like to remove the option to insert a discount coupon in the cart. I would like to have this option only on the payment page. How do I edit this block?

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

    Hello,

    Please add the below Custom CSS code to Theme Settings > Custom CSS > Global CSS section:

    .woocommerce-cart-form .coupon {
        display: none !important;
    }

    Best Regards,

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