3836 Posts in 845 Topics by 530 members
Jump to:If this is your first visit, you will need to register before you can post. However, you can browse all messages below.
| Page: 1 | go to end | Reply | |
| Author | Topic: Changing the $ to a £ | 449 views |

11 June 2008 at 10:48pm
Hi,
Would somebody tell me how to change the $ symbol to a £ symbol throughout the eCommerce system.
I've added the following to _config.php, but can't find where the dollar symbol is being picked up from.
// Set the currency of the site to be in GBP (Pounds Sterling).
Order::set_site_currency("GBP");
Thanks

13 June 2008 at 12:35am
I'm affraid that in the current version , you are going to have to hack some code ( look for example in sapphire\core\model\fieldtypes\Currency.php)...
I don't know what the status on the commerce module is @ the moment. I'm anxiously awaiting the new version as well .... ;)

13 June 2008 at 3:53am
i did this, to exchange it with an Euro Symbol.
But that didn't help in a Currency Field...
there must be some more settings elsewhere...
| 449 views | |||
| go to top | Reply |