dsfsfg Posted February 20, 2018 Share Posted February 20, 2018 Hello I want to configure the currencies so that it appears in the client side with Euro while saved on the configuration with Dollar and change as the exchange rate changes..how can i do that? Link to comment Share on other sites More sharing options...
brian! Posted February 21, 2018 Share Posted February 21, 2018 On 2/20/2018 at 08:15, dsfsfg said: I want to configure the currencies so that it appears in the client side with Euro while saved on the configuration with Dollar and change as the exchange rate changes..how can i do that? if I understand what you want correctly, you want to give the appearance of ordering in EUR in the client area, but in reality their account uses USD.... that sounds horrendously complicated to achieve. why not do it the usual way of setting up two currencies, USD and EUR, and then letting the cron update the EUR exchange rate (and product prices too if required) daily. https://docs.whmcs.com/Currencies http://help.whmcs.com/m/payments/l/679759-selling-in-multiple-currencies Link to comment Share on other sites More sharing options...
dsfsfg Posted February 25, 2018 Author Share Posted February 25, 2018 On 2/21/2018 at 6:43 PM, brian! said: if I understand what you want correctly, you want to give the appearance of ordering in EUR in the client area, but in reality their account uses USD.... that sounds horrendously complicated to achieve. why not do it the usual way of setting up two currencies, USD and EUR, and then letting the cron update the EUR exchange rate (and product prices too if required) daily. https://docs.whmcs.com/Currencies http://help.whmcs.com/m/payments/l/679759-selling-in-multiple-currencies but i don't want the two currencies to appear to the client.. is that possible ? Link to comment Share on other sites More sharing options...
brian! Posted February 25, 2018 Share Posted February 25, 2018 8 hours ago, dsfsfg said: but i don't want the two currencies to appear to the client.. is that possible ? then you need to remember 2 things... 1. as soon as a client has made an order, then they cannot, and nor should you, change their currency, e.g if they buy a product in EUR, they will only see EUR pricing when they next log in... they will never see USD pricing while logged in - nor can they then buy a product in USD. 2. if you don't want customers to see USD pricing, then don't add USD prices to your products.... ultimately, you may need a hook to hide USD from the currency dropdown, or even better have EUR as the default currency and remove the currency sidebar completely... that would make it difficult for them to change currency (unless they knew WHMCS!)... or vice versa. Link to comment Share on other sites More sharing options...
Recommended Posts