public function __construct() { $this->name = 'now_seo_links'; $this->tab = 'administration'; $this->version = 1.3; $this->author = 'NinjaOfWeb'; $this->need_instance = 0; parent::__construct(); $this->displayName = $this->l('Links without id'); $this->description = $this->l('This module allows you to configure your routes without id.'); if ($this->active) { $this->module_dir = _PS_MODULE_DIR_ . $this->name . DIRECTORY_SEPARATOR; } }
function __construct() { $this->name = 'now_order_return'; $this->tab = 'front_office_features'; $this->version = 1.0; $this->author = 'NinjaOfWeb'; $this->need_instance = 0; parent::__construct(); $this->displayName = $this->l('Order return'); $this->description = $this->l('Send an email to the administrator if a customer registers a return'); if ($this->active) { $this->module_dir = _PS_MODULE_DIR_ . $this->name . DIRECTORY_SEPARATOR; } }
public function __construct() { $this->name = 'now_block_customer_references'; $this->tab = 'front_office_features'; $this->version = 1.2; $this->author = 'NinjaOfWeb'; $this->need_instance = 0; parent::__construct(); $this->displayName = $this->l('Manage block customer references'); $this->description = $this->l('Add a customer references block on footer.'); if ($this->active) { $this->module_dir = _PS_MODULE_DIR_ . $this->name . DIRECTORY_SEPARATOR; $this->module_uri = DIRECTORY_SEPARATOR . 'modules' . DIRECTORY_SEPARATOR . $this->name . DIRECTORY_SEPARATOR; } }
public function __construct() { $this->name = 'now_delivery_time'; $this->tab = 'front_office_features'; $this->version = 1.0; $this->author = 'NinjaOfWeb'; $this->need_instance = 0; parent::__construct(); $this->displayName = $this->l('Manage Delivery time'); $this->description = $this->l('Manage all delivery time by carrier on your front office'); if ($this->active) { $this->module_dir = _PS_MODULE_DIR_ . $this->name . DIRECTORY_SEPARATOR; $this->module_uri = DIRECTORY_SEPARATOR . 'modules' . DIRECTORY_SEPARATOR . $this->name . DIRECTORY_SEPARATOR; } }
public function __construct() { $this->name = 'now_import_accessories'; $this->tab = 'administration'; $this->version = 1.2; $this->author = 'NinjaOfWeb'; $this->need_instance = 0; parent::__construct(); $this->displayName = $this->l('Import accessories'); $this->description = $this->l('Import accessories by .csv file'); if ($this->active) { $this->module_dir = _PS_MODULE_DIR_ . $this->name . DIRECTORY_SEPARATOR; $this->module_uri = DIRECTORY_SEPARATOR . 'modules' . DIRECTORY_SEPARATOR . $this->name . DIRECTORY_SEPARATOR; } }
public function __construct() { $this->name = 'now_block_hook_header'; $this->tab = 'front_office_features'; $this->version = 1.0; $this->author = 'NinjaOfWeb'; $this->need_instance = 0; parent::__construct(); $this->displayName = $this->l('Hook Header'); $this->description = $this->l('Manage a hook on the header block'); if ($this->active) { $this->module_dir = _PS_MODULE_DIR_ . $this->name . DIRECTORY_SEPARATOR; $this->module_uri = DIRECTORY_SEPARATOR . 'modules' . DIRECTORY_SEPARATOR . $this->name . DIRECTORY_SEPARATOR; } }
public function __construct() { $this->name = 'now_mea_home'; $this->tab = 'front_office_features'; $this->version = 1.1; $this->author = 'NinjaOfWeb'; $this->need_instance = 0; parent::__construct(); $this->displayName = $this->l('Highlighted on the home page'); $this->description = $this->l('Manage products to display on the home page.'); if ($this->active) { $this->module_dir = _PS_MODULE_DIR_ . $this->name . DIRECTORY_SEPARATOR; $this->module_uri = DIRECTORY_SEPARATOR . 'modules' . DIRECTORY_SEPARATOR . $this->name . DIRECTORY_SEPARATOR; } }
public function __construct() { $this->name = 'now_product_type'; $this->tab = 'front_office_features'; $this->version = 2.3; $this->author = 'NinjaOfWeb'; $this->need_instance = 0; parent::__construct(); $this->displayName = $this->l('Manage Product Type'); $this->description = $this->l('Manage types of yours products, add a tip block and ideas and import product types'); if ($this->active) { $this->module_dir = _PS_MODULE_DIR_ . $this->name . DIRECTORY_SEPARATOR; $this->module_uri = DIRECTORY_SEPARATOR . 'modules' . DIRECTORY_SEPARATOR . $this->name . DIRECTORY_SEPARATOR; } }
public function __construct() { $this->name = 'now_slideshow'; $this->tab = 'front_office_features'; $this->version = 1.4; $this->author = 'NinjaOfWeb'; $this->need_instance = 0; parent::__construct(); $this->displayName = $this->l('Manage Slideshow'); $this->description = $this->l('Manage Slideshow on your home page'); if ($this->active) { $this->module_dir = _PS_MODULE_DIR_ . $this->name . DIRECTORY_SEPARATOR; $this->module_uri = DIRECTORY_SEPARATOR . 'modules' . DIRECTORY_SEPARATOR . $this->name . DIRECTORY_SEPARATOR; } }
public function __construct() { $this->name = 'now_block_reinsurance'; $this->tab = 'front_office_features'; $this->version = 1.1; $this->author = 'NinjaOfWeb'; $this->need_instance = 0; parent::__construct(); $this->displayName = $this->l('Manage block reinsurance'); $this->description = $this->l('Add reinsurance item on a block.'); if ($this->active) { $this->module_dir = _PS_MODULE_DIR_ . $this->name . DIRECTORY_SEPARATOR; $this->module_uri = DIRECTORY_SEPARATOR . 'modules' . DIRECTORY_SEPARATOR . $this->name . DIRECTORY_SEPARATOR; } }
public function __construct() { $this->name = 'now_all_import'; $this->tab = 'administration'; $this->version = 1.0; $this->author = 'NinjaOfWeb'; $this->need_instance = 0; parent::__construct(); $this->displayName = $this->l('Import accessories, packs, type of product, ideas or tips'); $this->description = $this->l('Import accessories, packs, type of product, ideas or tips with only one .csv file'); if ($this->active) { $this->module_dir = _PS_MODULE_DIR_ . $this->name . DIRECTORY_SEPARATOR; $this->module_uri = DIRECTORY_SEPARATOR . 'modules' . DIRECTORY_SEPARATOR . $this->name . DIRECTORY_SEPARATOR; } }
public function __construct() { $this->name = 'now_parent'; $this->tab = 'administration'; $this->version = 1.0; $this->author = 'NinjaOfWeb'; $this->need_instance = 0; parent::__construct(); $this->displayName = $this->l('Page Parent of NinjaOfWeb modules'); $this->description = $this->l('Page wich list all pages of NinjaOfWeb modules.'); if ($this->active) { $this->module_dir = _PS_MODULE_DIR_ . $this->name . DIRECTORY_SEPARATOR; $this->module_uri = DIRECTORY_SEPARATOR . 'modules' . DIRECTORY_SEPARATOR . $this->name . DIRECTORY_SEPARATOR; } }
public function __construct() { $this->name = 'now_move_blocklayered'; $this->tab = 'front_office_features'; $this->version = 1.0; $this->author = 'NinjaOfWeb'; $this->need_instance = 0; parent::__construct(); $this->displayName = $this->l('Move featured values'); $this->description = $this->l('Ordered featured values on the filter list of blocklayered module.'); if ($this->active) { $this->module_dir = _PS_MODULE_DIR_ . $this->name . DIRECTORY_SEPARATOR; $this->module_uri = DIRECTORY_SEPARATOR . 'modules' . DIRECTORY_SEPARATOR . $this->name . DIRECTORY_SEPARATOR; } }