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)
-   -   Sku (https://forum.x-cart.com/showthread.php?t=52638)

krtwn 03-04-2010 08:09 AM

Sku
 
I currently dont use SKU codes for my products, but it keeps showing as a required field.

it shows under the "details" section http://sydneybrides.com/hammocks/Q99-Queen-Size-Mexican-Hammock.html

how can I get rid of that? any settings I should change? can't seem to find anything :(

any help appreciated!

gizmo 03-04-2010 08:54 AM

Re: Sku
 
You can turn it off in products list only:
General Settings > Appearance Options > Displaying Products

To remove it from visual view (Product Details) but keeping it within your template from Product Details in case you want it back again:

Go to:
Skin1/Customer/Main/Product_details.tpl

Look for:

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

Replace with or add what I have highlighted in red, this will completely remove it and the Table from details, to switch it back on just remove the highlighted red....

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

krtwn 03-04-2010 09:22 AM

Re: Sku
 
Thanks for that!

how about taking the "(1000 available)" part off after quantity?

gizmo 03-04-2010 09:53 AM

Re: Sku
 
I think you asked this on another topic...

gizmo 03-04-2010 01:24 PM

Re: Sku
 
1 Attachment(s)
Quote:

Originally Posted by krtwn
Thanks for that!

how about taking the "(1000 available)" part off after quantity?



You may want to double check your skin, as when I add an item to my cart The Icon and minicart icon shows Twice!!!!

EXAMPLE


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

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