| ||||||||||
Shopping cart software Solutions for online shops and malls | ||||||||||
|
X-Cart Home | FAQ | Forum rules | Calendar | User manuals | Login |
Remove Sku From HTMl Invoice | |||
|
|
Thread Tools | Search this Thread |
#1
|
|||||||||
|
|||||||||
Remove Sku From HTMl Invoice
Hello Forum Support
Is it possible to remove the SKU numbers from the checkout invoice that shows on the screen and the html invoice that the customer receives. We do not use the sku and some people are getting confused. If the above is possible is it a simple change or a major under taking? I learn more of X-cart every day
__________________
Staying To The Right But Left of Rush X-cart Current version: 4.4.2 X-cart Current version: 4.4.1 X-cart Version 4.0.14 X-cart Version 4.1.6 Litecomm Version: 2.2.35 Operating System Linux PHP Version 5.2.14 Apache/2.2.16 (Unix) MySQL client version: 5.091 |
|||||||||
#2
|
|||||||||
|
|||||||||
Re: Remove Sku From HTMl Invoice
You just need to edit mail/html/order_data.tpl to hide the sku/productcode column.
|
|||||||||
#3
|
|||||||||
|
|||||||||
Re: Remove Sku From HTMl Invoice
Hello
Thank you, I do have a question I did edit the following line: {* <th {if $is_nomail eq 'Y'}class="invoice-sku-column"{else}width="60" bgcolor="#cccccc"{/if}>{$lng.lbl_sku}</th>*} That did not do the trick. Is there something.
__________________
Staying To The Right But Left of Rush X-cart Current version: 4.4.2 X-cart Current version: 4.4.1 X-cart Version 4.0.14 X-cart Version 4.1.6 Litecomm Version: 2.2.35 Operating System Linux PHP Version 5.2.14 Apache/2.2.16 (Unix) MySQL client version: 5.091 |
|||||||||
#4
|
|||||||||
|
|||||||||
Re: Remove Sku From HTMl Invoice
This is only the title of the column. You also need to remove the <td> .... </td> line with the data
__________________
Steve Stoyanov CFLSystems.com Web Development |
|||||||||
#5
|
|||||||||
|
|||||||||
Re: Remove Sku From HTMl Invoice
Hello
Is it marked as something different than the label for sku. In the TD there is not reference to the SKU. I did find it. Line 30 <td {if $is_nomail eq 'Y'}class="invoice-price-column"{else}align="center"{/if}>{*{$product.productcode}*}</td> Thanks for all your help.
__________________
Staying To The Right But Left of Rush X-cart Current version: 4.4.2 X-cart Current version: 4.4.1 X-cart Version 4.0.14 X-cart Version 4.1.6 Litecomm Version: 2.2.35 Operating System Linux PHP Version 5.2.14 Apache/2.2.16 (Unix) MySQL client version: 5.091 |
|||||||||
#6
|
|||||||||
|
|||||||||
Re: Remove Sku From HTMl Invoice
You commented the entire th but only the value in the td. You might want to do them both the same way (comment the entire td).
|
|||||||||
#7
|
|||||||||
|
|||||||||
Re: Remove Sku From HTMl Invoice
Hello
I did not think of that. I will give it a go and see how it looks. Thanks for the better idea.
__________________
Staying To The Right But Left of Rush X-cart Current version: 4.4.2 X-cart Current version: 4.4.1 X-cart Version 4.0.14 X-cart Version 4.1.6 Litecomm Version: 2.2.35 Operating System Linux PHP Version 5.2.14 Apache/2.2.16 (Unix) MySQL client version: 5.091 |
|||||||||
|
|||
X-Cart forums © 2001-2020
|