This topic has 6 replies, 3 voices, and was last updated 3 years, 11 months ago ago by Olga Barlow
Hi there,
When client goes to checkout the coupon field (with dropdown) on checkout does not work. The dropdown goes up by itself. Is there a way to disable the discount field there? As on the next page a discount field is displayed also?
Hi, there was an issue with redirect. It is solved now. Can you have a look?
Add the next code in Theme Options > Theme Custom CSS:
.woocommerce-cart .actions>div:first-child {
display: none;
}
.woocommerce-cart .actions>div:last-child {
width: 100%;
}
Regards
Thanks, but now the couponfield on the next page is missing too. Do you have a solution?
Hello,
Do you want to disable the coupon option at all or just hide it on the checkout page or hide it on the cart page?
To disable the coupon option go to WooCommerce > Settings > General > Coupon.
Regards
You must be logged in to reply to this topic.Log in/Sign up