Topic: Remove country from address format
Hi there,
I've read the FAQs and followed instructions but it's still not working.
I've installed the UKTemplate (1.3.6 - thank you very much Kevin!) on zencart 1.3.6 and I would like to remove the country (because delivery is to the UK only) put the county and postcode on one line.
I've followed the instructions for creating a new address format on http://www.zen-cart.com/wiki/index.php/ _Countries
I've installed the following SQL patch:
INSERT INTO address_format
(address_format, address_summary)
VALUES ('$firstname $lastname$cr$streets$cr$city$cr$state $postcode',
'$city / $country');
This would add a new format which looks like this:
Firstname Lastname
Address line 1
<optional second address line>
City
State(County in my case) Postcode
I then selected this address format (the seventh one) in Admin > Locations/Taxes > Countries
I've made a purchased and had a look at the invoice and the address format still follows the UK Template default format.
Am I missing something?
Many thanks!