{* $Id: order_data.tpl,v 1.23 2002/11/22 06:26:07 svowl Exp $ *} {$lng.lbl_products_ordered}: ----------------- {section name=prod_num loop=$products} {$lng.lbl_sku}: {$products[prod_num].productcode} {$lng.lbl_product}: {$products[prod_num].product} {$lng.lbl_quantity}: {$products[prod_num].amount} {if $products[prod_num].product_options ne ""} {$lng.lbl_selected_options}: {$products[prod_num].product_options|replace:"\n":"\n "} {/if} {$lng.lbl_item_price}: {include file="currency.tpl" value=$products[prod_num].price} {/section} {section name=giftcert loop=$giftcerts} {$lng.lbl_gift_certificate}: {$giftcerts[giftcert].gcid} {$lng.lbl_amount}: {include file="currency.tpl" value=$giftcerts[giftcert].amount} {$lng.lbl_recipient}: {$giftcerts[giftcert].recipient} {if $giftcerts[giftcert].send_via eq "P"} {$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_city}, {$giftcerts[giftcert].recipient_state} {$giftcerts[giftcert].recipient_country}, {$giftcerts[giftcert].recipient_zipcode} {$lng.lbl_phone}: {$giftcerts[giftcert].recipient_phone} {else} {$lng.lbl_recipient_email}: {$giftcerts[giftcert].recipient_email} {/if} {/section} {$lng.lbl_total}: ------- {$lng.lbl_payment_method}: {$order.payment_method} {$lng.lbl_delivery}: {$order.shipping} {$lng.lbl_subtotal}: {include file="currency.tpl" value=$order.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_shipping_cost}: {include file="currency.tpl" value=$order.shipping_cost} {$lng.lbl_tax}: {include file="currency.tpl" value=$order.tax} {if $order.giftcert_discount gt 0} {$lng.lbl_giftcert_discount}: {include file="currency.tpl" value=$order.giftcert_discount} {/if} {$lng.lbl_total}: {include file="currency.tpl" value=$order.total} {if $order.applied_giftcerts} {$lng.lbl_applied_giftcerts}: {section name=gc loop=$order.applied_giftcerts} {$order.applied_giftcerts[gc].giftcert_id}: {include file="currency.tpl" value=$order.applied_giftcerts[gc].giftcert_cost} {/section} {/if}