View Single Post
  #11  
Old 04-28-2005, 10:42 AM
 
zardos zardos is offline
 

Senior Member
  
Join Date: Jun 2004
Location: UK England
Posts: 140
 

Default

Hi

Edit skin1/customer/main/product.tpl

Code:
{if $config.Appearance.show_in_stock eq "Y" and $config.General.unlimited_products ne "Y" and $product.distribution eq ""} <TR><TD width="30%">{$lng.lbl_quantity}</TD><TD class="InStockText" nowrap><SPAN id="product_avail_txt">{if $product.avail gt 0}Item(s) In Stock</SPAN>{else}<SPAN class="OutOfText" nowrap>Item(s) out of stock (1-3 days)</span>{/if}</TD></TR> {/if} {if $product.weight ne "0.00"}<TR><TD width="30%">{$lng.lbl_weight}</TD><TD nowrap><SPAN id="product_weight">{$product.weight}</SPAN> {$config.General.weight_symbol}<SPAN class="WeightText" nowrap> (Postage is calculated by weight)</SPAN></TD></TR>{/if}

Hope that helps
__________________
X-Cart V4.0.18
PHP 4.3.10
MySQL Server 4.0.22
Apache/1.3.33 (unix)
OS - Linux
Reply With Quote