{intl l="Your Cart"}
{include file="misc/checkout-progress.tpl" step="last"} {loop type="order" name="placed-order" id=$placed_order_id} {ifhook rel="order-placed.body"} {hook name="order-placed.body" module="$PAYMENT_MODULE"} {/ifhook} {elsehook rel="order-placed.body"}{intl l="You choose"} : {loop name="payment-module" type="module" id=$PAYMENT_MODULE}{$TITLE}{/loop}
{intl l="Thank you for the trust you place in us."}
{intl l="A summary of your order has been sent to the following address"} : {customer attr="email"}
{intl l="Your order will be confirmed by us upon receipt of your payment."}
{ifloop rel="customer.orders"}{intl l="Order number"} | {intl l="Seller"} | {intl l="Amount"} | {intl l="Status"} | {intl l="View"} |
---|---|---|---|---|
{$REF} | {$AMP_SELLER_NAME} | {format_money number=$TOTAL_TAXED_AMOUNT_POSTAGE currency_id=$CURRENCY} | {loop type="order-status" name="order.status" id={$STATUS}} {assign "orderStatusCode" "order_$CODE"} {if #$orderStatusCode# == ''} {assign "defaultLabel" "label-default"} {assign "orderStatusLabel" $CODE} {else} {assign "defaultLabel" ''} {assign "orderStatusLabel" #$orderStatusCode#} {/if} {$TITLE} {/loop} | {intl l="Order details"} |
{intl l="Order total amount"} | {format_money number=$TOTAL_TAXED_AMOUNT currency_id=$CURRENCY} |