Hello!
We have this Problem: How we can write a updated_at timestamp for every change in the customer account?
Magento set a new updated_at timestamp only for username, name and lastname.
If you change the shipping adress, the updated_at is not touched:
Now go to the magento backend and click on customers -> manage customers. Now you see the grid with the correct "updated_at" timestamp.
How can we set new updated_at timestamp for the address book also?
address is its own table and has its own updated_at field. if you want to see the timestamp of customer updated when address is updated, you can setup an observer for customer_save_after update the timestamp of customer there.
Thank you for your post!
Can you tell me how we can setup an observer for customer_save_after update for the timestamp?
In which file i have to add the code?
Thank you and best wishes from germany