1

我有两家 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  
)
4

1 回答 1

2

Magento2 也存在此问题/功能。问题是,CGI 模式下的 UPS 将只接受美国作为原产国。

于 2016-06-14T14:34:43.323 回答