• Hi,

    Could any1 plz tell me how to hide the dropdown coupon field saying “Have a coupon? Click here to enter your code”?

    I do have cart and checkout paged merged into one single page, if that makes any difference…

Viewing 1 replies (of 1 total)
  • Mina

    (@purpleberryservices)

    This may be helpful. It will hide coupons from all pages of site.

    add_filter( ‘woocommerce_coupons_enabled’, ‘pbs_hide_coupon_from_everywhere’ );
    function pbs_hide_coupon_from_everywhere( $enabled ) {
    return false;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘hide coupon on checkout?’ is closed to new replies.