View Single Post
  #4  
Old 06-11-2003, 04:44 PM
  kpriest's Avatar 
kpriest kpriest is offline
 

eXpert
  
Join Date: Apr 2003
Location: Seattle, WA
Posts: 263
 

Default

Actually, skin1/main/order_invoice_print.tpl references skin1/mail/order_invoice.tpl - that's the one you need to edit. (x-cart gets pretty unnecessarily convoluted sometimes!) Remove the following:

Code:
{$lng.lbl_billing_address}: ---------------- {$lng.lbl_address}: {$order.b_address} {$lng.lbl_city}: {$order.b_city} {$lng.lbl_state}: {$order.b_statename} {$lng.lbl_country}: {$order.b_countryname} {$lng.lbl_zip_code}: {$order.b_zipcode}
__________________
-Ken
X-Cart User / Developer Since April 2003
(Varying versions, multiple client sites, 3.x through 4.4.x)
www.pointbweb.com
Reply With Quote