velso Posted February 22, 2024 Share Posted February 22, 2024 Hello, Please advise on the following problem I am facing: On the order list display page in Prestashop 8.0, I would like the time of the order to be displayed in addition to the date of the order. Example: 2024-02-17 17:20:05. I tried to change it in Admin > Language > Short data, but the change is applied to the general mode in the whole store and I don't want that. The change must be made only on the page where the list of orders can be viewed... I tried the following code which doesn't work: {if $orders} {foreach from=$orders item=order} {$order.details.date_add} {/foreach} {/if} It should be displayed in the form: 2024-02-17 17:20:05 Thank you for the answer. Link to comment Share on other sites More sharing options...
MihaiB1 Posted March 30, 2024 Share Posted March 30, 2024 Change in src/Adapter/Presenter/Order in files OrderLazyArray.php and OrderDetailLazyArray.php Second param in Tools::displayDate from false to true Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now