Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save chered/8309049 to your computer and use it in GitHub Desktop.
Save chered/8309049 to your computer and use it in GitHub Desktop.
Add delivery date field on commerce-order-invoice-view.tpl.php.
<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