1

私は 2 つの Magento ストアを持っています... 1 つはミネソタ州を出荷元とする米国に拠点を置くストアです。このストアでは、UPS は問題なく機能します。

2 番目のストアはヨーロッパに拠点を置き、イタリアを出荷元としています。この場合、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

今、私はこの時点で困惑しており、Google は役に立ちませんでした。何が問題なのか考えている人はいますか?

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