Beispiel #1
0
 /**
  * Check - 'out of stock' label is visible or not
  *
  * @return boolean
  */
 protected function isOutOfStock()
 {
     return $this->getProductVariant() ? $this->getProductVariant()->isOutOfStock() : ($this->getProduct()->mustHaveVariants() ? true : parent::isOutOfStock());
 }