cafe360 Posted October 31, 2007 Posted October 31, 2007 Hey guys, I need some help setting up my shopping cart! We want to add our own currency which is GBP (£) , however we are not sure as to what the following values should be: Symbol Left Symbol Right Decimal Point Thousand Point Decimal Places Value Right now the above input looks like this: 1 00 0 and the value is set to: 1.000000000000 However the output looks like this: 13000 = 13000 Could someone please post the configuration which should be set for GBP? Sorry for troubling!, Many thanks!
FIMBLE Posted October 31, 2007 Posted October 31, 2007 Hey guys, I need some help setting up my shopping cart! We want to add our own currency which is GBP (£) , however we are not sure as to what the following values should be: Symbol Left Symbol Right Decimal Point Thousand Point Decimal Places Value Right now the above input looks like this: 1 00 0 and the value is set to: 1.000000000000 However the output looks like this: 13000 = 13000 Could someone please post the configuration which should be set for GBP? Sorry for troubling!, Many thanks! Hiya, you need to set it as default currency (from the page you are currently at) Set it to the following Title: British PoundCode: GBP Symbol Left: £Symbol Right: Decimal Point: .Thousands Point: ,Decimal Places: 2 Last Updated: 10/29/2007Value: 1.00000000 Example Output: £30.00 = £30.00 Also you need to set it as default in catalog > included > languages > english.php on line 39 to the following define('LANGUAGE_CURRENCY', 'GBP'); that should be it, now update your currencies (from the page you set the decimal points etc..) Regards nic Sometimes you're the dog and sometimes the lamp post [/url] My Contributions
paul1980 Posted November 25, 2007 Posted November 25, 2007 Hiya,you need to set it as default currency (from the page you are currently at) Set it to the following Title: British PoundCode: GBP Symbol Left: £Symbol Right: Decimal Point: .Thousands Point: ,Decimal Places: 2 Last Updated: 10/29/2007Value: 1.00000000 Example Output: £30.00 = £30.00 Also you need to set it as default in catalog > included > languages > english.php on line 39 to the following define('LANGUAGE_CURRENCY', 'GBP'); that should be it, now update your currencies (from the page you set the decimal points etc..) Regards nic I have followed these instructions but still got a problem, I have removed all currencys as i only need GBP so i followed the instructions given above but for some reason all my prices are showing up as 0 Can someone please help?
Guest Posted November 25, 2007 Posted November 25, 2007 I have followed these instructions but still got a problem, Check the edit you did and try another browser.
paul1980 Posted November 25, 2007 Posted November 25, 2007 lol, sorry it was the browser, should of tried that first
Recommended Posts
Archived
This topic is now archived and is closed to further replies.