VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: Parsimonious on February 14, 2019, 19:38:56 PM

Title: How do I disable the coupon box?
Post by: Parsimonious on February 14, 2019, 19:38:56 PM
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
Title: Re: How do I disable the coupon box?
Post by: Studio 42 on February 14, 2019, 23:59:26 PM
Can you not hide it using a CSS rule ?
Title: Re: How do I disable the coupon box?
Post by: jenkinhill on February 15, 2019, 11:37:39 AM
I use the following with VM default templates:

input.coupon, tr.sectiontableentry2 td span.details-button { display:none; }
Title: Re: How do I disable the coupon box?
Post by: seyi on April 17, 2019, 15:02:22 PM
Much easier to do through configuration
Virtuemart > configuration > shopfront, uncheck box "Enable Coupon Usage"