{include file="_admin_header.tpl" meta_title="Order Details"} {include file="_admin_nav.tpl" nav_orders="active"} {include file="_admin_orders_nav.tpl"} {literal} {/literal}

Details for Order # {$order->Id}:

Referring URL: {if $order->Referrer}{$order->Referrer}{else}Not Available{/if}

Landing URL: {if $order->Landing}{$order->Landing}{else}Not Available{/if}

Billing Address:

{$billing->FirstName} {$billing->LastName}
{if $billing->Company != ''} {$billing->Company}
{/if} {$billing->Address1}
{if $billing->Address2 != ''} {$billing->Address2}
{/if} {$billing->City}, {$billing->State} {$billing->Zip}
Phone: {$billing->Phone1}
Fax: {$billing->Fax}

Payment Information:

Payment Method: {$order->PaymentMethod}
{$order->PaymentDetails}

(view customer order history)

Shipping Address:

{$profile->FirstName} {$profile->LastName}
{if $profile->Company != ''} {$profile->Company}
{/if} {$profile->Address1}
{if $profile->Address2 != ''} {$profile->Address2}
{/if} {$profile->City}, {$profile->State} {$profile->Zip}
Phone: {$profile->Phone1}
Fax: {$profile->Fax}
Email: {$customer->Email}
Web: {$profile->HomePageUrl}

Order Summary:

{section name=id loop=$details} {if (($details[id]->Product->UnitOfMeasurement == "ft") && (!strpos(strtolower($details[id]->Product->Name),"crate")))} {/if} {/section}
  Product Code Item Description Material Price Levels Price Quantity Total
Del. {$details[id]->Product->ProductCode} {$details[id]->Product->Name} {$details[id]->Product->Summary} {if $details[id]->SalePricePer != $details[id]->BasePricePer} ${$details[id]->BasePricePer} / {$details[id]->Product->UnitOfMeasurement}
$ / {$details[id]->Product->UnitOfMeasurement} {else} $ / {$details[id]->Product->UnitOfMeasurement} {/if}
$
Gutter Section Lengths
New Product Code: Quantity:  
Sub-Total $
Sales Tax ({$profile->State} = %) $
Shipping Courier: Tracking Code: $
Grand Total $

Change Status To: Send Email Notification

Email Text To Customer:

{include file="_admin_footer.tpl"}