Example #1
0
 public function __construct($type)
 {
     parent::__construct($type);
     $this->_label = 'Relate';
     $this->_fieldLabel = 'To';
     if ($this->isOneWay()) {
         if (Mage::getStoreConfig('ampaction/links/' . $this->_type . '_reverse')) {
             $this->_fieldLabel = 'IDs to Selected';
             // new option
         } else {
             $this->_fieldLabel = 'Selected To IDs';
             // old option
         }
     }
     if ($this->isMultiWay()) {
         $this->_fieldLabel = '';
     }
 }
Example #2
0
 public function __construct($type)
 {
     parent::__construct($type);
     $this->_label = 'Relate';
     $this->_fieldLabel = 'To';
 }
Example #3
0
 public function __construct($type)
 {
     parent::__construct($type);
     $this->_label = 'Assign Category';
     $this->_fieldLabel = 'Category IDs';
 }
Example #4
0
 public function __construct($type)
 {
     parent::__construct($type);
     $this->_label = 'Copy Images';
     $this->_fieldLabel = 'From';
 }
 public function __construct($type)
 {
     parent::__construct($type);
     $this->_label = 'Change Attribute Set';
     $this->_fieldLabel = 'To';
 }
 public function __construct($type)
 {
     parent::__construct($type);
     $this->_label = 'Update Price';
     $this->_fieldLabel = 'By';
 }
Example #7
0
 public function __construct($type)
 {
     parent::__construct($type);
     $this->_label = 'Remove Relations';
 }
Example #8
0
 public function __construct($type)
 {
     parent::__construct($type);
     $this->_label = 'Fast Delete';
 }
 public function __construct($type)
 {
     parent::__construct($type);
     $this->_label = 'Copy Custom Options';
     $this->_fieldLabel = 'From Product ID';
 }