Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

Removing Weight section in Product details area

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 09-20-2012, 11:00 AM
 
aloha1 aloha1 is offline
 

Member
  
Join Date: May 2004
Posts: 29
 

Default Removing Weight section in Product details area

Hello,

I would like to remove where the weight is on the product page.
I do not want the customer to see this.
If someone can let me know what tpl file I need to fix and what line it would be appreciated.
This is foir an installation for X-Cart Gold 4.4.5

Thank you,
__________________
X-Cart Version 4.5.4
Unix
Reply With Quote
  #2  
Old 09-20-2012, 12:13 PM
  Toora Designs's Avatar 
Toora Designs Toora Designs is offline
 

eXpert
  
Join Date: Aug 2011
Location: California USA
Posts: 281
 

Default Re: Removing Weight section in Product details area

In skin/{your_skin}/customer/main/product_details.tpl around line 64
Code:
{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}
replace with
Code:
{*{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}*}
__________________
If you need professional help on your x-cart site or any website.
Feel free to PM me or Skype me to discuss your project.
Reply With Quote

The following 2 users thank Toora Designs for this useful post:
aloha1 (09-20-2012), Mona Not (09-25-2014)
  #3  
Old 09-20-2012, 12:43 PM
 
aloha1 aloha1 is offline
 

Member
  
Join Date: May 2004
Posts: 29
 

Default Re: Removing Weight section in Product details area

Thank you very much for your help.
__________________
X-Cart Version 4.5.4
Unix
Reply With Quote
  #4  
Old 09-25-2014, 05:39 AM
 
Mona Not Mona Not is offline
 

Advanced Member
  
Join Date: Jun 2008
Posts: 87
 

Default Re: Removing Weight section in Product details area

Thanks, this also worked in 4.6x Gold Plus
__________________
Lite Commerce Ver: 2.2.35 [linux] - Retired
X-Cart Gold Plus Ver: 4.6.0 [linux] - Live php 5.3.3
X-Cart 5.1.11 Business [linux] - Live -
X-Cart 5.2.5 Free [linux] - Live-
X-Cart 5.2.6 Business [linux] - Live -
X-Cart 5.x mobile [linux] - inactive
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 07:28 AM.

   

 
X-Cart forums © 2001-2020