X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Company address and and zip on Invoice (https://forum.x-cart.com/showthread.php?t=66843)

seaCOAST 05-14-2013 10:46 AM

Company address and and zip on Invoice
 
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?

carpeperdiem 05-14-2013 11:54 AM

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?

seaCOAST 05-14-2013 12:30 PM

Re: Company address and and zip on Invoice
 
Oh ok, Thanks! I didn't know I could just hard code it in without causing problems.

Worked like a charm and now starting to see how webmaster mode really works.

Thanks again.


All times are GMT -8. The time now is 02:43 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.