Created
January 7, 2014 23:46
-
-
Save chered/8309049 to your computer and use it in GitHub Desktop.
Add delivery date field on commerce-order-invoice-view.tpl.php.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<b><?php print t('Delivery Date:'); ?></b> <?php print date('j F, Y g:i a', $order->field_delivery_date['und'][0]['value']); ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment