Page 2 of 2

Re: Date in backend orders is wrong

Posted: 20 May 2020, 08:32
by muweb
Hello Jan

Just installed 3.5.2. It's not working.
Now the creation date stays at 0000-00-00 00:00:00. Even if I set a new status.

Language: 'de-DE' with 'de-DE.com_phocacart-j3.zip' by Benno (9 May 2020).

Re: Date in backend orders is wrong

Posted: 21 May 2020, 22:21
by Jan
Hi, the problem was, that the date format was used by current language. I have changed it, so the date format is not use and standard SQL format is used. So now the format is OK on your site. The problem is, it was emptied by previous problem. So it will not happen in next order but for current orders where the date was emptied, the date needs to be added manually back in e.g. phpMyAdmin.

Another way could be temporarily disable the readonly parameter for the date and add the date and then set the readonly back, open this file:
administrator\components\com_phocacart\models\forms\phocacartorder.xml

On line cca 67 remove

Code: Select all

readonly="readonly"
add the dates manually

Image

and then set back the readonly attribute.

Jan