Beispiel #1
0
 protected function _prepareLayout()
 {
     $this->appendHelpBlock(['content' => $this->__('<p>This Page contains a list of Amazon international Marketplaces 
             where you can sell your Items.</p><br>
             <p><strong>Enable</strong> only those Marketplaces that you want to sell on. 
             High number of enabled Marketplaces will take longer to process the necessary data.</p><br>
             <p>More detailed information you can find <a href="%url%" target="_blank">here</a>.</p>', $this->getHelper('Module\\Support')->getDocumentationUrl(NULL, NULL, 'x/9AEtAQ'))]);
     return parent::_prepareLayout();
 }
Beispiel #2
0
    protected function _prepareLayout()
    {
        $this->appendHelpBlock(['content' => $this->__('<p>Description Policy is required for New ASIN/ISBN creation. 
                It should be properly configured to allow creation of New Amazon Products.</p><br>

                <p>More detailed information about creation of New Amazon Products and Description Policies
                 you can find in the following article article
                 <a href="%url%" target="_blank">here</a>.</p>', $this->getHelper('Module\\Support')->getDocumentationUrl(NULL, NULL, 'x/LQgtAQ'))]);
        parent::_prepareLayout();
    }
Beispiel #3
0
 protected function _prepareLayout()
 {
     $this->css->addFile('listing/autoAction.css');
     return parent::_prepareLayout();
 }