Thread: Hide Weight
View Single Post
  #2  
Old 06-24-2011, 12:34 AM
  qualiteam's Avatar 
qualiteam qualiteam is offline
 

X-Guru
  
Join Date: Dec 2010
Posts: 6,373
 

Default Re: Weight

Just keep the weight empty or zero.

If it is actually used in your store, you should alter the "skin/common_files/customer/main/product_details.tpl" and comment out the code like this:
Quote:
{* if $product.weight ne "0.00" or $variants ne ''}
<tr id="product_weight_box"{if $product.weight eq '0.00'} style="display: none;"{/if}>
<td class="property-name">{$lng.lbl_weight}</td>
<td class="property-value" colspan="2">
<span id="product_weight">{$product.weight|formatprice}< /span> {$config.General.weight_symbol}
</td>
</tr>
{/if *}

http://help.qtmsoft.com/index.php?title=X-Cart:Editing_Skin_Files
__________________
Alex Solovev,
Qualiteam

---

User manual Video tutorials X-Cart FAQ

You are welcome to press "Thanks" button
if you find this post useful

Click here to learn how to apply patches

X-Cart Extensions
Reply With Quote