Angeladdie Posted February 21, 2007 Share Posted February 21, 2007 Ok so I have no experience with OSCommerce and I'm trying to set up a shop. I have tried to change the default currency from USD to GBP with the values: Code: GBP Symbol Left: £ Symbol Right: Decimal Point: . Thousand Point: , Decimal Places: 2 Last Updated: 02/21/2007 Value: 1.00000000 Example Output: £30.00 = £30.00 Now when I make new products the price is fine in the admin section but in the store the price remains in dollars. Then when I add an item to the shopping cart it puts it's value as o. Also, when I add attributes the price is fine in the admin section but in the shop they come up as (+0). Have I done something wrong? Thanks :rolleyes: Link to comment Share on other sites More sharing options...
Guest Posted February 21, 2007 Share Posted February 21, 2007 In includes/languages/english.php define('LANGUAGE_CURRENCY', 'USD'); to: define('LANGUAGE_CURRENCY', 'GBP'); Pierre Link to comment Share on other sites More sharing options...
Angeladdie Posted February 21, 2007 Author Share Posted February 21, 2007 In includes/languages/english.php define('LANGUAGE_CURRENCY', 'USD'); to: define('LANGUAGE_CURRENCY', 'GBP'); Pierre I have done this and it still does not work. I have readded USD and now it shows in the shopping cart in dollars (correct to the amount it is in sterling) but in the product information it shows in dollars (without changing the value from the pounds). But in the attirbutes it shows in dollars at the correct exchange rate. However, I still can't get it to show in sterling anywhere. Link to comment Share on other sites More sharing options...
Angeladdie Posted February 21, 2007 Author Share Posted February 21, 2007 Ok an update. I have now managed to fix the problem with the shopping cart currency and also the product attributes but I cannot seem to fix the actual price shown for the product, either in the categories view or in the product description itself. in the categories view where all the products in a category are displayed it is still showing in dollars (and seems to be rounded to the nearest dollar :S) and in the product info view it has the amount it should be in pounds - but with a dollar sign instead. It is clearly calculating correctly in sterling but i cannot get it to show a pouind sign there. Any ideas? Link to comment Share on other sites More sharing options...
Philth Posted February 27, 2007 Share Posted February 27, 2007 I'm having the same problem, in my catalog the price is displayed as '0'. I decided to only use the one currency, GBP. Link to comment Share on other sites More sharing options...
Guest Posted February 27, 2007 Share Posted February 27, 2007 You could try looking at this contribution . I don't know how recent the changes are but it should give you a good idea on what need to be changed! Regards, *Ringo* Link to comment Share on other sites More sharing options...
Philth Posted February 27, 2007 Share Posted February 27, 2007 I used this solution from Vger and it worked: 1. Open up includes/languages/english.php 2. Change the define('LANGUAGE_CURRENCY', 'USD'); to define('LANGUAGE_CURRENCY', 'GBP'); Hope you get it resolved soon! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.