税前总额的 Intershop CartBO 字段
Intershop CartBO field for the total before taxes
遗憾的是,您无法通过 TotalNetPrice
等字段查询文档。我要查找的字段是 total before taxes
,它将包括除销售税以外的所有行项目,如下所示:
行项目,
运费,
促销,
等等
根据 Willem Evertse getGrandTotalNet 是答案。
如果您想检索带有折扣的总净价,那么您可以在 BasketBO 上使用此方法:
Money getGrandTotalNet()
Gets the total net price.
Returns:
the total net price
遗憾的是,您无法通过 TotalNetPrice
等字段查询文档。我要查找的字段是 total before taxes
,它将包括除销售税以外的所有行项目,如下所示:
行项目,
运费,
促销,
等等
根据 Willem Evertse getGrandTotalNet 是答案。
如果您想检索带有折扣的总净价,那么您可以在 BasketBO 上使用此方法:
Money getGrandTotalNet()
Gets the total net price.
Returns:
the total net price