X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Hide Weight (https://forum.x-cart.com/showthread.php?t=59802)

batt255 06-16-2011 01:43 PM

Hide Weight
 
How do you remove the weight from showing up in the product detail page? I have 4.4.3 vesion..thanks

qualiteam 06-24-2011 12:34 AM

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

qualiteam 06-24-2011 12:36 AM

Re: Hide Weight
 
Not actually a configuration, thus moving to "Storefront Design & Template Editing in v 4.4.x" forum.


All times are GMT -8. The time now is 10:46 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.