Mage_Catalog_Block_Product_View_Price Class Reference

Inheritance diagram for Mage_Catalog_Block_Product_View_Price:

Mage_Core_Block_Template Mage_Core_Block_Abstract Varien_Object

List of all members.

Public Member Functions

 getPrice ()


Detailed Description

Definition at line 35 of file Price.php.


Member Function Documentation

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     }


The documentation for this class was generated from the following file:

Generated on Sat Jul 4 17:23:37 2009 for Magento by  doxygen 1.5.8