I need to change the currency or storeview based on the shipping country. This is my scenario.
I have three different stores for USD, AUS and INR. If user access from India, then it automatically set the store INR based on their IP address. If user access from Australia then it will automatically set the store AUD based on their IP address. If user access from rest of the world, then it will automatically set the USD store.
Requirements : "If user access from australia and he need to ship the products to USA (Shipping Country from checkout shipping steps), i need to change store currency / store as USD. "
Issue : I tried this with aroundSaveAddressInformation. it will update the quote table in database. but it is not updated the quote in front-end. I need to deliver this project soon. I am trying this more than two weeks.
Please help me to short this issue soon, Thanks a lot