简体   繁体   English

Magento 2货币汇率未进口

[英]Magento 2 currency rates not imported

I am trying to enable more currencies and then try to import rates from web service in Magento 2 . 我正在尝试启用更多货币,然后尝试从Magento 2中的 Web服务导入费率。

When I do 当我做

Stores > Currency > Currency Rates > Import

It shows following error: 它显示以下错误:

We can't retrieve a rate from http://www.webservicex.net/CurrencyConvertor.asmx/ConversionRate?FromCurrency=INR&ToCurrency=GBP . 我们无法从http://www.webservicex.net/CurrencyConvertor.asmx/ConversionRate?FromCurrency=INR&ToCurrency=GBP中检索费率。

We can't retrieve a rate from http://www.webservicex.net/CurrencyConvertor.asmx/ConversionRate?FromCurrency=INR&ToCurrency=USD . 我们无法从http://www.webservicex.net/CurrencyConvertor.asmx/ConversionRate?FromCurrency=INR&ToCurrency=USD中检索费率。

I also do search for same issue but cant find solution. 我也搜索同样的问题,但无法找到解决方案。

If you visit that URL, you'll notice it says: 如果您访问该网址,您会注意到:

{"code":"PAGE_NOT_FOUND","message":"Page not found"}

Not good. 不好。 If you then go to webservicex.net and scroll through its list of API, you'll notice that none refer to currency conversion. 如果您然后转到webservicex.net并滚动其API列表,您会发现没有一个引用货币转换。 Also, not good. 还不错。

If you web search for currency import in Magento 2, you'll come to this shopgo module , which says: 如果您在Magento 2中搜索货币导入,您将会看到这个shopgo模块 ,其中说:

Magento 2.0's default and only currency import service WebserviceX tends to go down from time to time. Magento 2.0的默认和唯一的货币导入服务WebserviceX往往会不时下降。 And sometimes, it returns empty results for some currencies. 有时,它会返回某些货币的空结果。

Three times the charm: webservicex.net is probably not going to work. 魅力的三倍:webservicex.net可能不会起作用。 Try installing the module from shopgo, which uses other providers. 尝试从shopgo安装模块,该模块使用其他提供商。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM