zahidfact Posted April 17, 2018 Share Posted April 17, 2018 How auto change currency when select country. I want to add auto select currency "BDT" for Bangladeshi user. When user select "Bangladesh" currency should be auto change to "BDT" for her account. How this possible? Thanks Link to comment Share on other sites More sharing options...
brian! Posted April 18, 2018 Share Posted April 18, 2018 16 hours ago, zahidfact said: I want to add auto select currency "BDT" for Bangladeshi user. the answer to this is in two parts and it's important to understand both parts. the first part is basically GeoIP-Location where you detect the origin of the user and apply specific settings (language, currency etc) - there are a few products in Marketplace that can help you with that - two of which are... https://marketplace.whmcs.com/product/3150 https://marketplace.whmcs.com/product/2046 17 hours ago, zahidfact said: When user select "Bangladesh" currency should be auto change to "BDT" for her account. if they are a new user and have made no orders before, then it's ok to change their currency... but if an existing customer has previously ordered using another currency (e.g USD), then you should NOT change their currency to BDT... because WHMCS does not store the currency with orders - the currency is assigned to the user... so if you change it, it will cause many issues with WHMCS. when an existing customer logs in, they will only see pricing in their currency and they cannot change it... and you as a WHMCS admin, should never change it either. Link to comment Share on other sites More sharing options...
zahidfact Posted April 18, 2018 Author Share Posted April 18, 2018 I just want to change for a new user. when new user select "Bangladesh" currency should be auto change to "BDT" for her account. Link to comment Share on other sites More sharing options...
brian! Posted April 19, 2018 Share Posted April 19, 2018 if it's just for new users, then use one of the GeoIP addons I suggested above. the other way might to be add a currency menu to the header... wouldn't someone living in Bangladesh choose BDT anyway ? Link to comment Share on other sites More sharing options...
Recommended Posts