public function congratulationAction()
 {
     /* @var $wizardHelper Ess_M2ePro_Helper_Module_Wizard */
     $wizardHelper = Mage::helper('M2ePro/Module_Wizard');
     $wizardHelper->getWizard($this->getNick())->disableChildWizards();
     parent::congratulationAction();
 }
 protected function _initAction()
 {
     $result = parent::_initAction();
     $this->getLayout()->getBlock('head')->addJs('M2ePro/Wizard/InstallationCommon.js')->addJs('M2ePro/Configuration/ComponentsHandler.js');
     return $result;
 }
 public function completeAction()
 {
     parent::completeAction();
     return $this->_redirectUrl($this->_getRefererUrl());
 }
 public function indexAction()
 {
     $this->getWizardHelper()->setStatus('amazonShippingOverridePolicy', Ess_M2ePro_Helper_Module_Wizard::STATUS_SKIPPED);
     return parent::indexAction();
 }
 protected function _initAction()
 {
     parent::_initAction();
     $this->getLayout()->getBlock('head')->addJs('M2ePro/Wizard/Amazon/CustomHandler.js')->addJs('M2ePro/Wizard/AmazonShippingOverridePolicy.js');
     return $this;
 }
 public function installationAction()
 {
     Mage::helper('M2ePro/Module')->getConfig()->setGroupValue('/component/buy/', 'mode', 1);
     Mage::helper('M2ePro/Magento')->clearMenuCache();
     parent::installationAction();
 }
 protected function _initAction()
 {
     parent::_initAction();
     $this->getLayout()->getBlock('head')->addJs('M2ePro/Wizard/MigrationNewAmazonHandler.js');
     return $this;
 }