How can I show an error on the front end when a customer enters an invalid coupon code?
Thanks
If the customer enters an invalid code, the EE error template should be triggered, unless you have show_errors=“no” set in the coupon_form
NOTE: If I say “I will look into x” and you PM me information, please do not hesitate to contact me again about it, if I do not respond in several hours, or at most a day. Please feel free to remind me as you see fit
It’s catch 22. I have error_handling=“inline” required=“coupon_code”, which makes sure something is entered, but makes it impossible to show an error when an invalid code is entered.