Use : {{var order.getCreatedAtFormatted(2)|raw}}.
For that I have to use {{var order.getCreatedAtFormated(''short'')}} afaik. But it is still showing the time. Of course I searched the Magento source ...
Get formated order created date in store timezone * * @param string $format date format type (short|medium|long|full) * @return string */ public function getCreatedAtFormated($format) { return ...
Preconditions Magento CE 2.2.5 Steps to reproduce On any order, call
{{block type='core/template' area='frontend' template='email/order/shipment/track. phtml' shipment=$shipment order=$order}}. - Depend Condition. {{depend ...
I tried below code in order update email template to get order items
Following is my HTML file (Magento 1),