TotalsTrait

This is the totals trait.

Tags
see
TotalsTrait::getTotalTaxes()
see
TotalsTrait::getTotalDiscounts()
see
TotalsTrait::getTotalVouchers()
see
TotalsTrait::getTotal()

Table of Contents

getTotal() Returns the basket total.  : float
getTotalDiscounts() Returns the basket discounts total.  : float
getTotalTaxes() Returns the basket taxes total.  : float
getTotalVouchers() Returns the basket vouchers total.  : float

Methods

getTotal()

Returns the basket total.

public getTotal() : float
Return values
float

getTotalDiscounts()

Returns the basket discounts total.

public getTotalDiscounts() : float
Return values
float

getTotalTaxes()

Returns the basket taxes total.

public getTotalTaxes() : float
Return values
float

getTotalVouchers()

Returns the basket vouchers total.

public getTotalVouchers() : float
Return values
float

Search results