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} {if $config.Company.location_country_has_states}, {$config.Company.location_state}{/if} {$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?