Promotional Code
Promotional Code
How to I get rid of the promotional code in the check out area, my client doesn't need it.
Re: Promotional Code
In ConLib/OnePageCheckout.ascx, find the line of code:
and change it to read:
This will remove the Promotional/Coupon Code input area on the checkout page.
Code: Select all
<uc:CouponDialog ID="CouponDialog1" runat="server" EnableViewState="false" />
Code: Select all
<uc:CouponDialog ID="CouponDialog1" runat="server" EnableViewState="false" Visible="false" />
Ian Keith
Vortx, Inc.
Website Design and Custom Development for E-Commerce Solutions
Vortx... very tech
Vortx, Inc.
Website Design and Custom Development for E-Commerce Solutions
Vortx... very tech