public function indexAction()
 {
     /* @var $wizardHelper Ess_M2ePro_Helper_Module_Wizard */
     $wizardHelper = Mage::helper('M2ePro/Module_Wizard');
     $wizardHelper->setStatus('migrationNewAmazon', Ess_M2ePro_Helper_Module_Wizard::STATUS_SKIPPED);
     parent::indexAction();
 }
 public function indexAction()
 {
     $this->getWizardHelper()->setStatus('migrationNewAmazon', Ess_M2ePro_Helper_Module_Wizard::STATUS_SKIPPED);
     $this->getWizardHelper()->setStatus('fullAmazonCategories', Ess_M2ePro_Helper_Module_Wizard::STATUS_SKIPPED);
     $this->getWizardHelper()->setStatus('amazonShippingOverridePolicy', Ess_M2ePro_Helper_Module_Wizard::STATUS_SKIPPED);
     parent::indexAction();
 }
 public function indexAction()
 {
     $this->getWizardHelper()->setStatus('amazonShippingOverridePolicy', Ess_M2ePro_Helper_Module_Wizard::STATUS_SKIPPED);
     return parent::indexAction();
 }