cancel
Showing results for 
Search instead for 
Did you mean: 

Order Status , and long order Date with time

Order Status , and long order Date with time

Hello Everyone,

 

First time for me working with Magento, i have 2 questions. 

I need to add few things to the invoice.

Currently the invoice shows the order date this way:

<td>
    <?php echo $_date->get(Mage::app()->getLocale()->getDateFormat('medium'));?>
</td>

It shows the Date as August 16, 2016. But I want to show also the time so it looks like this: August 17, 2016 09:45 PM.

Also currently there is no Order Status showing at all. How to show it in the invoice so it looks like this Order Status: Paid or whatever it is?