getCurrentOrderTotalAmount() > 0; } public function postActivation(ConnectionInterface $con = null) { } /** * if you want, you can manage stock in your module instead of order process. * Return false if you want to manage yourself the stock * * @return bool */ public function manageStockOnCreation() { return false; } }