{extends file="email-layout.tpl"}
{* Do not provide a "Open in browser" link *}
{block name="browser"}{/block}
{* No pre-header *}
{block name="pre-header"}{/block}
{* Subject *}
{block name="email-subject"}{intl l="Your order confirmation NÂș %ref" ref={$order_ref}}{/block}
{* Title *}
{block name="email-title"}{intl l="Thank you for your order!"}{/block}
{* Content *}
{block name="email-content"}
{loop name="order.invoice" type="order" id=$order_id customer="*"}
{loop name="currency.order" type="currency" id=$CURRENCY}
{assign var="orderCurrencyIsoCode" value=$ISOCODE}
{/loop}
{loop type="customer" name="customer.invoice" id=$CUSTOMER current="0"}
{assign var="customerRef" value=$REF}
{/loop}
{hook name="email-html.order-confirmation.before-address" order=$order_id}
{intl l="Here are the details of your purchase:"}
{intl l="Delivery address:"} {ifhook rel="email-html.order-confirmation.delivery-address"} {* delivery module can customize the delivery address *} {hook name="email-html.order-confirmation.delivery-address" module={$DELIVERY_MODULE} order=$order_id} {/ifhook} {elsehook rel="email-html.order-confirmation.delivery-address"} {format_address order_address=$DELIVERY_ADDRESS locale=$locale} {/elsehook} |
{intl l="Billing address:"} {format_address order_address=$INVOICE_ADDRESS locale=$locale} |
{intl l="Order Total:"} {format_money number=$TOTAL_TAXED_AMOUNT currency_id=$CURRENCY}
{intl l="Order Number:"} {$REF}
{intl l="Paid With:"} {loop name="payment-module" type="module" id=$PAYMENT_MODULE}{$TITLE}{/loop}
{intl l="Purchase Date:"} {format_date date=$CREATE_DATE output="datetime"}
{intl l="Delivery method:"} {loop name="delivery-module" type="module" id=$DELIVERY_MODULE}{$TITLE}{/loop}
{intl l="What You Purchased"} | {intl l="Price in"} {$orderCurrencyIsoCode} |
{$TITLE} ({$REF})
{ifloop rel="combinations"} {loop type="order_product_attribute_combination" name="combinations" order_product=$ID} * {$ATTRIBUTE_TITLE}: {$ATTRIBUTE_AVAILABILITY_TITLE} {/loop} {/ifloop} |
{$QUANTITY} x {format_money number=$realTaxedPrice currency_id=$CURRENCY} |
{intl l="Total"} | {format_money number={$TOTAL_TAXED_AMOUNT - $POSTAGE} currency_id=$CURRENCY} |
{intl l="Shipping:"} | {format_money number=$POSTAGE currency_id=$CURRENCY} |
{intl l="Order Total"} | {format_money number=$TOTAL_TAXED_AMOUNT currency_id=$CURRENCY} |
{intl l="View this order in your account at %shop_name" shop_name={config key="store_name"}}