Calculator
class Calculator
Class Calculator
Methods
__construct()
No description
load(
Product $product,
Country $country,
State $state = null)
No description
loadTaxRule(
TaxRule $taxRule,
Country $country,
Product $product,
State $state = null)
No description
loadTaxRuleWithoutProduct(
TaxRule $taxRule,
Country $country,
State $state = null)
No description
getTaxAmountFromUntaxedPrice($untaxedPrice, $taxCollection = null)
No description
getTaxAmountFromTaxedPrice($taxedPrice)
No description
int
getTaxedPrice($untaxedPrice,
null $taxCollection = null,
null $askedLocale = null)
No description
getUntaxedPrice($taxedPrice)
No description