Page 1 of 1

Promotional Code

Posted: Tue Mar 10, 2009 9:23 am
by tiffany
How to I get rid of the promotional code in the check out area, my client doesn't need it.

Re: Promotional Code

Posted: Wed Mar 11, 2009 12:47 pm
by Vortx_Ian
In ConLib/OnePageCheckout.ascx, find the line of code:

Code: Select all

<uc:CouponDialog ID="CouponDialog1" runat="server" EnableViewState="false" />
and change it to read:

Code: Select all

<uc:CouponDialog ID="CouponDialog1" runat="server" EnableViewState="false" Visible="false" />
This will remove the Promotional/Coupon Code input area on the checkout page.