Can this be accomplished WITHOUT suitescript? I am essentially trying to achieve two quantity pricing schemes on items.
Company I work for has recently acquired another company that has volume discounts on items, PLUS a discount if you buy multiple lines of the exact same item and same quantity. They are not willing to budge on this and want it implemented no matter what.
We sell a product that does not use discrete units, and customers will order a specific volume of the product on multiple lines, for example, a sales order might have these items on it:
Line 1: 10-liters of tomato soup base - priced at $20 ($2/Liter)
Line 2: 10-liters of tomato soup base - priced at $20 ($2/Liter)
Line 3: 5-liters of tomato soup base - priced at $15 ($3/Liter)
"tomato soup base" is already getting a quantity discount on every line, calculated by line quantity. I've been tasked with adding a second discount for the 10-liter pitches of tomato soup base, because the customer ordered multiple lines of the exact same item and quantity.
I have a feeling this needs to be a client script but thought I'd ask.