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