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

caucus 04-15-2011 11:28 AM

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

cherie 04-15-2011 12:34 PM

Re: Remove Sku From HTMl Invoice
 
You just need to edit mail/html/order_data.tpl to hide the sku/productcode column. :)

caucus 04-15-2011 01:06 PM

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.

cflsystems 04-15-2011 01:23 PM

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

caucus 04-18-2011 05:02 AM

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.

cherie 04-18-2011 09:53 AM

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).

caucus 04-19-2011 04:59 AM

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.


All times are GMT -8. The time now is 05:24 AM.

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