masster Posted March 14, 2003 Share Posted March 14, 2003 Is it possible to display some products with their price in Euro and the other ones in US Dollars? If yes, how can it be done? Link to comment Share on other sites More sharing options...
Christian Lescuyer Posted March 16, 2003 Share Posted March 16, 2003 You'll have to modify the code, and possibly the database, for that. Christian Lescuyer Link to comment Share on other sites More sharing options...
masster Posted March 17, 2003 Author Share Posted March 17, 2003 I was aware of that, but can anyone give me a hint, please? Link to comment Share on other sites More sharing options...
Christian Lescuyer Posted March 17, 2003 Share Posted March 17, 2003 It somewhat depends on your criteria? How do you decide whether a product has a USD or EUR price? If it's arbitrary, you will need to: - Add a euro_display field to the products table - Add the field to the form in admin (so you can switch it EUR/USD) - Add the logic to the price display function. But I got thinking (better late than never :roll: ) Why do you want to display both currencies? I imagine you want to bill currencies separately? This is a very extensive modification. Christian Lescuyer Link to comment Share on other sites More sharing options...
masster Posted March 17, 2003 Author Share Posted March 17, 2003 Well, as you know, Romania it is not yet a UE member. So, the main currency is our national currency (leu) but due to inflation many manufacturers tend to price their products in US Dollars (we have a bigger affinity towards USA) or Euro, so there might arise a very peculiar situation when each manufacturer use its own currency. Bottom line, the criteria for currency is by manufacturer. Link to comment Share on other sites More sharing options...
greree Posted March 18, 2003 Share Posted March 18, 2003 I've been working on that problem for a few weeks now. It's for someone who is also from Romania. I'll let you know if I figure it out. Link to comment Share on other sites More sharing options...
masster Posted March 18, 2003 Author Share Posted March 18, 2003 I'm looking forward for your answer. Glad to know that there are new US friends that I can exchange ideas with... Link to comment Share on other sites More sharing options...
greree Posted March 18, 2003 Share Posted March 18, 2003 So far I'm able to display prices in either EUR or USD, with the price in ROL displayed on the product description page. Right now I'm working on the conversion for billing. It's a lot easier to bill in one currency rather than two or three. When I'm finished you should be able to pick billing currency in Admin. Link to comment Share on other sites More sharing options...
teodorp Posted July 9, 2003 Share Posted July 9, 2003 So far I'm able to display prices in either EUR or USD, with the price in ROL displayed on the product description page. Right now I'm working on the conversion for billing. It's a lot easier to bill in one currency rather than two or three. When I'm finished you should be able to pick billing currency in Admin. I am from Bulgaria and I also looking for similar module. I think better is in admin to have two fields for currencys one for USD and one for Euro or local currency (in Bulgaria Euro is hard fixed to BGL) and I need only for USD prices. If you enter USD price then this price will be shown on local currencyes calculated from exchange rate. And if you put currencyes in other field Euro (local currencyes) thsi price will be shown. When you will be ready with this contribution? I have to know...:) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.