Guest Posted March 12, 2008 Posted March 12, 2008 hello all, i would like to sell my products in Euro dollar, but when i input the price for product , it default as USD, and i set the default currency as EUR already. The store display the amount is the EURO dollar being converted from USD i input in admin. (coz my product price list is in Euro) do you know how to set the admin default currency as EUR? Thanks a lot!
girl Posted March 12, 2008 Posted March 12, 2008 hi, go to this post http://www.oscommerce.com/forums/index.php?showtopic=274968 I think point 15 answers your question. cheers
Guest Posted March 12, 2008 Posted March 12, 2008 hi,go to this post http://www.oscommerce.com/forums/index.php?showtopic=274968 I think point 15 answers your question. cheers hello thank you i changed the following , replace USD to EUR define('LANGUAGE_CURRENCY', 'EUR'); and also config-->my store-->default currency to true it display the EUR price on store front as default, my question is when i input the product in admin , the default price still go to USD, and when i enter 100 dollar for a product in admin, it show 113 eur in front store, but i want to enter 100 euro for that product, i am nto sure if u understand what i mean. anyone can help?
girl Posted March 12, 2008 Posted March 12, 2008 have you gone to localization - currencies - make sure you have euros and set it as your default from there? I think USD is set as default there too. let me know if that help.
Guest Posted March 12, 2008 Posted March 12, 2008 have you gone to localization - currencies - make sure you have euros and set it as your default from there?I think USD is set as default there too. let me know if that help. yes i set it to default too. but the price default in admin is still USD, i mean when i input 100 for a product price, (i suppose it mean 100 euro), but when i view my store, the price in euro is 113 eur , and when i change the currency to USD from drop down menu, it show $100, so is there a way to change the admin default?
girl Posted March 12, 2008 Posted March 12, 2008 yes i set it to default too. but the price default in admin is still USD, i mean when i input 100 for a product price, (i suppose it mean 100 euro), but when i view my store, the price in euro is 113 eur , and when i change the currency to USD from drop down menu, it show $100, so is there a way to change the admin default? Is that the value you are getting eg 100 giving you 113?? Is that is so that is not the exhange rate for USD to Euro for a $100 is 156 eur and 100 eur is $65. The reason I ask is if this is the case, you need to check other things - eg look at your taxes - it might be activated and a tax may be included. I had a similar problem and it was because a tax was activated (I had not turned it on, nor had I added it with I added my products). Location/taxes check also that your tax rate is 0% (that was my problem)
Guest Posted March 12, 2008 Posted March 12, 2008 Is that the value you are getting eg 100 giving you 113?? Is that is so that is not the exhange rate for USD to Euro for a $100 is 156 eur and 100 eur is $65. The reason I ask is if this is the case, you need to check other things - eg look at your taxes - it might be activated and a tax may be included. I had a similar problem and it was because a tax was activated (I had not turned it on, nor had I added it with I added my products). Location/taxes check also that your tax rate is 0% (that was my problem) thanks for ur prompt reply, i really appreciated! i just checked , and in fact i not yet update the currency rate as i just installed all the contrib i want and try to test my store now, and sorry i mistyped the price, the example should look like that i input 100 in price field at admin area, then it show 110.36EUR on front end, as the euro value is 1.10360003, that mean it automatically convert usd to eur on front end, but what i want is to input 100 euro for that product. do u know if i must use USD in admin? i think it's quite silly that i have to recalucate my product price list from euro to usd before i input the data.
girl Posted March 12, 2008 Posted March 12, 2008 ahh well it beats me where you can find it lol I would guess you should be able to use what ever currency you wish in the admin side. I would hazard a guess that the file you are looking for is some where in catalogs/admin - I see something interesting in catalog/admin/includes/class/currency.php around line 39 they mention euro. maybe if you read that and poke around you might be successful. remember to backup any file prior to changing. good luck
Guest Posted March 12, 2008 Posted March 12, 2008 ahh well it beats me where you can find it lol I would guess you should be able to use what ever currency you wish in the admin side. I would hazard a guess that the file you are looking for is some where in catalogs/admin - I see something interesting in catalog/admin/includes/class/currency.php around line 39 they mention euro. maybe if you read that and poke around you might be successful. remember to backup any file prior to changing. good luck THANK YOU for ur help! i hope someone can help or just let me know if there is any contrib to solve it !
Recommended Posts
Archived
This topic is now archived and is closed to further replies.