コード例 #1
0
    protected function _toHtml()
    {
        $urls = json_encode(array('marketplacesSynchronization' => $this->getUrl('*/*/marketplacesSynchronization')));
        $js = <<<JS
        <script>
            M2ePro.url.add({$urls});
            AmazonShippingOverridePolicy = new AmazonShippingOverridePolicy();
        </script>
JS;
        return parent::_toHtml() . $js . $this->getChildHtml('step_marketplaces_synchronization');
    }
コード例 #2
0
    protected function _toHtml()
    {
        $urls = json_encode(Mage::helper('M2ePro')->getControllerActions('adminhtml_wizard_installationCommon'));
        $additionalJs = <<<SCRIPT
<script type="text/javascript">
    M2ePro.url.add({$urls});
    InstallationCommonWizardObj = new WizardInstallationCommon();
</script>
SCRIPT;
        return parent::_toHtml() . $additionalJs . $this->getChildHtml('description_block') . $this->getChildHtml('step_license') . $this->getChildHtml('step_settings');
    }
コード例 #3
0
    protected function _toHtml()
    {
        $urls = json_encode(array('marketplacesSynchronization' => $this->getUrl('*/*/marketplacesSynchronization')));
        $js = <<<JS
        <script>
            M2ePro.url.add({$urls});
            WizardEbayProductDetails = new WizardEbayProductDetails();
        </script>
JS;
        return parent::_toHtml() . $js . $this->getChildHtml('step_marketplaces_synchronization');
    }
コード例 #4
0
    protected function _toHtml()
    {
        $urls = json_encode(array('marketplacesSynchronization' => $this->getUrl('*/*/marketplacesSynchronization')));
        $js = <<<JS
        <script>
            M2ePro.url.add({$urls});
            MigrationNewAmazonHandlerObj = new MigrationNewAmazonHandler;
        </script>
JS;
        return parent::_toHtml() . $js . $this->getChildHtml('step_marketplaces_synchronization') . $this->getChildHtml('step_description_templates') . $this->getChildHtml('step_information') . $this->getChildHtml('end_button');
    }
コード例 #5
0
 protected function _toHtml()
 {
     return parent::_toHtml() . $this->getChildHtml('step_marketplace') . $this->getChildHtml('step_synchronization') . $this->getChildHtml('step_account') . $this->getChildHtml('end_button');
 }
コード例 #6
0
ファイル: Installation.php プロジェクト: xiaoguizhidao/beut
 protected function _toHtml()
 {
     return parent::_toHtml() . $this->getChildHtml('step_synchronization') . $this->getChildHtml('step_account') . $this->getChildHtml('step_reset') . $this->getChildHtml('end_ebayOtherListing_button');
 }
コード例 #7
0
 protected function _toHtml()
 {
     return parent::_toHtml() . $this->getChildHtml('step_marketplace') . $this->getChildHtml('step_account');
 }
コード例 #8
0
ファイル: Installation.php プロジェクト: xiaoguizhidao/beut
 protected function _toHtml()
 {
     return parent::_toHtml() . $this->getChildHtml('step_cron') . $this->getChildHtml('step_license') . $this->getChildHtml('step_settings') . $this->getChildHtml('end_main_button');
 }
コード例 #9
0
 protected function _toHtml()
 {
     return parent::_toHtml() . ($this->isEbayWizardFinished ? '' : $this->getChildHtml('step_license')) . $this->getChildHtml('step_settings') . $this->getChildHtml('end_button');
 }