Here’s another way that might work for you: Mage::app()->getLocale()->currency(Mage::app()->getStore()->
getCurrentCurrencyCode())->getSymbol()
or if you want to pass a certain currency code simply specify it:
Mage::app()->getLocale()->currency(’EUR’)->getSymbol()
thank you guy...
本文介绍了在Magento中如何获取货币符号的方法。通过使用Mage::app()的getLocale()和currency()方法,可以轻松地获取当前商店的货币符号或者指定某种货币的符号。
2162

被折叠的 条评论
为什么被折叠?



