Account Home | {$msg.account.my_profile} | {$msg.account.my_address_book} | {if $enable_payment_profiles == 'Yes'}{$msg.account.edit_payment_profiles} | {/if} | {if $enable_gift_cert == 'Yes'} {$msg.gift_certificate.checkBalanceLink} | {/if}{if $EnableWishList == "Yes"} {$msg.wishlist.link} {/if}

{$msg.account.my_orders}

{if $orders} {assign var="ordersCount" value=0} {assign var="rowStyle" value="CatalogItemDark"} {foreach from=$orders item="order"} {if $rowStyle == "CatalogItemLight"} {assign var="rowStyle" value="CatalogItemDark"} {else} {assign var="rowStyle" value="CatalogItemLight"} {/if} {assign var="ordersCount" value=$ordersCount+1} {/foreach}
{$msg.cart.order_id} {$msg.cart.order_date} {$msg.cart.order_status} Tracking Order Total
#{$order.order_num} {$order.placed_date|date_format:"%m/%d/%Y"} {$order.status} {if $order.status eq "Completed"}Click here for Shipment and Tracking info{else}Not yet shipped{/if} {$order.total_amount|price}
{else}
{$msg.account.no_orders_yet}
{/if}