I was checking the address_book table in the database and noticed that the entry_state field is empty. It is not being populated with data like the rest of the fields.
Anyone have any idea why?
Or, more importantly, how do I fix it?
Thanks!
Rick
I was checking the address_book table in the database and noticed that the entry_state field is empty. It is not being populated with data like the rest of the fields.
Anyone have any idea why?
Or, more importantly, how do I fix it?
Thanks!
Rick
Do you see filled in the:
entry_country_id
entry_zone_id
The State will be blank as that is a looked up value based on those ...
When you see a:
entry_zone_id
that is 0, then you will see a State ...
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
Yes, those two have data in them.
My issue was, we are pulling out order data into an external order processing database, and the state was missing.
I have suggested to our programmers that they need to pull address info from each ORDER table, not the address book table.
Thank you for a quick reply. I appreciate it!