What would be the best way to implement automatic volume discounting in the Sales Pack when generating quotes/sales orders?
At present, Product entities do not support volume pricing so potentially, additional fields could be added to the entity and then the quote-calculation-handler.js could be updated accordingly, to pull out the correct pricing amount field for the quantity.
I'm just wondering if there is an easier, more out-of-the-box solution?
At present, Product entities do not support volume pricing so potentially, additional fields could be added to the entity and then the quote-calculation-handler.js could be updated accordingly, to pull out the correct pricing amount field for the quantity.
I'm just wondering if there is an easier, more out-of-the-box solution?
Comment