{* $Id: order_data.tpl,v 1.1.2.8 2007/09/03 09:30:59 max Exp $ *} {*
{$lng.lbl_products_ordered}
*} {if $order.extra.tax_info.display_cart_products_tax_rates eq "Y" and $_userinfo.tax_exempt ne "Y"} {/if} {foreach from=$products item=product} {if $order.extra.tax_info.display_cart_products_tax_rates eq "Y" and $_userinfo.tax_exempt ne "Y"} {/if} {/foreach} {if $giftcerts ne ''} {foreach from=$giftcerts item=gc} {if $order.extra.tax_info.display_cart_products_tax_rates eq "Y" and $_userinfo.tax_exempt ne "Y"} {/if} {/foreach} {/if}
{$lng.lbl_sku} {$lng.lbl_product}{if $order.extra.tax_info.product_tax_name ne ""}{$order.extra.tax_info.product_tax_name}{else}{$lng.lbl_tax}{/if}{$lng.lbl_item_price} {$lng.lbl_quantity} {$lng.lbl_total}
{$product.productcode} {$product.product} {if $product.product_options ne '' && $active_modules.Product_Options}
{$lng.lbl_options}: {include file="modules/Product_Options/display_options.tpl" options=$product.product_options options_txt=$product.product_options_txt force_product_options_txt=$product.force_product_options_txt}
{/if} {if $active_modules.Egoods and $product.download_key and ($order.status eq "P" or $order.status eq "C")}
{$lng.lbl_download} {/if}
{foreach from=$product.extra_data.taxes key=tax_name item=tax} {if $tax.tax_value gt 0} {if $order.extra.tax_info.product_tax_name eq ""}{$tax.tax_display_name} {/if} {if $tax.rate_type eq "%"}{$tax.rate_value|formatprice:false:false:3}%{else}{include file="currency.tpl" value=$tax.rate_value}{/if}
{/if} {/foreach}
{include file="currency.tpl" value=$product.display_price}   {$product.amount} {math assign="total" equation="amount*price" amount=$product.amount price=$product.display_price|default:$product.price|default:0}{include file="currency.tpl" value=$total}  
  {$lng.lbl_gift_certificate}: {$gc.gcid}
{if $gc.send_via eq "P"} {$lng.lbl_gc_send_via_postal_mail}
{$lng.lbl_mail_address}: {$gc.recipient_firstname} {$gc.recipient_lastname}
{$gc.recipient_address}, {$gc.recipient_city},
{if $gc.recipient_countyname ne ''}{$gc.recipient_countyname} {/if}{$gc.recipient_state} {$gc.recipient_country}, {$gc.recipient_zipcode}
{$lng.lbl_phone}: {$gc.recipient_phone} {else} {$lng.lbl_recipient_email}: {$gc.recipient_email} {/if}
 - {include file="currency.tpl" value=$gc.amount}   1 {include file="currency.tpl" value=$gc.amount}  
{if $order.discount gt 0} {/if} {if $order.coupon and $order.coupon_type ne "free_ship"} {/if} {if $order.discounted_subtotal ne $order.subtotal} {/if} {if $config.Shipping.disable_shipping ne 'Y'} {/if} {if $order.coupon and $order.coupon_type eq "free_ship"} {/if} {if $order.applied_taxes and $order.extra.tax_info.display_taxed_order_totals ne "Y"} {foreach key=tax_name item=tax from=$order.applied_taxes} {/foreach} {/if} {if $order.payment_surcharge ne 0} {/if} {if $order.giftcert_discount gt 0} {/if} {if $_userinfo.tax_exempt ne "Y"} {if $order.applied_taxes and $order.extra.tax_info.display_taxed_order_totals eq "Y"} {foreach key=tax_name item=tax from=$order.applied_taxes} {/foreach} {/if} {else} {/if}
{$lng.lbl_subtotal}:  {include file="currency.tpl" value=$order.display_subtotal}   
{$lng.lbl_discount}:  {include file="currency.tpl" value=$order.discount}   
{$lng.lbl_coupon_saving} ({$order.coupon}):  {include file="currency.tpl" value=$order.coupon_discount}   
{$lng.lbl_discounted_subtotal}:  {include file="currency.tpl" value=$order.display_discounted_subtotal}   
{$lng.lbl_shipping_cost}:  {include file="currency.tpl" value=$order.display_shipping_cost}   
{$lng.lbl_free_ship_coupon_record|substitute:"code":$order.coupon}
{$tax.tax_display_name}{if $tax.rate_type eq "%"} {$tax.rate_value|formatprice:false:false:3}%{/if}:  {include file="currency.tpl" value=$tax.tax_cost}   
{if $order.payment_surcharge gt 0}{$lng.lbl_payment_method_surcharge}{else}{$lng.lbl_payment_method_discount}{/if}:  {include file="currency.tpl" value=$order.payment_surcharge}   
{$lng.lbl_giftcert_discount}:  {include file="currency.tpl" value=$order.giftcert_discount}   
{$lng.lbl_total}:  {include file="currency.tpl" value=$order.total}   
{$lng.lbl_including_tax|substitute:"tax":$tax.tax_display_name}{if $tax.rate_type eq "%"} {$tax.rate_value|formatprice:false:false:1}%{/if}:  {include file="currency.tpl" value=$tax.tax_cost}   
{$lng.txt_tax_exemption_applied}
{if $order.applied_giftcerts}
{$lng.lbl_applied_giftcerts}
{foreach from=$order.applied_giftcerts item=gc} {/foreach}
{$lng.lbl_giftcert_ID} {$lng.lbl_giftcert_cost}
{$gc.giftcert_id} {include file="currency.tpl" value=$gc.giftcert_cost}   
{/if} {if $order.extra.special_bonuses ne ""} {include file="mail/html/special_offers_order_bonuses.tpl" bonuses=$order.extra.special_bonuses} {/if}