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)
-   -   Delete SKU from Invoice and replace with Product Description (https://forum.x-cart.com/showthread.php?t=48515)

GenePhelps 07-09-2009 10:42 AM

Delete SKU from Invoice and replace with Product Description
 
I'm looking for a way to take out the SKU section from the invoice and replace it with a Product Description section. Any help would be greatly appreciated!

cflsystems 07-09-2009 11:15 AM

Re: Delete SKU from Invoice and replace with Product Description
 
You need to change skin1/mail/html/order_data.tpl
Look for {$product.productcode}

GenePhelps 07-09-2009 11:25 AM

Re: Delete SKU from Invoice and replace with Product Description
 
I found {$product.productcode} but what should I put in this in order to locate the short description of the product?

cflsystems 07-09-2009 11:48 AM

Re: Delete SKU from Invoice and replace with Product Description
 
{$product.descr} is short description
{$product.fulldescr} is long description

GenePhelps 07-09-2009 12:04 PM

Re: Delete SKU from Invoice and replace with Product Description
 
Thanks cflsystems, this worked great. Now for one last thing - how do I change the name of the category? It still says SKU on the invoice.

cflsystems 07-09-2009 12:20 PM

Re: Delete SKU from Invoice and replace with Product Description
 
Same file replace {$lng.lbl_product} with {$lng.lbl_description} or with any other label/title depending of what you want it to say

GenePhelps 07-09-2009 12:39 PM

Re: Delete SKU from Invoice and replace with Product Description
 
Works perfectly - thank you so much!


All times are GMT -8. The time now is 01:18 PM.

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