I want to change the price based on the quantity chosen for a specific product.
If a quantity of 1-2 is chosen then do nothing (go with the default price) which is 40 pre-unit.
If a 3 or more is ordered, then I want to drop the price to 100 to all 3 of the units.
I don’t mind doing so with code, but I need some directions please.
Thanks!