+
+ '.$this->l('Guide').'
+
+
+
'.$this->l('Various order statuses').'
+
+ '.$this->l('In your Back Office, you can modify the following order statuses: Awaiting Check Payment, Payment Accepted, Preparation in Progress, Shipping, Delivered, Cancelled, Refund, Payment Error, Out of Stock, and Awaiting Bank Wire Payment.').'
+ '.$this->l('These order statuses cannot be removed from the Back Office, however you have the option to add more.').'
+
+
+
+ '.$this->displayName.'
+
+
+
'.$this->l('The following graphs represent the evolution of your e-store\'s orders and sales turnover for a selected period. This tool is one that you should use often as it allows you to quickly monitor your store\'s viability. This feature also allows you to monitor multiple time periods, and only valid orders are graphically represented.').'
+
+
-
- '.$this->l('The following graphs represent the evolution of your e-store\'s orders and sales turnover for a selected period. This tool is one that you should use often as it allows you to quickly monitor your store\'s viability. This feature also allows you to monitor multiple time periods, and only valid orders are graphically represented.').'
-
-
'.$this->l('Orders placed:').' '.(int)($totals['orderCount']).'
-
'.$this->l('Products bought:').' '.(int)($totals['products']).'
-
'.$this->engine(array('type' => 'line', 'option' => '1-'.(int)Tools::getValue('id_country'), 'layers' => 2)).'
-
'.$this->l('CSV Export').'
-
'.$this->l('Sales:').' '.Tools::displayPrice($totals['orderSum'], $currency).'
-
'.$this->engine(array('type' => 'line', 'option' => '2-'.(int)Tools::getValue('id_country'))).'
-
'.$this->l('CSV Export').'
-
+
+
+
+ '.$this->engine(array('type' => 'line', 'option' => '1-'.(int)Tools::getValue('id_country'), 'layers' => 2)).'
+
+
+
+ - '.$this->l('Orders placed:').' '.(int)($totals['orderCount']).'
+ - '.$this->l('Products bought:').' '.(int)($totals['products']).'
+ -
+
+ '.$this->l('CSV Export').'
+
+
+
+
+
+
+
+
+
+
'.$this->engine(array('type' => 'line', 'option' => '2-'.(int)Tools::getValue('id_country'))).'
+
+
+
+
+
'.$this->l('You can view order distribution below.').'
-
- '.($totals['orderCount'] ? $this->engine(array('type' => 'pie', 'option' => '3-'.(int)Tools::getValue('id_country'))) : $this->l('No orders for this period.')).'
-
'.$this->l('CSV Export').'
-
-
-
'.$this->l('Guide').'
-
'.$this->l('Various order statuses').'
-
- '.$this->l('In your Back Office, you can modify the following order statuses: Awaiting Check Payment, Payment Accepted, Preparation in Progress, Shipping, Delivered, Cancelled, Refund, Payment Error, Out of Stock, and Awaiting Bank Wire Payment.').'
- '.$this->l('These order statuses cannot be removed from the Back Office, however you have the option to add more.').'
-
+
+
+
+
+ '.($totals['orderCount'] ? $this->engine(array('type' => 'pie', 'option' => '3-'.(int)Tools::getValue('id_country'))) : $this->l('No orders for this period.')).'
+
+
+
+
';
return $this->_html;
}