BigMacYin:
I have changed and tested the 5 dropdown options in Countries format but none of them change the invoice to the following:
Customers Name
Address Line 1
Address Line 2
Town City
County
Postcode
Country
I am sure it is something I am doing wrong but could you maybe point me in the right direction please?
Many thanks.
H
PS My site is 1.3.6
I managed to work around the problem by inserting into SQL the following:
INSERT INTO address_format VALUES (7, '$firstname $lastname$cr$streets$cr$city$cr$postcode$cr$country','$postcode / $country');
Input this into Admin / Tools / Install SQL Patches.
Then, under Admin / Localisation / Countries, select United Kingdom, and set the address format to 7.
I removed the "state" field from what Dr. Byte put, and it comes out exactly the way I want it. I have disabled a lot of the inputs on the "log in" page, so I don't know if the way it comes out on your site will be different, but what I get is this:
Name, Surname
Street Address
Line 2
City
Postcode
Country
Hope this helps! I noticed it won't change invoices for orders already placed, but it does change the format for future orders.