Example #1
0
 public function _construct()
 {
     parent::_construct();
     // Initialization block
     // ---------------------------------------
     $this->setId('ebayListingBreadcrumb');
     // ---------------------------------------
     $this->setSteps([['id' => 1, 'title' => $this->__('Step 1'), 'description' => $this->__('General Settings')], ['id' => 2, 'title' => $this->__('Step 2'), 'description' => $this->__('Payment / Shipping Settings')], ['id' => 3, 'title' => $this->__('Step 3'), 'description' => $this->__('Selling Settings')], ['id' => 4, 'title' => $this->__('Step 4'), 'description' => $this->__('Synchronization Settings')]]);
 }
Example #2
0
 public function _construct()
 {
     parent::_construct();
     // Initialization block
     // ---------------------------------------
     $this->setId('ebayListingBreadcrumb');
     // ---------------------------------------
     $this->setSteps([['id' => 1, 'title' => $this->__('Step 1'), 'description' => $this->__('eBay Categories')], ['id' => 2, 'title' => $this->__('Step 2'), 'description' => $this->__('Specifics')]]);
 }
Example #3
0
 public function _construct()
 {
     parent::_construct();
     // Initialization block
     // ---------------------------------------
     $this->setId('amazonListingBreadcrumb');
     // ---------------------------------------
     $this->setSteps([['id' => 1, 'title' => $this->__('Step 1'), 'description' => $this->__('General Settings')], ['id' => 2, 'title' => $this->__('Step 2'), 'description' => $this->__('Selling Settings')], ['id' => 3, 'title' => $this->__('Step 3'), 'description' => $this->__('Search Settings')]]);
     $this->setContainerData(['style' => 'margin-bottom: 30px;']);
 }
Example #4
0
 public function _construct()
 {
     parent::_construct();
     // Initialization block
     // ---------------------------------------
     $this->setId('ebayListingAutoActionModeBreadcrumb');
     // ---------------------------------------
     $this->setContainerData(['style' => 'display: none; padding-bottom: 15px;', 'id_prefix' => $this->getIdPrefix()]);
     $this->setSteps([['id' => 1, 'title' => $this->__('Step 1'), 'description' => $this->__('General')], ['id' => 2, 'title' => $this->__('Step 2'), 'description' => $this->__('eBay Categories')], ['id' => 3, 'title' => $this->__('Step 3'), 'description' => $this->__('Specifics')]]);
 }
Example #5
0
 public function _construct()
 {
     parent::_construct();
     $this->setSteps([['id' => 'registration', 'title' => $this->__('Step 1'), 'description' => $this->__('Module Registration')], ['id' => 'account', 'title' => $this->__('Step 2'), 'description' => $this->__('Account Onboarding')], ['id' => 'listingTutorial', 'title' => $this->__('Step 3'), 'description' => $this->__('First Listing Creation')]]);
 }
Example #6
0
 public function _construct()
 {
     parent::_construct();
     $this->setSteps([['id' => 'welcome', 'title' => $this->__('Step 1'), 'description' => $this->__('Migration Notes')], ['id' => 'synchronization', 'title' => $this->__('Step 2'), 'description' => $this->__('Marketplaces Data Synchronization')], ['id' => 'congratulation', 'title' => $this->__('Step 3'), 'description' => $this->__('Congratulation')]]);
 }