First of all I want to say kudos to the people of Magento - I have used a lot of open source e-commerce and Magento exceeds all expectations.
I am living in asia and would like to build an ecommerce site for asia - e.g. thailand. However, I can’t seem to add an additional currency. Is there another way around this?
UPDATE `core_config_data` SET `value` = 'GBP' WHERE `config_id` =135; UPDATE `core_config_data` SET `value` = 'GBP' WHERE `config_id` =134; UPDATE `core_config_data` SET `value` = 'GBP' WHERE `config_id` =136; UPDATE `core_config_data` SET `value` = 'GBP' WHERE `config_id` =733; UPDATE `core_config_data` SET `value` = 'GBP' WHERE `config_id` =734; UPDATE `core_config_data` SET `value` = 'GBP' WHERE `config_id` =735