Beispiel #1
0
 /**
  * Get item clear price. This value is used as a base item price for calculation of netPrice
  *
  * @return float
  */
 public function getClearPrice()
 {
     return $this->getVariant() ? $this->getVariant()->getClearPrice() : parent::getClearPrice();
 }
Beispiel #2
0
 /**
  * Get price
  *
  * @return float
  */
 public function getClearPrice()
 {
     $this->setWholesaleValues();
     return parent::getClearPrice();
 }
 /**
  * {@inheritDoc}
  */
 public function getClearPrice()
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'getClearPrice', array());
     return parent::getClearPrice();
 }