Example #1
0
 protected function inspectProducts()
 {
     if (isset($this->params['params']['remove']) && (bool) $this->params['params']['remove']) {
         return;
     }
     parent::inspectProducts();
 }
Example #2
0
 protected function unsetLocks($fail = false, $message = NULL)
 {
     $this->removeFromQueueOfSKus();
     parent::unsetLocks($fail, $message);
 }