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)
-   -   Want to add email addy to /main/order_label_print.tpl (https://forum.x-cart.com/showthread.php?t=35870)

ryan c. 12-03-2007 06:56 AM

Want to add email addy to /main/order_label_print.tpl
 
Hello I am trying to add my customers email address to the /main/order_label_print.tpl template. I tried {$customer.s_email} - {$customer.s_email_address} - and a few more but couldn't figure it out. Can anyone help?


Also If possable the code to add the order number.

Thanks!

Ryan

neroag 12-03-2007 11:46 AM

Re: Want to add email addy to /main/order_label_print.tpl
 
Just add ..

{$order.email}
{$order.orderid}

to /main/order_label_print.tpl

ryan c. 12-04-2007 05:01 AM

Re: Want to add email addy to /main/order_label_print.tpl
 
Thanks a Million. . . Worked like a charm.


All times are GMT -8. The time now is 01:09 AM.

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