Last updated
Last updated
When working with business rules you can change a specific localized value of an attribute. This makes it possible to convert the local price to other currencies.
Start by making a Business rule that triggers when the price attributes change
Then make conditions to check if the price was set. This can be done by checking if the price was empty before.
Within each condition you can then set up an action to convert the price. In this example the List Price (EUR) is converted to List Price (DKK).