Jump to content

Display the order date and time in the order list


velso

Recommended Posts

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

  • 1 month later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...