The easiest way to do this would be --
1. Export the products you want to update to a CSV (you can do this in the Product Grid in MMPD)
2. Open CSV in Excel and insert a new column called "UnitPriceA" next to the current "UnitPriceA" column.
3. Rename the old "UnitPriceA" column to "OldUnitPriceA"
4. In the new UnitPriceA column apply a formula to convert old unit price to new unit price based on the current exchange rate. So the forumla would be OldUnitPriceCell * ExchangeRateFactor and copy this forumula for the full column.
4. Save CSV.
5. Import CSV back in MMPD and your UnitPriceA will be updated.
You can apply similar logic for cost etc.
|