gpt4 book ai didi

magento - 如何获取Magento商店货币

转载 作者:行者123 更新时间:2023-12-04 09:06:57 25 4
gpt4 key购买 nike

我正在使用Magento XML-RPC API。
我还没有找到如何获取当前商店所在国家或产品所用币种的信息。
是否可以通过Magento XML-RPC API获取货币信息。

指向文档的任何链接都非常有帮助,谢谢。

最佳答案

储存货币代码,例如美元

$currency_code = Mage::app()->getStore()->getCurrentCurrencyCode();



存储货币符号,例如 $

$currency_symbol = Mage::app()->getLocale()->currency( $currency_code )->getSymbol();



商店货币名称,例如 美元

$currency_name = Mage::app()->getLocale()->currency( $currency_code )->getName();



Reference

关于magento - 如何获取Magento商店货币,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11550037/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com