We know Magento support multiple currency. I have found…
April 30, 2015
Magento:在head.phtml中获取产品属性 echo a product attribute in magento head.phtml
$product = Mage::registry('current_product'); if ($product) //sometimes need check for instanse, use instanseof { $product->getSku(); }