Esempio n. 1
0
 public function __construct($type)
 {
     parent::__construct($type);
     $this->_label = 'Modify Price using Cost';
 }
Esempio n. 2
0
 public function __construct($type)
 {
     parent::__construct($type);
     $this->_label = 'Modify Special Price using Price';
 }
Esempio n. 3
0
 public function __construct($type)
 {
     parent::__construct($type);
     $this->_label = 'Update Special Price';
 }
Esempio n. 4
0
 public function __construct($type)
 {
     parent::__construct($type);
     $this->_label = 'Update Cost';
 }