Hi,
I'm working on a site that adds new lanuages and new currencies. The standard currency is danish kroners (DKK). Now I've got a CSV-file (which I'll import) containing prices for products for the swedish site - the currency in this file is swedish kroners (SEK).
As I understand DW calculates the product price for each currency based on the standard valuta and using the exchange rate specified in Manangement Center. This means that prices will be incorrect then the CSV is imported.
I thought about calculating the danish price for each product in Excel before importing the CSV-file, but it seems each price is calculated individually - so I'm not able to use just one exchange rate.
Can I some how import the CSV-file contaning SEK currency and still get the correct result in frontend?