54 $weeeAmount = $this->amountRender->getAmount()->getAdjustmentAmount($this->
getAdjustmentCode());
58 $this->finalAmount = $this->amountRender->getDisplayValue();
61 $this->amountRender->setDisplayValue(
62 $this->amountRender->getDisplayValue() - $weeeAmount - $weeeTaxAmount
83 return \Magento\Weee\Pricing\Adjustment::ADJUSTMENT_CODE;
102 return $this->weeeHelper->getAmountExclTax(
$product);
166 $attribute->getData(
'amount_excl_tax') +
$attribute->getData(
'tax_amount')
191 return $this->weeeHelper->typeOfDisplay($compareTo, $this->getZone(),
$store);
202 return $this->weeeHelper->getProductWeeeAttributesForDisplay(
$product);
223 $showPriceWithTax = $this->weeeHelper->getTaxDisplayConfig();
224 return $showPriceWithTax;
234 $showPriceWithTax = $this->weeeHelper->displayTotalsInclTax();
235 return $showPriceWithTax;
renderWeeeTaxAttributeWithTax(\Magento\Framework\DataObject $attribute)
__construct(Template\Context $context, PriceCurrencyInterface $priceCurrency, \Magento\Weee\Helper\Data $weeeHelper, array $data=[])
typeOfDisplay($compareTo=null, $store=null)
renderWeeeTaxAttribute(\Magento\Framework\DataObject $attribute)
renderWeeeTaxAttributeWithoutTax(\Magento\Framework\DataObject $attribute)
getWeeeAttributesForDisplay()
renderWeeeTaxAttributeName(\Magento\Framework\DataObject $attribute)
convertAndFormatCurrency( $amount, $includeContainer=true, $precision=PriceCurrencyInterface::DEFAULT_PRECISION)
const DISPLAY_EXCL_DESCR_INCL
formatCurrency( $amount, $includeContainer=true, $precision=PriceCurrencyInterface::DEFAULT_PRECISION)