Does anyone know where I can find the file that updates the address entries in "MY Account" section?
I tried the checkout_process in includes/modules but that isn't it. It should be similar to the checkout_new_address.php
Does anyone know where I can find the file that updates the address entries in "MY Account" section?
I tried the checkout_process in includes/modules but that isn't it. It should be similar to the checkout_new_address.php
What are you wanting to do?
Please do not PM for support issues: a private solution doesn't benefit the community.
Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.
I am trying to filter out any occurances in the street address field with the string "PO BOX".
So far from what I've gathered, I know there are 4 sections where you can change the address.
1st - new signup customer
2nd - during checkout, clicking "change address"
3rd - login as existing customer and goto "my account" and add address
4th - login as exisitng customer and goto "edit address".
Now the funny thing is I am successful in finding the first 2 which are located in includes/modules namely "create_account.php" and "checkout_new_address.php". But 3rd and 4th, I can't find in modules....
There now I am stuck with a situation where a new customer won't be able to enter po box but they can always go around that and edit existing address or add address from the account.
Please note, adding address on account and adding address during checkout phase is not the same module.....
I hope I am making sense here....
Thanks...
Have you tried using Firefox with Firebug it has helped me solve these kind of issues tooooooooooooooooo many times to count.
Anyone?