/**
  * Create new instance.
  */
 public function __construct()
 {
     parent::__construct('importZencartConfigure');
     $this->label = 'Create or update ZenMagick store-config.yaml from configure.php';
     $this->configurePhpFile = $this->container->getParameter('zencart.root_dir') . '/includes/configure.php';
     $this->configFile = $this->container->getParameter('zenmagick.root_dir') . '/config/parameters.yml';
 }
Example #2
0
 /**
  * Create new instance.
  */
 public function __construct()
 {
     parent::__construct('themeDummies');
     $this->label = 'Create admin dummy files for all installed ZenMagick themes';
     $this->catalogTemplatePath = $this->container->getParameter('zencart.root_dir') . '/includes/templates/';
 }
 /**
  * Create new instance.
  */
 public function __construct()
 {
     parent::__construct('couponAdminMail');
     $this->label = 'Patch zen-cart to allow use of ZenMagick email templates for coupon admin mail';
     $this->couponAdminFile = $this->container->getParameter('zencart.admin_dir') . '/coupon_admin.php';
 }
 /**
  * Create new instance.
  */
 public function __construct()
 {
     parent::__construct('customerEdit');
     $this->label = 'Patch zen-cart to allow editing customers where email also exists as guest account';
     $this->customersAdminFile = $this->container->getParameter('zencart.admin_dir') . '/customers.php';
 }
 /**
  * Create new instance.
  */
 public function __construct()
 {
     parent::__construct('sideboxDummies');
     $this->label = 'Create dummy files for all (side)boxes of <strong>all</strong> ZenMagick themes and <strong>installed</strong> plugins';
     $this->sideBoxPath = $this->container->getParameter('zencart.root_dir') . '/includes/modules/sideboxes/';
 }