Qualifier for total order value
We need to create a qualifier that finds the total value of an order after discounts so a modifier can be based on it. The only attribute we can find is ORDER_AMOUNT which pulls the value of the order from the list price, instead of the unit selling price. Is there a 'Get' function or another attribute somewhere that pulls the actual price? Or do we have to write this ourselves?
0