-
Notifications
You must be signed in to change notification settings - Fork 119
Currency select drop down does not auto-update #24
Comments
I made a new test store and it would appear there is some sort of conflict with the spree_fancy theme https://github.com/spree/spree_fancy |
whops, don't forget to run |
Seems I was having issues with products in cart blocking currency change. At least if those products didn't have an alternate currency set. |
yes, when a cart item is not available on the requested currency an exception is raised, like: we need a strategy to handle this situation, like removing the product from the cart and/or display a proper message to the user. |
@priyank-gupta @damianlegawiec Currently after user updates currency, we are raising exception for line items that do not have price with selected currency. This tends to mislead the user. |
@aishmita-aggarwal Yeah, unavailability error is good than raising exceptions. |
@aishmita-aggarwal You mean something like I think it's better than just removing products withproper message. |
"I think it's better than just removing products withproper message." @Mafi88 Those variants do not have prices with the updated currency. So are you suggesting that we should remove the unavailable items and just notify the user? |
@aishmita-aggarwal No, I think message like this: |
gemfile.lock https://gist.github.com/jameshilliard/bcca2e8b9fc15e213c9d
steps to reproduce:
enable multi currency support
allow user to change currency
select alternate currency using dropdown menu
currency does not update when selecting new currency
The text was updated successfully, but these errors were encountered: