{include file="_header.tpl" meta_title="My Account"}

 

My Account: {$CURR_USER->DisplayName}

Order History | Shipping Address | Billing Address | Password | Logout

 

{if $order_count > 0} {section name=id loop=$orders} {/section}
Order # Status Created Last Modified PO #
{$orders[id]->Id} {$orders[id]->StatusDescription} {$orders[id]->Created|date_format:"%m/%d/%Y"} {$orders[id]->Modified|date_format:"%m/%d/%Y"} {$orders[id]->PurchaseOrder}
{else}

No Orders On File

{/if}

{include file="_footer.tpl"}