Example #1
0
 /**
  * Return available amount
  *
  * @return integer
  */
 protected function getAvailableAmount()
 {
     return $this->getProductVariant() && !$this->getProductVariant()->getDefaultAmount() ? $this->getProductVariant()->getAvailableAmount() : parent::getAvailableAmount();
 }