Oracle Price Modifiers by Price Break
Our Requirement is to add up the total quantities of all the items in the order and pick the price for every line based on total order qty ( not line qty or total qty against a item)
Assume there are totally 4 lines in a order, 2 lines of ITEM A & 2 lines of ITEM B. Line qty is 750 in all the 4 lines, so total order qty becomes 3000.
We want the pricing engine to check the price break of ITEM A for 3000 qty and display corresponding price in both the lines of ITEM A.
and also check the price break of ITEM B for 3000 qty and display corresponding price in both the lines of ITEM B.