We enable the customer to have up to 5 address in their address book, however, if you try to delete one it won't delete!
When you click delete you are taken to the confirmation page, then you confirm you want to delete the address and it bounces you back to the home page.
If you make your way back to the address page, the address is still there, any ideas what is going wrong?
Right, changed back to standard template, the issue is still the same, what file deals with the call to the database to delete the entry? I will check the code see if I can spot anything daft.
It has been like this since the begining, the database table is being found, but for some reason it won't delete the entry, is there any other place within the shop that allows the client to delete something that is stored on the database, could it be that the permissions aren't set correctly?
It has to be something in the code preventing this from happening ...
Without actually going through the code on your site it is very hard to determine what changes may have happened to prevent this from working properly ...
You might, for the sake of testing, load a clean Zen Cart into a test directory with a test database and just see that this is working properly ...
You could then try to load a copy of your live database to this test database and again test that it is working ...
Once that is known to work, then proceed from there to see what is blocking this from happening ...