Exemple #1
0
 /**
  * Constructor
  *
  * @return void
  */
 protected function __construct()
 {
     parent::__construct();
     $this->widgetsList['\\XLite\\Module\\CDev\\ProductAdvisor\\View\\NewArrivals'] = 'New arrivals';
     $this->widgetsList['\\XLite\\Module\\CDev\\ProductAdvisor\\View\\ComingSoon'] = 'Coming soon';
     $this->widgetsList['\\XLite\\Module\\CDev\\ProductAdvisor\\View\\RecentlyViewed'] = 'Recently viewed';
     $this->widgetsList['\\XLite\\Module\\CDev\\ProductAdvisor\\View\\BoughtBought'] = 'Customers who bought this product also bought';
     $this->widgetsList['\\XLite\\Module\\CDev\\ProductAdvisor\\View\\ViewedBought'] = 'Customers who viewed this product bought';
 }
Exemple #2
0
 /**
  * Constructor
  *
  * @return void
  */
 protected function __construct()
 {
     parent::__construct();
     $this->widgetsList['\\XLite\\Module\\CDev\\FeaturedProducts\\View\\Customer\\FeaturedProducts'] = 'Featured products';
 }
Exemple #3
0
 /**
  * Constructor
  *
  * @return void
  */
 protected function __construct()
 {
     parent::__construct();
     $this->widgetsList['\\XLite\\Module\\XC\\Upselling\\View\\Customer\\UpsellingProducts'] = 'Related products';
 }
Exemple #4
0
 /**
  * Constructor
  *
  * @return void
  */
 protected function __construct()
 {
     parent::__construct();
     $this->widgetsList['\\XLite\\Module\\CDev\\Sale\\View\\SaleBlock'] = 'Products on sale';
 }
Exemple #5
0
 /**
  * Constructor
  *
  * @return void
  */
 protected function __construct()
 {
     parent::__construct();
     $this->widgetsList['\\XLite\\Module\\CDev\\Bestsellers\\View\\Bestsellers'] = 'Bestsellers list';
 }