- Issue created by @michaelsoetaert
When you have a price list where a certain product variation gets a different price based on the amount of products that get ordered and you add an order item with a certain amount, save that order item and after that edit that order item and change the amount which would cause the price of the product variation to change, the price doesn't get updated.
In my case, I have a product with a default price of 0.80 and when 5 of these products gets ordered, the price drops to 0.75 per product. When I add an order item with amount = 10, the product price gets correctly set to 0.75, but when I then change the amount to eg. 2, the price remains 0.75, while it should be updated to 0.80.
Active
2.0
Code