diff --git a/modules/statsforecast/statsforecast.php b/modules/statsforecast/statsforecast.php index ffe86a176..d27f8c756 100644 --- a/modules/statsforecast/statsforecast.php +++ b/modules/statsforecast/statsforecast.php @@ -123,7 +123,8 @@ class StatsForecast extends Module $dataTable[$row['fix_date']] = $row; $this->_html .= '
'.$this->l('All amounts are without taxes.').'
'.round(100 * $orders / max(1, $customers), 2).' %
-
- '.$this->l('orders').'
-
'.round(100 * $orders / max(1, $visitors), 2).' %
-
- '.$this->l('orders').'
-
+ '.$this->l('Registered visitors').'
+
+
'.round(100 * $orders / max(1, $customers), 2).' %
+
+ '.$this->l('orders').'
- '.$this->l('Turn your visitors into money:').'
-
'.$this->l('Each visitor yields').' '.Tools::displayPrice($ca['ventil']['total'] / max(1, $visitors), $currency).'.
-
'.$this->l('Each registered visitor yields').' '.Tools::displayPrice($ca['ventil']['total'] / max(1, $customers), $currency).'.
-
'.round(100 * $orders / max(1, $visitors), 2).' %
+
+ '.$this->l('orders').'
+
+ '.$this->l('Turn your visitors into money:').'
+
'.$this->l('Each visitor yields').' '.Tools::displayPrice($ca['ventil']['total'] / max(1, $visitors), $currency).'.
+
'.$this->l('Each registered visitor yields').' '.Tools::displayPrice($ca['ventil']['total'] / max(1, $customers), $currency).'.
+
'.$this->l('The amounts are with taxes, so you can get an estimation of the commission due to the payment method.').'