Hi,

I am currently doing some developments and I'm allowing logged in users to insert products.
I would like to have the possibility to select on which currency a specific product was inserted.

Imagine, a French user could insert a product, an he would have a numeric textbox to insert the price and a dropdown list with the enabled currencies and he would select "EUR": That specific product would be inserted associated with EUR currency... A Japanese user could insert a product and associate it with "YEN" (if he wanted to... he could associate it with $ or €.. the user would be able to CHOOSE). When viewing products, each user would see the prices in the currently working currency (the currency each users chooses).

I've tried to find where I need to change the code in order to accomplish this.
Can someone give me a hint please? :)

Thank you VERY MUCH in advance :)