diff --git a/admin-dev/themes/default/template/controllers/stats/menu.tpl b/admin-dev/themes/default/template/controllers/stats/menu.tpl
index d94a14790..28f0f1480 100644
--- a/admin-dev/themes/default/template/controllers/stats/menu.tpl
+++ b/admin-dev/themes/default/template/controllers/stats/menu.tpl
@@ -28,7 +28,7 @@
{if count($modules)}
{foreach $modules as $module}
{if $module_instance[$module.name]}
- {$module_instance[$module.name]->displayName}
+ {$module_instance[$module.name]->displayName}
{/if}
{/foreach}
{else}
diff --git a/admin-dev/themes/default/template/header.tpl b/admin-dev/themes/default/template/header.tpl
index 511adead4..118823fb4 100644
--- a/admin-dev/themes/default/template/header.tpl
+++ b/admin-dev/themes/default/template/header.tpl
@@ -283,6 +283,11 @@
$('#bo_query').attr("placeholder",$(this).data('placeholder'));
$('#bo_query').focus();
});
+ {if isset($search_type) && $search_type}
+ $(document).ready(function() {
+ $('.search-option a[data-value='+{$search_type|intval}+']').click();
+ });
+ {/if}
+
+
+
+
+ Reference
+ Product
+ Unit price
+ Quantity
+ Total price
+
+ Carrier:
+ + {carrier} + +|
+ + Delivery address + + {delivery_block_html} + |
+ + |
+ + Billing address + + {invoice_block_html} + + |
+
+ Customer message:
+ + {message} + +| - |
| {product} is almost out of stock. | -
| - |
| The stock cover is now less than the specified minimum of {warning_coverage}. Current stock cover: {current_coverage} |
-
| - |
| {shop_name} powered with PrestaShop™ | -
| + |
+
|
+ + |
diff --git a/modules/mailalerts/mails/en/new_order.txt b/modules/mailalerts/mails/en/new_order.txt index 769cdb075..16274e4c6 100644 --- a/modules/mailalerts/mails/en/new_order.txt +++ b/modules/mailalerts/mails/en/new_order.txt @@ -1,30 +1,59 @@ -Hi, - -You've a new order from {firstname} {lastname} ({email}) on {shop_name}. - -Order: {order_name} -Placed on : {date} -Carrier : {carrier} -Payment: {payment} -Discounts: {total_discounts} -Shipping: {total_shipping} -Total Tax paid: {total_tax_paid} -Products: {total_products} -Gift-wrapping: {total_wrapping} -Total paid: {total_paid} - -Delivery address: - -{delivery_block_txt} - -Billing address: - -{invoice_block_txt} - -Customer message: - -{message} - - - -{shop_url} powered by PrestaShop™ + +[{shop_url}] + +Congratulations! + +A new order was placed on {shop_name} from the following customer: +{firstname} {lastname} ({email}) + +Order details ORDER: {order_name} Placed on {date} + +PAYMENT: {payment} + +REFERENCE + +PRODUCT + +UNIT PRICE + +QUANTITY + +TOTAL PRICE + +{items} + +PRODUCTS + +{total_products} + +DISCOUNTS + +{total_discounts} + +GIFT-WRAPPING + +{total_wrapping} + +SHIPPING + +{total_shipping} + +TOTAL TAX PAID + +{total_tax_paid} + +TOTAL PAID + +{total_paid} + +Carrier: {carrier} + +Delivery address {delivery_block_html} + +Billing address {invoice_block_html} + +Customer message: {message} + +{shop_name} [{shop_url}] powered by +PrestaShop(tm) [http://www.prestashop.com/] + diff --git a/modules/mailalerts/mails/en/productcoverage.html b/modules/mailalerts/mails/en/productcoverage.html index 1d709047c..c46f20119 100644 --- a/modules/mailalerts/mails/en/productcoverage.html +++ b/modules/mailalerts/mails/en/productcoverage.html @@ -1,34 +1,56 @@ + -
- -
- -
+
+ +
+ + +