Magento - UPS “抱歉,目前此订单没有可用的报价。”

发布于 2024-11-02 05:26:08 字数 1309 浏览 7 评论 0原文

我有两家 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

黑寡妇 2024-11-09 05:26:08

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文