View Single Post
  #10  
Old 09-18-2003, 10:13 AM
 
frank@georgiatactical.com frank@georgiatactical.com is offline
 

Newbie
  
Join Date: Sep 2003
Posts: 3
 

Default Making Labels Print Correctly

X-Cart version 3.4.6
I changed the code in /skin1/main/order_label_print.tpl to this:

Code:
{* $Id: order_label_print.tpl,v 1.2 2002/04/23 10:38:00 mav Exp $ *} <html> <body> {$customer.firstname} {$customer.lastname} {$customer.s_address} {$customer.s_city} {$customer.s_state_text} {$customer.s_zipcode} {$customer.s_country_text} </body> </html>



And it prints out like this:
Frank Robinson
243 Southern Walk Circle
Gray Georgia 31032
United States
==============================================

Hope this helps anyone who tries it.
Reply With Quote