View Single Post
  #1  
Old 09-06-2008, 04:29 AM
 
kmhale3 kmhale3 is offline
 

Newbie
  
Join Date: Aug 2007
Posts: 1
 

Default Discount Coupon Move

I moved the discount coupon section another area within the checkout process however the flow didn't change. I moved the coupon section to the cart totals template.

{if $cart.coupon_discount eq 0 and $products ne ""}
<p />
{if $active_modules.Discount_Coupons ne ""}
{include file="modules/Discount_Coupons/add_coupon.tpl}
{/if}
{/if}

The problem occurs when an incorrect coupon is entered it takes you back to step one of the checkout, were do I find the code for the follow of this?

Thanks,
Kevin
__________________
Kevin M. Hale

X-Cart version4.1.8
Reply With Quote