Public Member Functions | |
getPrice () |
Definition at line 35 of file Price.php.
getPrice | ( | ) |
Definition at line 37 of file Price.php.
00038 { 00039 $product = Mage::registry('product'); 00040 /*if($product->isConfigurable()) { 00041 $price = $product->getCalculatedPrice((array)$this->getRequest()->getParam('super_attribute', array())); 00042 return Mage::app()->getStore()->formatPrice($price); 00043 }*/ 00044 00045 return $product->getFormatedPrice(); 00046 }