View Single Post
  #2  
Old 05-14-2013, 11:54 AM
 
carpeperdiem carpeperdiem is offline
 

X-Guru
  
Join Date: Jul 2006
Location: New York City, USA
Posts: 5,399
 

Default Re: Company address and and zip on Invoice

Quote:
Originally Posted by seaCOAST
I have a company that drop ships so I use my warehouse's zipcode for real-time shipping calc. I want my physical address on the invoice.
How can I do this?

Hardcode the address in

/skin/common_files/mail/html/order_invoice.tpl

it propably looks something like:
Code:
{$config.Company.location_address}<br /> {$config.Company.location_city}&nbsp;{if $config.Company.location_country_has_states}, {$config.Company.location_state}{/if}&nbsp;{$config.Company.location_zipcode}<br />

This file could be in your custom skin folder

Just hardcode it.

You know that WEBMASTER MODE is the magic secret handshake to figure these types of requests out?
__________________
xcart 4.5.4 gold+ w/x-payments 1.0.6; xcart gold 4.4.4
Reply With Quote