diff --git a/admin-dev/themes/default/template/controllers/orders/helpers/view/view.tpl b/admin-dev/themes/default/template/controllers/orders/helpers/view/view.tpl index c43c3c0fc..6c484a558 100755 --- a/admin-dev/themes/default/template/controllers/orders/helpers/view/view.tpl +++ b/admin-dev/themes/default/template/controllers/orders/helpers/view/view.tpl @@ -170,9 +170,9 @@ {l s='Account registered:'} {dateFormat date=$customer->date_add full=true}
{l s='Valid orders placed:'} {$customerStats['nb_orders']}
{l s='Total spent since registration:'} {displayPrice price=Tools::ps_round(Tools::convertPrice($customerStats['total_orders'], $currency), 2) currency=$currency->id}
- {/if} {/if} + {if (sizeof($sources))} diff --git a/admin-dev/themes/default/template/controllers/stats/calendar.tpl b/admin-dev/themes/default/template/controllers/stats/calendar.tpl index 31e607224..7e96f3a7e 100644 --- a/admin-dev/themes/default/template/controllers/stats/calendar.tpl +++ b/admin-dev/themes/default/template/controllers/stats/calendar.tpl @@ -25,7 +25,7 @@
-
+ @@ -51,4 +51,4 @@ }); }); -
\ No newline at end of file +
diff --git a/override/.htaccess b/override/.htaccess new file mode 100644 index 000000000..896fbc5a3 --- /dev/null +++ b/override/.htaccess @@ -0,0 +1,2 @@ +Order deny,allow +Deny from all \ No newline at end of file