Hi,
When someone adds an address all the empty lines are removed. Except one line automatically gets a comma put in. How do I remove that?
Hi,
When someone adds an address all the empty lines are removed. Except one line automatically gets a comma put in. How do I remove that?
That is not out of the box from Zencart. You probably did something to it for that to happen.
I would look at the DB for addresses. Is the comma in there? If so, look at the files that processed the address input. If not, the comma might just be in the HTML of the template files, by mistake.
thanks for that.
The comma is not in the database. But it happens no matter what template I use.
What files should I be looking at?
Hey. Got it sorted. For anyone who is interested:
Open you database, then open address_format and edit the address format to remove the comma after city. Still leaves the blank line appearing. So if anyone has ideas?
Ok,
Been working on this for the last 5 hours and to be honest getting a bit fed up :)
I'm 99% sure the edit needs to be done in functions_customers.
and it needs to be something like if city = '' ignore or else display.
I am unsure how to do this and would appreciate any advice or help!
Thanks
City should be required, an address without a city does not make sense at all.
Im still having this issue.
Its the last thing thats keeping my new site to be launched. Please anyone who can help, I would be forever grateful.
I would like all country to get the same address form. Nothing fancy such as state dropdown. it irriatates me when sites force you to fill out an address in a specific way even if it is wrong.