Hello,
We are currently not offering any coupon codes, so I would like to remove the coupon box from my checkout page. Is there a way to do that?
Having the box there makes customer feel like they are missing out on a discount - but in truth there is no additional discount available.
using VM 3.4.0
Elizabeth
Can you not hide it using a CSS rule ?
I use the following with VM default templates:
input.coupon, tr.sectiontableentry2 td span.details-button { display:none; }
Much easier to do through configuration
Virtuemart > configuration > shopfront, uncheck box "Enable Coupon Usage"