Tagged: woocommerce
Hi
Thx for all the support
How can I stop every coupon applied update showing up on woocommerce. I do not mind the cart update, but we use lots of coupons which are auto applied and they fill the screen and customers do not like scrolling through all of these
thx
Joe
Hi,
Can you post the link to your website please?
Regards,
Josue
Ok You many have to add items to see what I am seeing
if you with link below and add two bags You should see the coupon applied message but then go to another espresso or coffee and add two or more bags Again you see the coupon applied message plus the message from the first choice and the more items you add the coupon messages build up and do not,go away and even on the checkout page So you could be seeing 20 messages on pages and in the cart which fill the page and the customer has to scroll through each time which is not good
http://coffee-direct.islandjoescoffee.com/shop/12oz-black-flag-bold-espresso/
Thank you
Hey!
Try adding this at the very end of your theme functions.php file:
remove_action( 'woocommerce_before_checkout_form', 'woocommerce_checkout_coupon_form', 10 );
Cheers!
Josue
Hi
I add to very end of the theme functions.php and it did not work. I tried it on a different computer with a cleared browser .
Any other ideas, it really is bad to scroll through out this
Thx again
Joe
Hey!
Try adding this code to the Quick CSS:
.container .woocommerce-message {
display: none;
}
.container .woocommerce-message:nth-of-type(1){
display: block;
}
Cheers!
Josue
Hi
That seems to have done the job. It only shows one update line which is fine and does not carry over
Super support and great theme.
Joe
Hi!
Great, glad we could help you :)
Regards,
Peter