Ejemplo n.º 1
0
 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');
 }
Ejemplo n.º 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');
 }
Ejemplo n.º 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');
 }
Ejemplo n.º 4
0
 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');
 }
Ejemplo n.º 5
0
 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');
 }
Ejemplo n.º 6
0
 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');
 }
Ejemplo n.º 7
0
 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');
 }
Ejemplo n.º 8
0
 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');
 }
Ejemplo n.º 9
0
 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');
 }
Ejemplo n.º 10
0
 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');
 }
Ejemplo n.º 11
0
 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.');
 }
Ejemplo n.º 12
0
 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.');
 }
Ejemplo n.º 13
0
 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');
 }
Ejemplo n.º 14
0
 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.');
 }
Ejemplo n.º 15
0
 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.');
 }
Ejemplo n.º 17
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 Info');
     $this->description = $this->l('Display characteristics such as gender and age.');
 }
Ejemplo n.º 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.');
 }
Ejemplo n.º 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');
 }
Ejemplo n.º 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.');
 }
Ejemplo n.º 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.');
 }
Ejemplo n.º 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.');
 }
Ejemplo n.º 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.');
 }
Ejemplo n.º 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.');
 }
Ejemplo n.º 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_);
 }
Ejemplo n.º 27
0
 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_);
 }
Ejemplo n.º 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_);
 }
Ejemplo n.º 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_);
 }
Ejemplo n.º 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_);
 }