{include file="_header.tpl" meta_title="My Account"}
My Account: {$CURR_USER->DisplayName}
Order History | Shipping Address | Password | Logout
{if $order_count > 0}
| Order # | Status | Created | Last Modified |
|---|---|---|---|
| {$orders[id]->Id} | {$orders[id]->StatusDescription} | {$orders[id]->Created|date_format:"%m/%d/%Y"} | {$orders[id]->Modified|date_format:"%m/%d/%Y"} |
No Orders On File
{/if}{include file="_footer.tpl"}