-
Removed
price
, I suggest usingsubTotal
instead. -
Removed
netTotal
-- probably will put back in -
addSubItem(array $subItem, $autoUpdate = true)
->addSubItem(array $subItem)
-
subTotal($format = true, $withDiscount = true, $taxedItemsOnly = false, $withTax = false)
->subTotal($format = true)
-
subItemsTotal($format = true, $taxedItemsOnly = false, $withTax = false)
->subItemsTotal($format = true)
-
tax($amountNotTaxable = 0, $grossTax = true, $rounded = false, $withDiscount = true)
->tax($format = true)
- Removed
price
, I suggest usingsubTotal
instead.
code
removedforItem
removeddiscount($throwErrors = false)
->discount()
getFailedMessage
removed
total($format = true, $withDiscount = true, $withTax = true, $withFees = true)
->total($format = true);
subTotal($format = true, $withDiscount = true)
->subTotal($format = true);
feeTotals($format = true);
->feeSubTotal($format = true);
taxTotal($format = true, $withFees = true, $grossTaxes = true, $withDiscounts = true)
->taxTotal($format = true)
totalDiscount($format = true, $withItemDiscounts = true)
->discountTotal($format = true)
tax_by_item
removed (now the default)tax_item_before_discount
removedround_every_item_price
removed (now the default)discountTaxable
removeddiscountsAlreadyTaxed
removeddiscountOnFees
->discount_fees
fees_taxable
added