Hey Nicolas,
Thanks for your detailed reply. Very helpful.
To clarify - attached is an example of a product with the available quantitie and the price matrix.
So for example - see line 4 A6, 2pp, 4 col - the prices is fixed to £30 for up to 100 units. Then the prices changes by calculation - for 150 units the price per unit will be £0.20.
As you can see the quantities are not in one increment (100, 200, 300 etc...)
So the question is - if I use the built in Quantity field how do I set up the above?
If it's not possible, I was thinking that adding Quantity as a charectiristic will allow me to set the quamtities with more freedom and using mass action to add the prices. In that case what would be the syntax in the mass action? See attached image - I have created the filters and then to change the price_value I did Update the Values -> Price_Value = Operation -> product.price_value=products.quantity*0.2
It's not working - but is there a way to make this calculation using built in qauntity or using mass action?
Hope it's clear