{* $Id: order_info.tpl,v 1.15.2.8 2004/12/10 11:08:42 max Exp $ *}
| {$lng.lbl_products_info} | |
| {$products[prod_num].product} #{$products[prod_num].productid} | |
| / {$lng.lbl_pconf_composite_product} / | |
| {$lng.lbl_sku} | {$products[prod_num].productcode|default:"-"} |
| {$lng.lbl_provider} | {$products[prod_num].provider} |
| {$lng.lbl_price} | {include file="currency.tpl" value=$products[prod_num].display_price} |
| {$lng.lbl_including} |
{foreach from=$products[prod_num].extra_data.taxes key=tax_name item=tax}
{if $tax.tax_value gt 0}
{if $cart.product_tax_name eq ""} {/if} {/foreach} |
| {$lng.lbl_quantity} | {$products[prod_num].amount} item(s) |
| {$lng.lbl_selected_options} | {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} |
| {$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} |
| {$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}, {$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} |
| {$lng.lbl_order_info} | |
| {$lng.lbl_payment_method} | {$order.payment_method} |
| {$lng.lbl_delivery} | {$order.shipping|trademark} |
| {$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} | {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} | {include file="currency.tpl" value=$order.display_shipping_cost} |
| {$lng.lbl_coupon_saving} | {include file="currency.tpl" value=$order.coupon_discount} ({$order.coupon}) |
| {$tax.tax_display_name} | {include file="currency.tpl" value=$tax.tax_cost} |
| {$lng.lbl_giftcert_discount} | {include file="currency.tpl" value=$order.giftcert_discount} |
| {$lng.lbl_total|upper} | {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.lbl_applied_giftcerts}: | |
| {$order.applied_giftcerts[gc].giftcert_id}: | {include file="currency.tpl" value=$order.applied_giftcerts[gc].giftcert_cost} |
| {$lng.lbl_customer_info} | |
| {$lng.lbl_personal_information}: | |
| {$lng.lbl_title} | {$customer.title} |
| {$lng.lbl_first_name} | {$customer.firstname} |
| {$lng.lbl_last_name} | {$customer.lastname} |
| {$lng.lbl_company} | {$customer.company} |
| {$v.title} | {$v.value} |
| {$lng.lbl_billing_address}: | |
| {$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_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_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_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} | {$customer.url} |
| {$lng.lbl_email} | {$customer.email} |
| {$v.title} | {$v.value} |
| {$lng.lbl_additional_information}: | |
| {$v.title} | {$v.value} |