1. From the customer_account_1 HTML template, place the {PRODUCT-ON-HOLD} tag in between the {SCHEDULED-ORDERS-BLOCK-BEGIN} and {SCHEDULED-ORDER-BLOCK-END} to display whether the scheduled order is on Hold or not.
2. Example:
All scheduled orders for Morpheus Inc:
{SCHEDULED-ORDERS-BLOCK-BEGIN}On Hold: {PRODUCT-ON-HOLD} {SCHEDULED-ORDERS-BLOCK-END}
3. Would output this:
All scheduled orders for Morpheus Inc:
On Hold: Yes
|