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

Deleting SKU, Weight from Product page as well as not including taxes

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 11-21-2010, 09:24 AM
 
carnafeagh carnafeagh is offline
 

Member
  
Join Date: Jul 2009
Posts: 18
 

Default Deleting SKU, Weight from Product page as well as not including taxes

I have 4.4.1 and am getting very frustrated in trying to get rid of the sku and weight on the product page.

Also, even though somewhere in there I checked not to include tax in price, its doing it anyway.

I checked through all the faq, but they don't relate to this version. Someone help me?

Jill
__________________
Jill Morgan
Version: version 4.4
Reply With Quote
  #2  
Old 11-21-2010, 09:33 AM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default Re: Deleting SKU, Weight from Product page as well as not including taxes

You need to edit the customer/main/product_details.tpl file in the skin you are using, not the one in the common_files folder. In there, you'll remove or comment out this bunch of code:

<tr>
<td class="property-name">{$lng.lbl_sku}</td>
<td class="property-value" id="product_code" colspan="2">{$product.productcode|escape}</td>
</tr>

and

{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}
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote
  #3  
Old 11-21-2010, 09:40 AM
 
carnafeagh carnafeagh is offline
 

Member
  
Join Date: Jul 2009
Posts: 18
 

Default Re: Deleting SKU, Weight from Product page as well as not including taxes

Thanks, got rid of sku and weight, now just need to get rid of it still adding the taxes to the total. I'll keep hunting.

Jill
__________________
Jill Morgan
Version: version 4.4
Reply With Quote
  #4  
Old 11-21-2010, 09:41 AM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default Re: Deleting SKU, Weight from Product page as well as not including taxes

Post your tax setup (the main tax screen) as well as the tax detail screen.
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote
  #5  
Old 11-21-2010, 09:52 AM
 
carnafeagh carnafeagh is offline
 

Member
  
Join Date: Jul 2009
Posts: 18
 

Default Re: Deleting SKU, Weight from Product page as well as not including taxes

Hi.


I found the checkbox in my tax details. I know I had unchecked that before but maybe I forgot to save the changes.

So working great now. Thanks for all the help.

Jill
__________________
Jill Morgan
Version: version 4.4
Reply With Quote
  #6  
Old 11-21-2010, 10:43 AM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default Re: Deleting SKU, Weight from Product page as well as not including taxes

Excellent
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
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:51 PM.

   

 
X-Cart forums © 2001-2020