Remove promotional code (Coupon Code) from cart page

This topic has 2 replies, 2 voices, and was last updated 3 years ago ago by Olga Barlow

  • Avatar: Hasnat
    Hasnat
    Participant
    April 6, 2021 at 11:26

    Hi I want to 26. Remove promotional code from cart page under the product detail. I remove it from code because we want coupon option but not in under cart detail. So far when i remove coupon code option from cart>cart.php but it not remove from there its still show on screen

    1 Answer
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    April 6, 2021 at 18:24

    Hello,

    Add the Custom CSS to Theme Options > Custom CSS to hide the coupon on the cart page

    .woocommerce-cart .to_open-coupon, .woocommerce-cart .coupon {
        display: none;
    }

    Regards

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.