Hello , I've been trying to solve the following problem.
Explanatory example : Say I want to buy eggs in units with a price (eg 1$) and with Dozens in a different price (10 $ for Dozen egg) in the orderline , I wanted that if I typed say 14 as the quatity to calculate the 12 for 10$ and then add 2 dollars for the 2 ramaining from the quantity set . so that it displays 12 $ as price for 14 eggs
I tried to separate the order line into 2 one for 12 eggs where the price will change autmatically from the pricelist I set
and the remaining eggs in a another orderline .
Any help would be appreciated , thank you .