View Single Post
  #103  
Old 09-22-2004, 05:47 PM
  rjcbear's Avatar 
rjcbear rjcbear is offline
 

X-Adept
  
Join Date: Jun 2004
Location: Alabama,U.S.A
Posts: 503
 

Default

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
__________________
X-CART Gold version 4.0.14 & 4.1.11
Apache Version 1.3.29 (Unix)
EWDHosting-Quality X-cart Hosting
We will always sell you the right shoe and the left one is free.
Reply With Quote