getOrder() ?>

__('My Orders - Details') ?>

__('Order #%s', $_order->getRealOrderId()) ?>

getInvoices() as $_invoice): ?>

__('Invoice #%s', $_invoice->getIncrementId()) ?>

__('Print Invoice') ?>

__('Shipping Address') ?>

getShippingAddress() ?>
getFirstname() ?> getLastname() ?>
getCompany() ?>
getStreet() ?>
getCity() ?>, getRegion() ?> getPostcode() ?>
T | getTelephone(); if($_shipping->getFax()): ?>
F | getFax() ?>

__('Billing Address') ?>

getbillingAddress() ?>
getFirstname() ?> getLastname() ?>
getCompany() ?>
getStreet() ?>
getCity() ?>, getRegion() ?> getPostcode() ?>
T | getTelephone(); if($_billing->getFax()): ?>
F | getFax() ?>

__('Shipping Method') ?>

escapeHtml($_order->getShippingMethod()) ?> escapeHtml($_order->getShippingDescription()) ?>

__('Payment Method') ?>

getPayment() ?> getMethod() ?>: getCcType() ?> xxxxgetCcLast4() ?>

__('Items Ordered') ?>

getItemsCollection(); ?> count(); ?> $_count ? ' class="last"' : '') ?>>
__('Product Name') ?> __('Price') ?> __('Qty Ordered') ?> __('Qty Shipped') ?> __('Subtotal') ?>
escapeHtml($_item->getProductName()) ?> formatPrice($_item->getPrice()*1) ?> getQty()*1 ?> getQty()*1 ?> formatPrice($_item->getRowTotal()*1) ?>
__('Order Subtotal') ?> formatPrice($_invoice->getSubtotal()) ?>