|
'.$this->l('Visits').' |
- '.$this->l('Reg.').' |
+ '.$this->l('Registrations').' |
'.$this->l('orders').' |
'.$this->l('Items').' |
- '.$this->l('% Reg.').' |
+ '.$this->l('% Registrations').' |
'.$this->l('% Orders').' |
'.$this->l('Sales').' |
@@ -189,7 +189,7 @@ class StatsForecast extends Module
'.(int)($row['countProducts']).' |
'.($visitsToday ? round(100 * (int)($row['registrations']) / $visitsToday, 2).' %' : '-').' |
'.($visitsToday ? round(100 * (int)($row['countOrders']) / $visitsToday, 2).' %' : '-').' |
- '.Tools::displayPrice($row['totalSales'], $currency).' |
+ '.Tools::displayPrice($row['totalSales'], $currency).' |
';
$this->t1 += $visitsToday;
@@ -203,10 +203,10 @@ class StatsForecast extends Module
|
'.$this->l('Visits').' |
- '.$this->l('Reg.').' |
+ '.$this->l('Registrations').' |
'.$this->l('orders').' |
'.$this->l('Items').' |
- '.$this->l('% Reg.').' |
+ '.$this->l('% Registrations').' |
'.$this->l('% Orders').' |
'.$this->l('Sales').' |
@@ -218,7 +218,7 @@ class StatsForecast extends Module
'.(int)($this->t4).' |
-- |
-- |
- '.Tools::displayPrice($this->t8, $currency).' |
+ '.Tools::displayPrice($this->t8, $currency).' |
| '.$this->l('Average').' |
@@ -228,7 +228,7 @@ class StatsForecast extends Module
'.(int)($this->t4 / $intervalAvg).' |
'.($this->t1 ? round(100 * $this->t2 / $this->t1, 2) .' %' : '-').' |
'.($this->t1 ? round(100 * $this->t3 / $this->t1, 2) .' %' : '-').' |
- '.Tools::displayPrice($this->t8 / $intervalAvg, $currency).' |
+ '.Tools::displayPrice($this->t8 / $intervalAvg, $currency).' |
| '.$this->l('Forecast').' |
@@ -238,7 +238,7 @@ class StatsForecast extends Module
'.(int)($this->t4 * $prop30).' |
-- |
-- |
- '.Tools::displayPrice($this->t8 * $prop30, $currency).' |
+ '.Tools::displayPrice($this->t8 * $prop30, $currency).' |