I would like to be able to print the order status on my invoices. This requires a change to bring the value into the module. Then users would be able to add it to their customised template (if they wish) like other values with the code:
<?php print $info['order_status']; ?>
Please could you consider adding this to the next release.
Thank you

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

phiscock’s picture

Attached is the patch required to add this value.

Paul

phiscock’s picture

Status: Active » Needs review
FileSize
490 bytes

I've attached a new patch for the latest dev release for review by others.

Daglees’s picture

Status: Needs review » Reviewed & tested by the community

I've tested this and it appears to work fine. Committed to latest dev.

Daglees’s picture

Issue summary: View changes
Status: Reviewed & tested by the community » Closed (fixed)

  • Commit d9288ff on 7.x-1.x, 7.x-2.x authored by phiscock, committed by Daglees:
    Issue #1984444: Add order status to available values