Пример #1
0
 public function __construct($type)
 {
     parent::__construct($type);
     $this->_label = 'Modify Price using Cost';
 }
Пример #2
0
 public function __construct($type)
 {
     parent::__construct($type);
     $this->_label = 'Modify Special Price using Price';
 }
Пример #3
0
 public function __construct($type)
 {
     parent::__construct($type);
     $this->_label = 'Update Special Price';
 }
Пример #4
0
 public function __construct($type)
 {
     parent::__construct($type);
     $this->_label = 'Update Cost';
 }