function __construct()
 {
     $this->name = 'statsnewsletter';
     $this->tab = 'Stats';
     $this->version = 1.0;
     parent::__construct();
     $this->displayName = $this->l('Newsletter');
     $this->description = $this->l('Display the newsletter registrations');
 }
Beispiel #2
0
 function __construct()
 {
     $this->name = 'statspersonalinfos';
     $this->tab = 'Stats';
     $this->version = 1.0;
     parent::__construct();
     $this->displayName = $this->l('Registered Customer Info');
     $this->description = $this->l('Display characteristics such as gender and age');
 }
Beispiel #3
0
 function __construct()
 {
     $this->name = 'statsproduct';
     $this->tab = 'Stats';
     $this->version = 1.0;
     parent::__construct();
     $this->displayName = $this->l('Product details');
     $this->description = $this->l('Get detailed statistics for each product');
 }
 function __construct()
 {
     $this->name = 'statsequipment';
     $this->tab = 'Stats';
     $this->version = 1.0;
     parent::__construct();
     $this->displayName = $this->l('Software');
     $this->description = $this->l('Display the software used by your visitors');
 }
 function __construct()
 {
     $this->name = 'statsorigin';
     $this->tab = 'Stats';
     $this->version = 1.0;
     parent::__construct();
     $this->displayName = $this->l('Visitors origin');
     $this->description = $this->l('Display the websites from where your visitors come from');
 }
 function __construct()
 {
     $this->name = 'statsregistrations';
     $this->tab = 'Stats';
     $this->version = 1.0;
     parent::__construct();
     $this->displayName = $this->l('Customer accounts');
     $this->description = $this->l('Display the progress of customer registration');
 }
 function __construct()
 {
     $this->name = 'statscarrier';
     $this->tab = 'Stats';
     $this->version = 1.0;
     parent::__construct();
     $this->displayName = $this->l('Carrier distribution');
     $this->description = $this->l('Display the carriers distribution');
 }
 function __construct()
 {
     $this->name = 'statssales';
     $this->tab = 'Stats';
     $this->version = 1.0;
     parent::__construct();
     $this->displayName = $this->l('Sales and orders');
     $this->description = $this->l('Display the sales evolution and orders by statuses');
 }
 function __construct()
 {
     $this->name = 'statsvisits';
     $this->tab = 'Stats';
     $this->version = 1.0;
     parent::__construct();
     $this->displayName = $this->l('Visits and Visitors');
     $this->description = $this->l('Display statistics about your visits and visitors');
 }
 function __construct()
 {
     $this->name = 'statssales';
     $this->tab = 'analytics_stats';
     $this->version = 1.0;
     $this->author = 'PrestaShop';
     parent::__construct();
     $this->displayName = $this->l('Sales and orders');
     $this->description = $this->l('Display the sales evolution and orders by statuses');
 }
 function __construct()
 {
     $this->name = 'statsequipment';
     $this->tab = 'analytics_stats';
     $this->version = 1.0;
     $this->author = 'PrestaShop';
     parent::__construct();
     $this->displayName = $this->l('Software');
     $this->description = $this->l('Display the software used by your visitors.');
 }
 function __construct()
 {
     $this->name = 'statsvisits';
     $this->tab = 'analytics_stats';
     $this->version = 1.0;
     $this->author = 'PrestaShop';
     parent::__construct();
     $this->displayName = $this->l('Visits and Visitors');
     $this->description = $this->l('Display statistics about your visits and visitors.');
 }
 function __construct()
 {
     $this->name = 'statsnewsletter';
     $this->tab = 'analytics_stats';
     $this->version = 1.0;
     $this->author = 'PrestaShop';
     parent::__construct();
     $this->displayName = $this->l('Newsletter');
     $this->description = $this->l('Display the newsletter registrations');
 }
 function __construct()
 {
     $this->name = 'statsorigin';
     $this->tab = 'analytics_stats';
     $this->version = 1.0;
     $this->author = 'PrestaShop';
     parent::__construct();
     $this->displayName = $this->l('Visitors origin');
     $this->description = $this->l('Display the websites your visitors come from.');
 }
 function __construct()
 {
     $this->name = 'statsproduct';
     $this->tab = 'analytics_stats';
     $this->version = 1.0;
     $this->author = 'PrestaShop';
     parent::__construct();
     $this->displayName = $this->l('Product details');
     $this->description = $this->l('Get detailed statistics for each product.');
 }
 function __construct()
 {
     $this->name = 'statsregistrations';
     $this->tab = 'analytics_stats';
     $this->version = 1.0;
     $this->author = 'PrestaShop';
     parent::__construct();
     $this->displayName = $this->l('Customer accounts');
     $this->description = $this->l('Display the progress of customer registration.');
 }
 public function __construct()
 {
     $this->name = 'statspersonalinfos';
     $this->tab = 'analytics_stats';
     $this->version = 1.0;
     $this->author = 'PrestaShop';
     $this->need_instance = 0;
     parent::__construct();
     $this->displayName = $this->l('Registered Customer Info');
     $this->description = $this->l('Display characteristics such as gender and age.');
 }
Beispiel #18
0
 public function __construct()
 {
     $this->name = 'statsproduct';
     $this->tab = 'analytics_stats';
     $this->version = 1.0;
     $this->author = 'PrestaShop';
     $this->need_instance = 0;
     parent::__construct();
     $this->displayName = $this->l('Product details');
     $this->description = $this->l('Adds detailed statistics for each product to the Stats dashboard.');
 }
Beispiel #19
0
 public function __construct()
 {
     $this->name = 'statscarrier';
     $this->tab = 'analytics_stats';
     $this->version = 1.0;
     $this->author = 'PrestaShop';
     $this->need_instance = 0;
     parent::__construct();
     $this->displayName = $this->l('Carrier distribution');
     $this->description = $this->l('Display the carriers distribution');
 }
Beispiel #20
0
 public function __construct()
 {
     $this->name = 'statspersonalinfos';
     $this->tab = 'analytics_stats';
     $this->version = 1.0;
     $this->author = 'PrestaShop';
     $this->need_instance = 0;
     parent::__construct();
     $this->displayName = $this->l('Registered customer information');
     $this->description = $this->l('Adds information about your registered customers (such as gender and ageà to the Stats dashboard.');
 }
Beispiel #21
0
 public function __construct()
 {
     $this->name = 'statsorigin';
     $this->tab = 'analytics_stats';
     $this->version = 1.0;
     $this->author = 'PrestaShop';
     $this->need_instance = 0;
     parent::__construct();
     $this->displayName = $this->l('Visitors origin');
     $this->description = $this->l('Adds a graph displaying the websites your visitors came from to the Stats dashboard.');
 }
Beispiel #22
0
 public function __construct()
 {
     $this->name = 'statsnewsletter';
     $this->tab = 'analytics_stats';
     $this->version = 1.0;
     $this->author = 'PrestaShop';
     $this->need_instance = 0;
     parent::__construct();
     $this->displayName = $this->l('Newsletter');
     $this->description = $this->l('Adds a tab with a graph showing newsletter registrations to the Stats dashboard.');
 }
Beispiel #23
0
 public function __construct()
 {
     $this->name = 'statsequipment';
     $this->tab = 'analytics_stats';
     $this->version = 1.0;
     $this->author = 'PrestaShop';
     $this->need_instance = 0;
     parent::__construct();
     $this->displayName = $this->l('Browsers and operating systems');
     $this->description = $this->l('Adds a tab containing graphs about web browser and operating system usage to the Stats dashboard.');
 }
Beispiel #24
0
 public function __construct()
 {
     $this->name = 'statsvisits';
     $this->tab = 'analytics_stats';
     $this->version = 1.0;
     $this->author = 'PrestaShop';
     $this->need_instance = 0;
     parent::__construct();
     $this->displayName = $this->l('Visits and Visitors');
     $this->description = $this->l('Adds statistics about your visits and visitors tot the Stats dashboard.');
 }
Beispiel #25
0
 public function __construct()
 {
     $this->name = 'statscarrier';
     $this->tab = 'analytics_stats';
     $this->version = 1.0;
     $this->author = 'PrestaShop';
     $this->need_instance = 0;
     parent::__construct();
     $this->displayName = $this->l('Carrier distribution');
     $this->description = $this->l('Adds a graph displaying each carriers\' distribution to the Stats dashboard.');
 }
 public function __construct()
 {
     $this->name = 'statsvisits';
     $this->tab = 'analytics_stats';
     $this->version = '1.4';
     $this->author = 'PrestaShop';
     $this->need_instance = 0;
     parent::__construct();
     $this->displayName = $this->l('Visits and Visitors');
     $this->description = $this->l('Adds statistics about your visits and visitors to the Stats dashboard.');
     $this->ps_versions_compliancy = array('min' => '1.6', 'max' => _PS_VERSION_);
 }
 public function __construct()
 {
     $this->name = 'statsnewsletter';
     $this->tab = 'analytics_stats';
     $this->version = '1.4.0';
     $this->author = 'PrestaShop';
     $this->need_instance = 0;
     parent::__construct();
     $this->displayName = $this->l('Newsletter');
     $this->description = $this->l('Adds a tab with a graph showing newsletter registrations to the Stats dashboard.');
     $this->ps_versions_compliancy = array('min' => '1.6', 'max' => _PS_VERSION_);
 }
Beispiel #28
0
 public function __construct()
 {
     $this->name = 'statsproduct';
     $this->tab = 'analytics_stats';
     $this->version = '1.2';
     $this->author = 'PrestaShop';
     $this->need_instance = 0;
     parent::__construct();
     $this->displayName = $this->l('Product details');
     $this->description = $this->l('Adds detailed statistics for each product to the Stats dashboard.');
     $this->ps_versions_compliancy = array('min' => '1.6', 'max' => _PS_VERSION_);
 }
Beispiel #29
0
 public function __construct()
 {
     $this->name = 'statsregistrations';
     $this->tab = 'analytics_stats';
     $this->version = '1.2';
     $this->author = 'PrestaShop';
     $this->need_instance = 0;
     parent::__construct();
     $this->displayName = $this->l('Customer accounts');
     $this->description = $this->l('Adds a registration progress tab to the Stats dashboard.');
     $this->ps_versions_compliancy = array('min' => '1.6', 'max' => _PS_VERSION_);
 }
Beispiel #30
0
 public function __construct()
 {
     $this->name = 'statssales';
     $this->tab = 'analytics_stats';
     $this->version = '1.3.0';
     $this->author = 'PrestaShop';
     $this->need_instance = 0;
     parent::__construct();
     $this->displayName = $this->l('Sales and orders');
     $this->description = $this->l('Adds graphics presenting the evolution of sales and orders to the Stats dashboard.');
     $this->ps_versions_compliancy = array('min' => '1.6', 'max' => _PS_VERSION_);
 }