View Single Post
  #12  
Old 06-13-2008, 08:39 PM
 
smek smek is offline
 

Advanced Member
  
Join Date: Jan 2004
Posts: 54
 

Default Re: Weight removing from product page

use html commenting and it works

<!---{if $product.weight ne "0.00" || $variants ne ''}
<tr id="product_weight_box">
<td width="30%">{$lng.lbl_weight}</td>
<td nowrap="nowrap"><span id="product_weight">{$product.weight|formatprice}< /span> {$config.General.weight_symbol}</td>
</tr>
{/if} -->
__________________
xcart 4.5.2
Reply With Quote