Thread: Hide Weight
View Single Post
  #2  
Old 05-23-2010, 03:08 PM
 
Shamun Shamun is offline
 

X-Adept
  
Join Date: Jun 2009
Location: North Carolina
Posts: 841
 

Default Re: Hide Weight

You can look in customer/main/product.tpl then find this:

Code:
{if $product.weight ne "0.00" || $variants ne ''} <tr id="product_weight_box"> <td class="property-name">{$lng.lbl_weight}</td> <td class="property-value"> <span id="product_weight">{$product.weight|formatprice}</span> {$config.General.weight_symbol} </td> </tr> {/if}

and change it to

Code:
{* {if $product.weight ne "0.00" || $variants ne ''} <tr id="product_weight_box"> <td class="property-name">{$lng.lbl_weight}</td> <td class="property-value"> <span id="product_weight">{$product.weight|formatprice}</span> {$config.General.weight_symbol} </td> </tr> {/if} *}
__________________
- Shane Munroe
Reply With Quote