Magento - 当我做货币转换时,我得到了“来自英镑 - 美元的未定义利率”

时间:2014-03-17 21:31:16

标签: magento

我正在尝试:

$amount = Mage:helper('directory')->currencyConvert($amount,$fromCurrency,$toCurrency);

当基础货币:USD"和"默认显示货币:EUR",但当我更换" EUR"与" GBP"我有这个例外: "未定义的汇率来自GBP-USD"什么时候进行currencyConvert

欧元和英镑汇率都存在。

2 个答案:

答案 0 :(得分:1)

Dayna,你没有正确配置货币。请从管理员中选择多种货币> 系统>配置以及从admin> manage currency>

设置货币汇率

答案 1 :(得分:0)

在Magento,你无法转换"你的货币"到"基础货币"。

有关详细信息和可能的解决方案,请参阅WaPoNe的这些答案。 https://magento.stackexchange.com/questions/34548/currency-convertor

magento - convert order amount from current currency to base currency