Sum*_*K.C 17
存储货币代码,例如.美元
$ currency_code = Mage :: app() - > getStore() - > getCurrentCurrencyCode();
存储货币符号例如.$
$ currency_symbol = Mage :: app() - > getLocale() - > currency($ currency_code) - > getSymbol();
存储货币名称,例如.美元
$ currency_name = Mage :: app() - > getLocale() - > currency($ currency_code) - > getName();
干得好:
$storeID = <whatever your store id is>;
Mage::app()->getStore($storeID)->getCurrentCurrencyCode();
Run Code Online (Sandbox Code Playgroud)
归档时间: |
|
查看次数: |
19808 次 |
最近记录: |