Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Screenshots
If applicable, add screenshots or screenrecords to help explain your problem.
Additionnal information
PrestaShop version: all
PHP version: all
@hiousi
If you want to update the order.date_upd column, you need to change the address directly in the order and not in Customer > Address
@hiousi, yes as said @marionf, the order.date_upd is updated only if we change address from the order page & not editing the address from BO or FO.
Thanks!
@marionf @khouloudbelguith
I'm happy to hear that we are all saying the same thing:
"_Prestashop provides a way of changing orders without updating date_upd_"
this is an unwanted behavior (do not call it a bug if its too much for you)
@marionf your proposal is a clever way of ignoring/reversing the issue. We have talked about the problem already there : https://github.com/PrestaShop/PrestaShop/pull/12963 and there https://github.com/PrestaShop/PrestaShop/pull/10847#event-2154468884.
Users can change addresses without even knowing the existence of date_upd column and that an old order is linked to that address.
This issue is part of major other issues regarding how address are handled in Prestashop. (https://github.com/PrestaShop/PrestaShop/issues/13539).
Most helpful comment
@hiousi
If you want to update the order.date_upd column, you need to change the address directly in the order and not in Customer > Address