View Single Post
  #1  
Old 06-23-2006, 08:15 PM
  peggyr's Avatar 
peggyr peggyr is offline
 

X-Adept
  
Join Date: Dec 2005
Posts: 635
 

Default Different State on invoice from General Settings

Hi,

I have just setup 'real time shipping' for UPS, and to make it work, I had to specify the Admin->General Settings->Company Options, company address, city, state with those associated w/ my UPS account. This address then appears on the customer invoice in the /mail/html/order_invoice.tpl template.

My fulfillment center/warehouse is out of a different city/state which I want to print on the invoice, and not my business office address which is a different city/state.

I think I need to 'hard code' this information in the order_invoice.tpl template, but I'm new to PHP and don't know how to do this.

I think I need to modify the following section, but not sure of the syntax. If anyone has ideas to suggest, I'd appreciate it.

Thanks in advance

{$config.Company.location_address}, {$config.Company.location_city}

{$config.Company.location_zipcode}, {$config.Company.location_state_name}

{$config.Company.location_country_name}


I'd liked to just have the City and State appear on the invoice
__________________
X-Cart GP 4.7.12 | XCARTMODS.CO.UK reBOOT (reDUX)4.7.12.8 | Live
IONOS Hosting | Linux | PHP 7.4.33 | MySQL 5.7
Reply With Quote