Check what taxes should be applied after discount
bool
applyTaxAfterDiscount
([mixed $store = null])
Get configuration setting "Apply Discount On Prices Including Tax" value
01
discountTax
([null|int $store = null])
void
displayCartDiscountBoth
([ $store = null])
void
displayCartDiscountExclTax
([ $store = null])
void
displayCartDiscountInclTax
([ $store = null])
void
displayCartFullSummary
([ $store = null])
void
displayCartPricesBoth
([ $store = null])
void
displayCartPricesExclTax
([ $store = null])
void
displayCartPricesInclTax
([ $store = null])
void
displayCartShippingBoth
([ $store = null])
void
displayCartShippingExclTax
([ $store = null])
void
displayCartShippingInclTax
([ $store = null])
void
displayCartSubtotalBoth
([ $store = null])
void
displayCartSubtotalExclTax
([ $store = null])
void
displayCartSubtotalInclTax
([ $store = null])
void
displayCartTaxWithGrandTotal
([ $store = null])
void
displayCartZeroTax
([ $store = null])
Check if need display full tax summary information in totals block
bool
displayFullSummary
([mixed $store = null])
void
displaySalesDiscountBoth
([ $store = null])
void
displaySalesDiscountInclTax
([ $store = null])
void
displaySalesFullSummary
([ $store = null])
void
displaySalesPricesBoth
([ $store = null])
void
displaySalesPricesExclTax
([ $store = null])
void
displaySalesPricesInclTax
([ $store = null])
void
displaySalesShippingBoth
([ $store = null])
void
displaySalesShippingExclTax
([ $store = null])
void
displaySalesShippingInclTax
([ $store = null])
void
displaySalesSubtotalBoth
([ $store = null])
void
displaySalesSubtotalExclTax
([ $store = null])
void
displaySalesSubtotalInclTax
([ $store = null])
void
displaySalesTaxWithGrandTotal
([ $store = null])
void
displaySalestDiscountExclTax
([ $store = null])
void
displaySalesZeroTax
([ $store = null])
Get shopping cart prices display type
bool
displayTaxColumn
([mixed $store = null])
Check if need display zero tax in subtotal
bool
displayZeroTax
([mixed $store = null])
Get defined tax calculation agorithm
string
getAlgorithm
([store $store = null])
Get taxes/discounts calculation sequence.
This sequence depends on "Apply Customer Tax" and "Apply Discount On Prices" configuration options.
Get flag what we need use price exclude tax
bool
getNeedUsePriceExcludeTax
()
Get flag what we need use shipping price exclude tax
bool
getNeedUseShippingExcludeTax
()
Get product price display type
- - Excluding tax
- - Including tax
- - Both
int
getPriceDisplayType
([mixed $store = null])
Get shipping methods prices display type
int
getShippingPriceDisplayType
([store $store = null])
Get tax class id specified for shipping tax estimation
int
getShippingTaxClass
([store $store = null])
Check if product prices inputed include tax
bool
priceIncludesTax
([mix $store = null])
Specify flag what we need use price exclude tax
Specify flag what we need use shipping price exclude tax
Declare shipping prices type
void
setShippingPriceIncludeTax
(bool $flag)
Check if shiping prices include tax
bool
shippingPriceIncludesTax
([store $store = null])