Search code examples
intershop

Intershop CartBO field for the total before taxes


Unfortunately you can not query the docs by field terms such as TotalNetPrice. The field I'm looking for is total before taxes which would include all line items except the sales tax, like so:

line items,

shipping,

promos,

etc.

Per Willem Evertse getGrandTotalNet is the answer.


Solution

  • If you want to retrieve the total Net price with discounts then u can use this method on the BasketBO:

    Money getGrandTotalNet()
    Gets the total net price.
    Returns:
    the total net price