Set Euro as only currency available


https://forum.kartris.com/Topic3808.aspx
Print Topic | Close Window

By Supermac - Tue 30 Jun 2015
I'd like to set Euro as only currency available in my shop. I already set it as default currency but still GBP appears as selectable having that I can't uncheck GBP's "live" checkbox in backend because it's disabled... is there a way to do that?
Thx
By metalmania - Tue 30 Jun 2015
Strange...I've just tried on my local development site and it's allowing me to make EUR live and the default. Once it's the default then I can uncheck the "live" box on GBP.I did have to restart the site/app pool for the Euro symbols to display rather than £'s.

I guess you could try "brute force" - and update the database directly..
update[YOURDBNAMEHERE].[dbo].[tblKartrisCurrencies]
set CUR_live = 0
where CUR_ISOCode = 'GBP'
By Supermac - Tue 30 Jun 2015
I'm pacifist but brute force works :-)
Thx