diff --git a/templates/frontOffice/default/email/order.html b/templates/frontOffice/default/email/order.html
deleted file mode 100644
index 420186513..000000000
--- a/templates/frontOffice/default/email/order.html
+++ /dev/null
@@ -1,123 +0,0 @@
-{extends file="email/template.tpl"}
-
-{* Open in browser *}
-{block name="email-browsers"}{/block}
-
-{* Subject *}
-{block name="email-subject"}Your order confirmation NÂș __ORDER_REF__{/block}
-
-{* Title *}
-{block name="email-title"}Thank you for your order!{/block}
-
-{* Content *}
-{block name="email-content"}
-
- {assign var="orderId" value="1"}
-
- {loop name="order.invoice" type="order" id=$orderId customer="*"}
- {loop name="currency.order" type="currency" id=$CURRENCY}
- {assign "orderCurrencySymbol" $SYMBOL}
- {assign var="orderCurrencyIsoCode" value=$ISOCODE}
- {/loop}
- {loop type="customer" name="customer.invoice" id=$CUSTOMER current="0"}
- {assign var="customerRef" value=$REF}
- {/loop}
-
- Here are the details of your purchase:
-
-
|
- Delivery address: - {loop type="order_address" name="delivery_address" id=$DELIVERY_ADDRESS} - {$FIRSTNAME} {$LASTNAME} - {$ADDRESS1} - {if $ADDRESS2 != ""}{$ADDRESS2} {/if} - {if $ADDRESS3 != ""}{$ADDRESS3} {/if} - {$CITY} - {$ZIPCODE}, {loop type="country" name="country_delivery" id=$COUNTRY}{$TITLE}{/loop} - {/loop} - |
-
- Billing address: - {loop type="order_address" name="invoice_address" id=$INVOICE_ADDRESS} - {$FIRSTNAME} {$LASTNAME} - {$ADDRESS1} - {if $ADDRESS2 != ""}{$ADDRESS2} {/if} - {if $ADDRESS3 != ""}{$ADDRESS3} {/if} - {$CITY} - {$ZIPCODE}, {loop type="country" name="country_delivery" id=$COUNTRY}{$TITLE}{/loop} - {/loop} - |
-
- Order Total: {$TOTAL_TAXED_AMOUNT} {$orderCurrencySymbol} {$orderCurrencyIsoCode}
- Order Number: {$REF}
- Paid With: {loop name="payment-module" type="module" id=$PAYMENT_MODULE}{$TITLE}{/loop}
- Purchase Date: {format_date date=$CREATE_DATE output="date"}
- Delivery method: {loop name="delivery-module" type="module" id=$DELIVERY_MODULE}{$TITLE}{/loop}
-
| What You Purchased | -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 {$realTaxedPrice} {$orderCurrencySymbol} - | -
| Total | -{$TOTAL_TAXED_AMOUNT - $POSTAGE} {$orderCurrencySymbol} | -
| Shipping: | -{$POSTAGE} {$orderCurrencySymbol} | -
| Order Total | -{$TOTAL_TAXED_AMOUNT} {$orderCurrencySymbol} | -
Congratulations! You have successfully created an account on Thelia v2 demo site. Keep this email as a reference of your account details, and helpful links.
- -
-
|
-