Ejemplo n.º 1
0
 /**
  * Whether tier price value fixed or percent of original price
  *
  * @param Mage_Catalog_Model_Product_Type_Price $priceObject
  * @return bool
  */
 protected function _isPriceFixed($priceObject)
 {
     return $priceObject->isTierPriceFixed();
 }
Ejemplo n.º 2
0
 public function testIsTierPriceFixed()
 {
     $this->assertTrue($this->_model->isTierPriceFixed());
 }