{* $Id: order_info.tpl,v 1.37.2.8 2008/05/28 12:57:03 ferz Exp $ *} {include file="main/subheader.tpl" title=$lng.lbl_products_info}
{section name=prod_num loop=$products} {if $products[prod_num].deleted eq "" and ($active_modules.Product_Configurator eq "" or $products[prod_num].extra_data.pconf.parent eq "")} {if $customer.tax_exempt ne "Y" and $order.extra.tax_info.display_cart_products_tax_rates eq "Y" and ($products[prod_num].product_type ne "C" or $products[prod_num].display_price gt 0)} {/if} {/if} {/section}
SKUProductWeightPriceQtyOptionsShipped?Status
{if $current_membership_flag ne 'FS'}{/if}{$products[prod_num].productcode|default:"-"}{if $current_membership_flag ne 'FS'}{/if} {$products[prod_num].product} {$products[prod_num].weight} KG {include file="currency.tpl" value=$products[prod_num].display_price} {foreach from=$products[prod_num].extra_data.taxes item=tax} {if $tax.tax_value gt 0} {if $cart.product_tax_name eq ""}{$tax.tax_display_name}: {/if} {if $tax.rate_type eq "%"}{$tax.rate_value}%{else}{include file="currency.tpl" value=$tax.rate_value}{/if}
{/if} {/foreach}
{$lng.lbl_n_items|substitute:"items":$products[prod_num].amount} {if $products[prod_num].product_options ne "" && $active_modules.Product_Options ne ''} {include file="modules/Product_Options/display_options.tpl" options=$products[prod_num].product_options options_txt=$products[prod_num].product_options_txt force_product_options_txt=$products[prod_num].force_product_options_txt} {/if} {if $active_modules.Egoods and $products[prod_num].download_key and ($order.status eq "P" or $order.status eq "C")} {$lng.lbl_download_link}:
{$catalogs.customer}/download.php?id={$products[prod_num].download_key} {$lng.lbl_download_link_expires}:
{$products[prod_num].expires|date_format:$config.Appearance.datetime_format} {/if} {if $active_modules.RMA && $current_membership_flag ne 'FS'} {include file="modules/RMA/item_returns.tpl" product=$products[prod_num]} {/if} {if $active_modules.Product_Configurator ne "" and $products[prod_num].extra_data.pconf.cartid ne ""} {include file="modules/Product_Configurator/pconf_order_info.tpl" cartid=$products[prod_num].extra_data.pconf.cartid} {/if}
{section name=giftcert loop=$giftcerts} {if $giftcerts[giftcert].deleted eq ""} {if $giftcerts[giftcert].send_via eq "P"} {else} {/if} {/if} {/section} {if $order.coupon_type ne "free_ship"} {/if} {if $order.discounted_subtotal ne $order.subtotal} {/if} {if $order.applied_taxes and $order.extra.tax_info.display_taxed_order_totals ne "Y"} {foreach item=tax from=$order.applied_taxes} {/foreach} {/if} {if $order.payment_surcharge ne 0} {/if} {if $order.giftcert_discount gt 0} {/if} {if $customer.tax_exempt ne "Y"} {if $order.applied_taxes and $order.extra.tax_info.display_taxed_order_totals eq "Y"} {foreach item=tax from=$order.applied_taxes} {/foreach} {/if} {section name=rn loop=$order.reg_numbers} {if %rn.first%} {/if} {/section} {else} {* if $customer.tax_exempt eq "Y" *} {/if} {if $order.applied_giftcerts} {foreach from=$order.applied_giftcerts item=gc} {/foreach} {/if} {if $order.extra.special_bonuses ne ""} {include file="modules/Special_Offers/order_bonuses.tpl" bonuses=$order.extra.special_bonuses} {/if} {if $usertype eq 'A' || ($usertype eq 'P' && $active_modules.Simple_Mode)} {/if} {if $customer.default_fields.title} {/if} {if $customer.default_fields.firstname} {/if} {if $customer.default_fields.lastname} {/if} {if $customer.default_fields.company} {/if} {if $customer.default_fields.ssn} {/if} {if $customer.default_fields.tax_number} {/if} {foreach from=$customer.additional_fields item=v} {if $v.section eq 'P'} {/if} {/foreach} {if $customer.default_fields.b_title} {/if} {if $customer.default_fields.b_firstname} {/if} {if $customer.default_fields.b_lastname} {/if} {if $customer.default_fields.b_address} {/if} {if $customer.default_fields.b_address_2} {/if} {if $customer.default_fields.b_city} {/if} {if $customer.default_fields.b_county && $config.General.use_counties eq 'Y'} {/if} {if $customer.default_fields.b_state} {/if} {if $customer.default_fields.b_zipcode} {/if} {if $customer.default_fields.b_country} {/if} {foreach from=$customer.additional_fields item=v} {if $v.section eq 'B'} {/if} {/foreach} {if $customer.default_fields.s_title} {/if} {if $customer.default_fields.s_firstname} {/if} {if $customer.default_fields.s_lastname} {/if} {if $customer.default_fields.s_address} {/if} {if $customer.default_fields.s_address_2} {/if} {if $customer.default_fields.s_city} {/if} {if $customer.default_fields.s_county && $config.General.use_counties eq 'Y'} {/if} {if $customer.default_fields.s_state} {/if} {if $customer.default_fields.s_zipcode} {/if} {if $customer.default_fields.s_country} {/if} {foreach from=$customer.additional_fields item=v} {if $v.section eq 'S'} {/if} {/foreach} {if $customer.default_fields.phone} {/if} {if $customer.default_fields.fax} {/if} {if $customer.default_fields.url} {/if} {if $customer.default_fields.email} {/if} {foreach from=$customer.additional_fields item=v} {if $v.section eq 'C'} {/if} {/foreach} {assign var="is_header" value=""} {foreach from=$customer.additional_fields item=v} {if $v.section eq 'A'} {if $is_header ne 'Y'} {assign var="is_header" value="Y"} {/if} {/if} {/foreach}
{$lng.lbl_gift_certificate}
 
{$lng.lbl_gc_id} {$giftcerts[giftcert].gcid}
{$lng.lbl_amount} {include file="currency.tpl" value=$giftcerts[giftcert].amount}
{$lng.lbl_recipient} {$giftcerts[giftcert].recipient}
{$lng.lbl_gc_send_via_postal_mail}
{$lng.lbl_mail_address} {$giftcerts[giftcert].recipient_firstname} {$giftcerts[giftcert].recipient_lastname}
{$giftcerts[giftcert].recipient_address} {$giftcerts[giftcert].recipient_address_2}, {$giftcerts[giftcert].recipient_city},
{if $giftcerts[giftcert].recipient_countyname ne ''}{$giftcerts[giftcert].recipient_countyname} {/if} {$giftcerts[giftcert].recipient_state} {$giftcerts[giftcert].recipient_country}, {$giftcerts[giftcert].recipient_zipcode}
{$lng.lbl_phone} {$giftcerts[giftcert].recipient_phone}
{$lng.lbl_recipient_email} {$giftcerts[giftcert].recipient_email}
 
{include file="main/subheader.tpl" title=$lng.lbl_order_info}
{$lng.lbl_points_earned} {$order.points_info.points_earned}
{$lng.lbl_points_applied} {$order.points_info.points_used}
 
{$lng.lbl_payment_method} {$order.payment_method}
{$lng.lbl_delivery} {$order.shipping|trademark} {if $order.extra.shipping_warning ne ''}
{$order.extra.shipping_warning}{/if} {if $order.extra.dhl_ext_country}
{$lng.lbl_dhl_ext_country}: {$order.extra.dhl_ext_country}{/if}
{$lng.lbl_subtotal} {include file="currency.tpl" value=$order.display_subtotal}
{$lng.lbl_points_discount} {include file="currency.tpl" value=$order.points_info.points_discount}
{$lng.lbl_discount} {include file="currency.tpl" value=$order.discount}
{$lng.lbl_coupon_saving} {include file="currency.tpl" value=$order.coupon_discount} ({$order.coupon})
{$lng.lbl_discounted_subtotal} {include file="currency.tpl" value=$order.display_discounted_subtotal}
{$lng.lbl_shipping_cost} {if $order.coupon and $order.coupon_type eq "free_ship"} {include file="currency.tpl" value=0} ({$lng.lbl_free_ship_coupon_record|substitute:"code":$order.coupon}) {else} {include file="currency.tpl" value=$order.display_shipping_cost} {/if}
Calculated Weight {$calcweight} KG
{$tax.tax_display_name} {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} {include file="currency.tpl" value=$tax.tax_cost}
{$lng.lbl_registration_number}:
  {$order.reg_numbers[rn]}

{$lng.txt_tax_exemption_applied}
 
{$lng.lbl_applied_giftcerts}:
{strip} {if ($usertype eq 'A' && $current_membership_flag ne 'FS') || ($usertype eq 'P' && $active_modules.Simple_Mode)}{/if} {$gc.giftcert_id} {if $usertype eq 'A' || ($usertype eq 'P' && $active_modules.Simple_Mode)}{/if}: {/strip} {include file="currency.tpl" value=$gc.giftcert_cost}
 
{include file="main/subheader.tpl" title=$lng.lbl_customer_info}
{$lng.lbl_personal_information}:
  {$lng.lbl_username} {if ($usertype eq 'A' && $current_membership_flag ne 'FS') || ($usertype eq 'P' && $active_modules.Simple_Mode)} {$customer.login} {else} {$customer.login} {/if}
  {$lng.lbl_title} {$customer.title}
  {$lng.lbl_first_name} {$customer.firstname}
  {$lng.lbl_last_name} {$customer.lastname}
  {$lng.lbl_company} {$customer.company}
  {$lng.lbl_ssn} {$customer.ssn}
  {$lng.lbl_tax_number} {$customer.tax_number}
  {$v.title} {$v.value}
{$lng.lbl_billing_address}:
  {$lng.lbl_title} {$customer.b_title}
  {$lng.lbl_first_name} {$customer.b_firstname}
  {$lng.lbl_last_name} {$customer.b_lastname}
  {$lng.lbl_address} {$customer.b_address}
  {$lng.lbl_address_2} {$customer.b_address_2}
  {$lng.lbl_city} {$customer.b_city}
  {$lng.lbl_county} {$customer.b_countyname}
  {$lng.lbl_state} {$customer.b_statename}
  {$lng.lbl_zip_code} {$customer.b_zipcode}
  {$lng.lbl_country} {$customer.b_countryname}
  {$v.title} {$v.value}
{$lng.lbl_shipping_address}:
  {$lng.lbl_title} {$customer.s_title}
  {$lng.lbl_first_name} {$customer.s_firstname}
  {$lng.lbl_last_name} {$customer.s_lastname}
  {$lng.lbl_address} {$customer.s_address}
  {$lng.lbl_address_2} {$customer.s_address_2}
  {$lng.lbl_city} {$customer.s_city}
  {$lng.lbl_county} {$customer.s_countyname}
  {$lng.lbl_state} {$customer.s_statename}
  {$lng.lbl_zip_code} {$customer.s_zipcode}
  {$lng.lbl_country} {$customer.s_countryname}
  {$v.title} {$v.value}
{$lng.lbl_contact_information}:
  {$lng.lbl_phone} {$customer.phone}
  {$lng.lbl_fax} {$customer.fax}
  {$lng.lbl_web_site} {if $customer.url neq ""}{$customer.url}{/if}
  {$lng.lbl_email} {$customer.email}
  {$v.title} {$v.value}
{$lng.lbl_additional_information}:
  {$v.title} {$v.value}