public function __construct()
 {
     $this->configs = Configuration::getMultiple(array('ASP_SHOP_URL_MODE', 'ASP_SHOP_LOGIN_MODE', 'ASP_SELLER_NBR', 'ASP_SELLERS_BLOCK_POSITION', 'ASP_SELLERS_BLOCK_STYLE', 'ASP_HEADER_LOGO_MODE', 'ASP_LOCATION_BLOCK_POSITION', 'ASP_LOCATION_BLOCK_STYLE', 'ASP_LOCATION_BLOCK_LEVEL', 'ASP_LOCATION_BLOCK_VIRTUALSHOP', 'ASP_SELLERS_BLOCK_VIRTUALSHOP', 'ASP_HOME_COLUMN_LEFT', 'ASP_HOME_COLUMN_RIGHT', 'ASP_URL_CHOICE_CAT', 'ASP_URL_CHOICE_CMS'));
     $this->newfiles = array('classes/AgileInstaller.php' => array('1.6x' => 'classes/AgileInstaller.php', '1.5x' => 'classes/AgileInstaller.php'), 'classes/AgileHelper.php' => array('1.6x' => 'classes/AgileHelper.php', '1.5x' => 'classes/AgileHelper.php'), 'classes/AgileSellerManager.php' => array('1.6x' => 'classes/AgileSellerManager.php', '1.5x' => 'classes/AgileSellerManager.php'), 'classes/AgileSessionData.php' => array('1.6x' => 'classes/AgileSessionData.php', '1.5x' => 'classes/AgileSessionData.php'), 'classes/AgileSessionHandler.php' => array('1.6x' => 'classes/AgileSessionHandler.php', '1.5x' => 'classes/AgileSessionHandler.php'), 'classes/module/AgileModule.php' => array('1.6x' => 'classes/module/AgileModule.php', '1.5x' => 'classes/module/AgileModule.php'), 'controllers/front/AgileSellersController.php' => array('1.6x' => 'controllers/front/AgileSellersController.php', '1.5x' => 'controllers/front/AgileSellersController.php'), 'controllers/front/SellerLocationController.php' => array('1.6x' => 'controllers/front/SellerLocationController.php', '1.5x' => 'controllers/front/SellerLocationController.php'));
     $this->shared_override = array();
     $this->version_dependencies = array('agilemultipleseller' => '3.0.2.1');
     $this->name = 'agilemultipleshop';
     $this->tab = 'front_office_features';
     $this->version = '2.0.2.1';
     $this->author = 'addons-modules.com';
     $this->dependencies = array('agilemultipleseller');
     $this->ps_versions_compliancy = array('min' => '1.6', 'max' => _PS_VERSION_);
     $this->bootstrap = true;
     parent::__construct();
     $this->displayName = $this->l('Agile Multiple Shop');
     $this->description = $this->l('Provides multiple shop functionality for multiple sellers - one seller, one shop.');
 }
Example #2
0
 public function __construct()
 {
     $this->configs = Configuration::getMultiple(array("ASP_SHOP_URL_MODE", "ASP_SHOP_LOGIN_MODE", "ASP_SELLER_NBR", "ASP_SELLERS_BLOCK_POSITION", "ASP_SELLERS_BLOCK_STYLE", "ASP_HEADER_LOGO_MODE", "ASP_LOCATION_BLOCK_POSITION", "ASP_LOCATION_BLOCK_STYLE", "ASP_LOCATION_BLOCK_LEVEL", "ASP_LOCATION_BLOCK_VIRTUALSHOP", "ASP_SELLERS_BLOCK_VIRTUALSHOP", "ASP_HOME_COLUMN_LEFT", "ASP_HOME_COLUMN_RIGHT", "ASP_URL_CHOICE_CAT", "ASP_URL_CHOICE_CMS"));
     $this->newfiles = array("classes/AgileInstaller.php" => array("1.6x" => "classes/AgileInstaller.php", "1.5x" => "classes/AgileInstaller.php"), "classes/AgileHelper.php" => array("1.6x" => "classes/AgileHelper.php", "1.5x" => "classes/AgileHelper.php"), "classes/AgileSellerManager.php" => array("1.6x" => "classes/AgileSellerManager.php", "1.5x" => "classes/AgileSellerManager.php"), "classes/AgileSessionData.php" => array("1.6x" => "classes/AgileSessionData.php", "1.5x" => "classes/AgileSessionData.php"), "classes/AgileSessionHandler.php" => array("1.6x" => "classes/AgileSessionHandler.php", "1.5x" => "classes/AgileSessionHandler.php"), "classes/module/AgileModule.php" => array("1.6x" => "classes/module/AgileModule.php", "1.5x" => "classes/module/AgileModule.php"), "controllers/front/AgileSellersController.php" => array("1.6x" => "controllers/front/AgileSellersController.php", "1.5x" => "controllers/front/AgileSellersController.php"), "controllers/front/SellerLocationController.php" => array("1.6x" => "controllers/front/SellerLocationController.php", "1.5x" => "controllers/front/SellerLocationController.php"));
     $this->shared_override = array();
     $this->version_dependencies = array("agilemultipleseller" => "3.0.2.1");
     $this->name = "agilemultipleshop";
     $this->tab = "front_office_features";
     $this->version = "2.0.2.1";
     $this->author = "addons-modules.com";
     $this->dependencies = array("agilemultipleseller");
     $this->ps_versions_compliancy = array("min" => "1.6", "max" => _PS_VERSION_);
     $this->bootstrap = true;
     parent::__construct();
     $this->displayName = $this->l('Agile Multiple Shop');
     $this->description = $this->l('Provides multiple shop functionality for multiple sellers - one seller, one shop.');
 }