protected function _initAction()
 {
     $result = parent::_initAction();
     $this->getLayout()->getBlock('head')->addJs('M2ePro/Wizard/InstallationCommon.js')->addJs('M2ePro/Configuration/ComponentsHandler.js');
     return $result;
 }
 protected function _initAction()
 {
     parent::_initAction();
     $this->getLayout()->getBlock('head')->addJs('M2ePro/Wizard/Amazon/CustomHandler.js')->addJs('M2ePro/Wizard/FullAmazonCategories.js');
     return $this;
 }
 protected function _initAction()
 {
     parent::_initAction();
     $this->getLayout()->getBlock('head')->addCss('M2ePro/css/Plugin/ProgressBar.css')->addCss('M2ePro/css/Plugin/AreaWrapper.css')->addJs('M2ePro/Plugin/ProgressBar.js')->addJs('M2ePro/Plugin/AreaWrapper.js')->addJs('M2ePro/SynchProgressHandler.js')->addJs('M2ePro/MarketplaceHandler.js')->addJs('M2ePro/Wizard/Buy/MarketplaceHandler.js');
     return $this;
 }
 protected function _initAction()
 {
     parent::_initAction();
     $this->getLayout()->getBlock('head')->addJs('M2ePro/Wizard/Amazon/CustomHandler.js')->addJs('M2ePro/Wizard/AmazonShippingOverridePolicy.js');
     return $this;
 }
 protected function _initAction()
 {
     parent::_initAction();
     $this->getLayout()->getBlock('head')->addJs('M2ePro/Wizard/MigrationNewAmazonHandler.js');
     return $this;
 }