The field 'date added' is containing incomplete value, both in the confirmation email and in the customer interface. In the admin section, the date is displayed correctly. See screenshots.
From the mail:
Bestelnummer: 235
Datum toegevoegd: 03/06/3
What can I do about this?
Opencart version 4.0.2.3
From the mail:
Bestelnummer: 235
Datum toegevoegd: 03/06/3
What can I do about this?
Opencart version 4.0.2.3
Attachments
20250603 - opencart Bestelling #235 - data in dashboard.png (2.69 KiB) Viewed 1919 times
20250603 - opencart - Bestelling #235 - date is not complete.png (4.03 KiB) Viewed 1919 times
Check the date formats of your language default.php file. Compare them to en-gb.
OpenCart just passes the result of the PHP date function to the template. If that is not at fault then it is likely your theme or an extension.
Could be a lower case , UPPER case typo.
The format d/m/y gives two-digit year, which could be the reason you're seeing 03/06/3.
"d/m/Y"
Y = full year (e.g., 2025),
"d/m/y"
y = last two digits of year (e.g., 25)
Example working in English - https://github.com/opencart/opencart/bl ... efault.php
The format d/m/y gives two-digit year, which could be the reason you're seeing 03/06/3.
"d/m/Y"
Y = full year (e.g., 2025),
"d/m/y"
y = last two digits of year (e.g., 25)
Example working in English - https://github.com/opencart/opencart/bl ... efault.php
https://www.waxedperfection.co.uk/ Car Detailing Product Blog's and Review's
Who is online
Users browsing this forum: No registered users and 0 guests