58 $defaultRegionId = $this->scopeConfig->getValue(
63 if (0 == $defaultRegionId) {
64 $defaultRegionId =
null;
74 'isZeroTaxDisplayed' => $this->taxConfig->displayCartZeroTax(),
76 'defaultCountryId' => $this->scopeConfig->getValue(
80 'defaultRegionId' => $defaultRegionId,
81 'defaultPostcode' => $this->scopeConfig->getValue(
95 if ($this->taxConfig->displayCartShippingBoth()) {
98 if ($this->taxConfig->displayCartShippingExclTax()) {
111 return $this->taxHelper->displayShippingPriceExcludingTax();
121 return $this->taxHelper->displayShippingBothPrices();
131 if ($this->taxHelper->displayCartBothPrices()) {
134 if ($this->taxHelper->displayCartPriceExclTax()) {
147 if ($this->taxConfig->displayCartSubtotalBoth()) {
150 if ($this->taxConfig->displayCartSubtotalExclTax()) {
163 return $this->taxHelper->displayFullSummary();
173 return $this->taxConfig->displayCartTaxWithGrandTotal();
183 $quote = $this->checkoutSession->getQuote();
184 $configValue = $this->scopeConfig->getValue(
188 return 'billing' == $configValue ||
$quote->isVirtual();
getReviewTotalsDisplayMode()
isDisplayShippingPriceExclTax()
isFullTaxSummaryDisplayed()
const CONFIG_XML_PATH_DEFAULT_POSTCODE
const CONFIG_XML_PATH_DEFAULT_REGION
const CONFIG_XML_PATH_DEFAULT_COUNTRY
isTaxDisplayedInGrandTotal()
getReviewItemPriceDisplayMode()
const CONFIG_XML_PATH_BASED_ON
__construct(TaxHelper $taxHelper, Config $taxConfig, CheckoutSession $checkoutSession, ScopeConfigInterface $scopeConfig)
isDisplayShippingBothPrices()