Customer Orders: {$customer_name}

{foreach from=$orders item=o} {/foreach}
ID - UNIQ ITEM AMOUNT QUANTITY PURCHASE DATE LAST BILLING DUE BILLING CYCLE STORE STATUS CONTRACT
[{$o.order_id}] - [{$o.uniq_id}]
{$o.item_id} - {$o.product.title} {$o.amount} {$o.quantity} {$o.date_purchased} {$o.last_billed} {$o.payment_due} {$o.product.is_recurring} {$o.purchased_from} {$o.status} {$o.contract}
{$numOrders} order totals {$orderTotal} {$itemTotal}