I have set up my first restaurant with TastyIgniter, but am having great difficulty in getting the Delivery Orders to work. My delivery area is set up and I have the google maps key in the system. The error I receive is:
- Sorry but form validation has failed, please check for errors.
- This restaurant currently does not deliver to your address
I am using an address from the same block on the same street as the restaurant, but keep getting the failure message. I suspect there may be a problem with the way TI is formatting the address, which is not the way USA addresses are formatted.
This is the way tastyigniter displays the address:
333 Broadway, Millbrae 94030, CA
But this is incorrect for US addresses, it should be:
333 Broadway, Millbrae, CA 94030
Any ideas how to fix this?
Thanks in advance!
Mike