View Single Post
  #104  
Old 09-22-2004, 05:49 PM
  Jon's Avatar 
Jon Jon is offline
 

X-Guru
  
Join Date: Oct 2002
Location: Vancouver, Canada
Posts: 4,200
 

Default

Use this:

Code:
{* $Id: cart.tpl,v 1.59.2.4 2004/02/06 10:19:50 svowl Exp $ *} {include file="location.tpl" last_location=$lng.lbl_your_shopping_cart} <h3>{$lng.lbl_your_shopping_cart}</h3> {$lng.txt_cart_header} {if $active_modules.Gift_Certificates ne ""} {$lng.txt_cart_note} {/if} {if $active_modules.Gift_Certificates ne ""} {include file="modules/Gift_Certificates/gc_cart.tpl" giftcerts_data=$cart.giftcerts} {/if} {if $cart.coupon_discount eq 0 and $products ne ""} {if $active_modules.Discount_Coupons ne ""} {include file="modules/Discount_Coupons/add_coupon.tpl} {/if} {/if}
Reply With Quote