{* $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}
{$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} |