Promotional Code

Store UI, layout, design, look and feel; Discussion on the customer facing pages of your online store. Cascading Style Sheets, Themes, Scriptlets, NVelocity and the components in the ConLib directory.
Post Reply
tiffany
Ensign (ENS)
Ensign (ENS)
Posts: 1
Joined: Wed Feb 04, 2009 8:53 am

Promotional Code

Post by tiffany » Tue Mar 10, 2009 9:23 am

How to I get rid of the promotional code in the check out area, my client doesn't need it.

Vortx_Ian
Ensign (ENS)
Ensign (ENS)
Posts: 5
Joined: Tue Oct 14, 2008 2:47 pm

Re: Promotional Code

Post by Vortx_Ian » Wed Mar 11, 2009 12:47 pm

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.

Post Reply