Quote:
Can you post up your template file?
|
Here is the part of the
tpl I modified
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 $cart.coupon_discount eq 0 and $products ne ""}
{if $active_modules.Gift_Certificates ne ""}
{include file="modules/Gift_Certificates/gc_cart.tpl" giftcerts_data=$cart.giftcerts}
{/if}
{if $active_modules.Discount_Coupons ne ""}
{include file="modules/Discount_Coupons/add_coupon.tpl}
{/if}
{/if}
{capture name=dialog}
{if $products ne ""}
<form action="cart.php" method=post name=cartform>
<table border=0 width=100%>
{section name=product loop=$products}
{if $products[product].hidden eq ""}
<tr><td width=50 valign=top>
<a href="product.php?productid={$products[product].productid}">{include file="product_thumbnail.tpl" productid=$products
Thanks for all your help.
KInd regards,
Ricky