コード例 #1
0
 public function process()
 {
     $this->setIsRealTime(true);
     $this->getLogger()->setStoreMode(true);
     parent::process();
 }
コード例 #2
0
 public function process()
 {
     $this->initOutOfStockControlLogic();
     parent::process();
 }