confused_aswell:
That's odd, because if it is showing before you download, then it is in the database and therefore it should download. It works ok for me.
You can have the country showing in the preview and have it download too, let me know if you want me to show you.
Phil
The state shows on the export screen, but is not contained in the CSV download.
I can't really show you the Export screen because it's got real addresses, but I assure you, they are there.
Here is one line from the CSV:
"Customer Job","First Name","Last Name","Billing Address1","Billing Address2","Billing Address3","Billing Address4","Billing Address5","Phone","Email",
"Bill Smith","Bill","Smith","123 Any Avenue","Houston","Houston","","45345","123-455-5684 ","[email protected]",
Whether you call Billing Address4 "State" or call it "Province" I don't see how it works for you and not me. We are both using the same ZenCart (I'm using 1.3.8a). Quickbooks and/or Excel are not even in the equation yet.
There might be a country setting in ZenCart the effects this. I noticed that my State field in the DB is blank, and it really derived from a LEFT JOIN against zones.
Likewise, I've seen some code where address_book.entry_state returns the Province, but that field is NULL for me.
As you know, there are 2 different sets of SQL statements running (one for the screen, one for the CSV output), so that should explain why the output differently.
Yes, I think I know how the modify both sets of SQL to add the Country. Just thought you might want to include it on next release.