return false; | return false; | ||||
} | } | ||||
} | } | ||||
public function hasOneProductOnline() | |||||
{ | |||||
if( ($this->getActiveProducts() && count($this->getProductsOnline()) > 0) | |||||
|| (!$this->getActiveProducts() && $this->getOriginProduct())){ | |||||
return true ; | |||||
} | |||||
return false ; | |||||
} | |||||
} | } |