{include_php file="left.php"}
 
{$section_heading}
 
 
 
Customer Details Back
Customer Id : {$cust_id} 
Customer Name : {$cust_name} 
Customer Email : {$cust_email} 
 
Delivery Address
{$contact_person} 
{$delivery_addr1} 
{$delivery_addr2} 
{$delivery_city_pin} 
{$delivery_state_country} 
Billing Address
{$billing_person} 
{$billing_addr1} 
{$billing_addr2} 
{$billing_city_pin} 
{$billing_state_country} 
 
Order Information
Order Id : {$order_id} 
Order Date : {$order_date} 
Order Tracking Code : {$tracking_code}
{foreach key=key item=item from=$arr_counter} {/foreach}
  Item Name Track Code Unit Price Qty Price Discount Amount
{$arr_counter[$key]+1} {$arr_prod_name[$key]} {$arr_track_code[$key]} {$arr_price_converted[$key]} {$arr_quantity[$key]} {$arr_amount_converted[$key]} {$arr_discount_percent[$key]}% {$arr_subtotal_converted[$key]}
{if $commission_used > 0} {/if} {if $coupon_code} {else} {/if} {$tax_str}
Sub Total :  {$product_subtotal_sum_converted}
Shipping method  {$all_shipping_methods}  Charges :  {$shipping_charges_converted}
Total :  {$total_with_discount_converted}
Commission Used : {$commission_used_converted}
Grand total with discount of {$coupon_discount} % by appling discount coupon {$coupon_code} :Grand total:{$grand_total_converted}
 
{*include_php file="right.php"*}