How to automate price conversion
Business rules allow you to automate price conversion between different currencies
PreviousHow to automatically calculate the size of a variantNextHow to assign documents to a product when it is created
Last updated
Business rules allow you to automate price conversion between different currencies
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).