Magento - UPS “抱歉,目前此订单没有可用的报价。”
我有两家 Magento 商店...一家位于美国,以明尼苏达州为发货地。在这家商店,UPS 工作得很好。
第二家商店位于欧洲,以意大利为发货地。在这种情况下,无论我如何尝试,都无法让 UPS 工作。
我已经打开调试并设法解决了一些不同的错误,包括:
2011-04-16T19:37:40+00:00 DEBUG (7): Cannot retrieve shipping rates
2011-04-16T19:39:58+00:00 DEBUG (7): This measurement system is not valid for the selected country.
2011-04-16T19:47:13+00:00 DEBUG (7): XML Rating and Service Selection Service Unavailable
2011-04-16T20:49:22+00:00 DEBUG (7): Can't convert rate from "USD-EUR".
2011-04-16T22:20:40+00:00 DEBUG (7): Cannot retrieve shipping rates
现在我很困惑,谷歌也没有提供任何帮助。这里有人可能想过可能会出现什么问题吗?
2011-04-17T15:55:03+00:00 DEBUG (7): Array
(
[request] => Array
(
[accept_UPS_license_agreement] => yes
[10_action] => 4
[13_product] => GNDRES
[14_origCountry] => IT
[15_origPostal] => 20144
[origCity] => Milan
[19_destPostal] => 28026
[22_destCountry] => ES
[23_weight] => 16
[47_rate_chart] => One Time Pickup
[48_container] => 00
[49_residential] => 01
[weight_std] => kgs
)
[result] => UPSOnLine5%Unsupported country specified%6920
[__pid] => 8232
)
I have two Magento stores...one is US based with Minnesota as a shipping origin. In this store UPS works just fine.
The second store is based in Europe with Italy as the shipping origin. In this case I can't get UPS to work no matter I try.
I've turned on debugging and have managed to solve a few different errors including:
2011-04-16T19:37:40+00:00 DEBUG (7): Cannot retrieve shipping rates
2011-04-16T19:39:58+00:00 DEBUG (7): This measurement system is not valid for the selected country.
2011-04-16T19:47:13+00:00 DEBUG (7): XML Rating and Service Selection Service Unavailable
2011-04-16T20:49:22+00:00 DEBUG (7): Can't convert rate from "USD-EUR".
2011-04-16T22:20:40+00:00 DEBUG (7): Cannot retrieve shipping rates
Now I'm at this point and I'm baffled and Google has been of no help. Does anyone here perhaps have a thought as to what might be the issue?
2011-04-17T15:55:03+00:00 DEBUG (7): Array
(
[request] => Array
(
[accept_UPS_license_agreement] => yes
[10_action] => 4
[13_product] => GNDRES
[14_origCountry] => IT
[15_origPostal] => 20144
[origCity] => Milan
[19_destPostal] => 28026
[22_destCountry] => ES
[23_weight] => 16
[47_rate_chart] => One Time Pickup
[48_container] => 00
[49_residential] => 01
[weight_std] => kgs
)
[result] => UPSOnLine5%Unsupported country specified%6920
[__pid] => 8232
)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Magento2 也存在这个问题/功能。
问题是,CGI 模式下的 UPS 仅接受美国作为始发国家/地区。
Magento2 has this issue/feature present as well.
The thing is, UPS in CGI mode will accept only US as the origin country.