예제 #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';
 }