{* $Id: order_details.tpl 2457 2006-11-03 15:44:10Z imac $ *} {if $order_info.status != 'F'} {capture name="mainbox"} {if $order_info}
|
{if $settings.Modules.barcode == 'Y'}
{include file="addons/barcode/barcode.tpl" id=$order_info.order_id} | {/if}
{include file="common_templates/subheader.tpl" title=$lang.products_information}
{/if}
| {$lang.product} | {$lang.options} | {$lang.price} | {$lang.amount} | {if $order_info.use_discount}{$lang.discount} | {/if} {if $order_info.taxes}{$lang.tax} | {/if}{$lang.subtotal} |
| {$oi.product} {if ($order_info.status == 'P' || $order_info.status == 'C') && $oi.extra.is_edp} {/if} | {include file="common_templates/options_info.tpl" product_options=$oi.extra.product_options} | {include file="common_templates/price.tpl" value=$oi.price} | {$oi.amount} | {if $order_info.use_discount}{if $oi.extra.discount|floatval}{include file="common_templates/price.tpl" value=$oi.extra.discount}{else}-{/if} | {/if} {if $order_info.taxes}{include file="common_templates/price.tpl" value=$oi.tax_value} | {/if}{include file="common_templates/price.tpl" value=$oi.subtotal} |
{include file="common_templates/subheader.tpl" title=$lang.order_info}
| {$lang.payment_method}: | {$order_info.payment_method.payment} {if $order_info.payment_method.description}({$order_info.payment_method.description}){/if} | ||
| {$lang.shipping}: | {$order_info.shipping} | ||
| {$lang.subtotal}: | {include file="common_templates/price.tpl" value=$order_info.subtotal} | ||
| {$lang.shipping_cost}: | {include file="common_templates/price.tpl" value=$order_info.shipping_cost} | ||
| {$lang.including_discount}: | {include file="common_templates/price.tpl" value=$order_info.discount} | ||
| {$lang.discount_coupon} {$key} ({if $coupon.free_shipping == 'Y'}{$lang.free_shipping}{else}{include file="common_templates/price.tpl" value=$coupon.value number_type=$coupon.value_type}{/if}) | |||
| {$lang.including_taxes}: | |||
| {$tax_data.description} {include file="common_templates/price.tpl" value=$tax_data.rate_value number_type=$tax_data.rate_type} ({if $tax_data.regnumber}{$tax_data.regnumber}{/if}) | {include file="common_templates/price.tpl" value=$tax_data.tax_subtotal} | ||
| {$lang.tax_exempt} | |||
| {$lang.payment_surcharge}: | {include file="common_templates/price.tpl" value=$order_info.payment_surcharge} | ||
| {$lang.total}: | {include file="common_templates/price.tpl" value=$order_info.total} | ||
| {$lang.customer_notes}: | {$order_info.notes|replace:"\n":" "|default:"-"} |
||
| {$lang.tracking_number}: |
|
||
{include file="common_templates/subheader.tpl" title=$lang.customer_information}
{* Customer info *}
{include file="profiles_pages/profiles_info.tpl" user_data=$order_info location="I"}
{* /Customer info *}
{/if}
{/capture}
{include file="common_templates/mainbox.tpl" title=$lang.order_info content=$smarty.capture.mainbox}
{if $settings.Modules.discussion == 'Y'}
{include file="addons/discussion/discussion.tpl" object_id=$order_info.order_id object_type="O" title=$lang.discussion_title_order}
{/if}
{if $smarty.get.confirmation == 'Y'}
{* place any code you wish to display on this page right after the order has been placed *}
{/if}