{$msg.account.my_orders}

{*include file="templates/pages/account/elements/element-user-tools.html"*}
Welcome to your My Orders page! Here you can view your current orders and order history.
Order History is shown below.
Click on an Order ID to view the specifics
{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_status} {$msg.cart.order_date} {$msg.cart.total_amount}  
{$order.order_num} {$order.status} {$order.create_date} {$order.total_amount|price} {assign var="imageId" value="image-click-to-view"} {if $designImages.$imageId} {$msg.images.imageClickToView|htmlspecialchars} {else} {$msg.images.imageClickToView|htmlspecialchars} {/if}
{$msg.account.orders_placed} {$ordersCount}
{else}
{$msg.account.no_orders_yet}
{/if}
{include file="templates/pages/account/elements/element-user-tools.html"}