This Mod will add a second address line to the customers address information.<BR><BR>
This will allow a customer to insert (for example) an apartment number to the address fields.
This is the Full mod that allows the new address lines to appear in all receipts, emails, and admin functions.<BR><BR>Customer can add and edit the addresses as needed from thier account pages.<BR><BR>
There Are several changes that need done So Be careful and double check your work as you go.
Install instructions based on clean install of osc included.
Altered files included from a clean osc install.
SQL text included..<BR><BR>
A demo can be seen at www.tstee.com/testsite/
Login info for test customer in install file.
I am not perfect so I may have forgotten something. Just let me know if you find errors.
ENJOY!
Legend: 
Download

Report
I had the problem of if my suburb field had a value it would add a blank line in the address.
This fixes the problem by modifying the code in includes/functions/general.php
This is my first contribution so I hope you find this useful ;)
Just a few minor updates. Full package Included with changes. Change text included for update only.
This Mod will add a second address line to the customers address information
This will allow a customer to insert (for example) an apartment number to the address fields.
This is the Full mod that allows the new address lines to appear in all receipts, emails, and admin functions.
Customer can add and edit the addresses as needed from thier account pages.
There Are several changes that need done So Be careful and double check your work as you go.
Install instructions based on clean install of osc included.
Altered files included from a clean osc install.
SQL text included..
A demo can be seen at www.tstee.com/testsite/
Login info for test customer in install file.
#########################################################################################
For update Only....
In /includes/functions/general.php
FIND....
if ($suburb != '') $streets = $street . $street2 . $cr . $suburb;
CHANGE TO...
if ($suburb != '') $streets = $street . $cr . $street2 . $cr . $suburb;
Admin general.php is fine no changes needed there!
#########################################################################################
This is the full install with corrections. Use this instead of mods below for first time install. For update only see correction.txt in file. Correction listed above.
Full zip package with CORRECT install file. Sorry.
This Mod will add a second address line to the customers address information.<BR><BR>
This will allow a customer to insert (for example) an apartment number to the address fields.
This is the Full mod that allows the new address lines to appear in all receipts, emails, and admin functions.<BR><BR>Customer can add and edit the addresses as needed from thier account pages.<BR><BR>
There Are several changes that need done So Be careful and double check your work as you go.
Install instructions based on clean install of osc included.
Altered files included from a clean osc install.
SQL text included..<BR><BR>
A demo can be seen at www.tstee.com/testsite/
Login info for test customer in install file.
I am not perfect so I may have forgotten something. Just let me know if you find errors.
ENJOY!