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)
-   -   Deleting SKU, Weight from Product page as well as not including taxes (https://forum.x-cart.com/showthread.php?t=56673)

carnafeagh 11-21-2010 09:24 AM

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

balinor 11-21-2010 09:33 AM

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}

carnafeagh 11-21-2010 09:40 AM

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

balinor 11-21-2010 09:41 AM

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.

carnafeagh 11-21-2010 09:52 AM

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

balinor 11-21-2010 10:43 AM

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


All times are GMT -8. The time now is 03:22 AM.

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