Which tag should I use in the shopping cart for displaying an order line's total after the discount has been subtracted?
I don't want to use the feature that displays the orderline's price before discount and the a new line displaying the discount.
In stead I want one line displaying the total price for that orderline.
So instead of this:
Ecom:Order:OrderLine.TotalPrice
I want something like:
Ecom:Order:OrderLine.TotalPrice.Discount.Price
- but I can't find a tag that handles the job!