spree-contrib / spree_multi_currency

Provides UI to allow configuring multiple currencies in Spree.
http://guides.spreecommerce.org
BSD 3-Clause "New" or "Revised" License
41 stars 117 forks source link

Can't calculate shipping rates #71

Closed justinemar closed 6 years ago

justinemar commented 7 years ago

This error occurs only when i select a currency other than USD from the selector. If i save and continue from the address form i will get this error.

We are unable to calculate shipping rates for the selected items

The checkout process will only proceed if i choose USD from the currency selector.

This is spree 3.3

alexeyyanukovich commented 6 years ago

I found that you need to add Shipping Methods with each currency that you have (e.g., UPS Ground (USD), UPS Ground (EUR), etc.)

mdavo6 commented 6 years ago

I ran into the same issue. Adding shipping methods using each currency you accept should fix it up, as suggested by @AlekseyArder . You should also ensure that the country you enter as the shipping address is covered by your shipping methods with the selected currency.