getTotal()->getValue(); $_style = $block->escapeHtmlAttr($block->getTotal()->getStyle()); /** @var \Magento\Tax\Helper\Data $taxHelper */ $taxHelper = $block->getData('taxHelper'); /** @var \Magento\Checkout\Helper\Data $checkoutHelper */ $checkoutHelper = $block->getData('checkoutHelper'); $attributes = 'class="totals-tax"'; if ($taxHelper->displayFullSummary() && $_value != 0) { $attributes = 'class="totals-tax-summary" data-mage-init=\'{"toggleAdvanced": {"selectorsToggleClass": "shown", "baseToggleClass": "expanded", "toggleContainers": ".totals-tax-details"}}\''; } ?> >displayFullSummary()): ?> escapeHtml($block->getTotal()->getTitle()) ?> escapeHtml($block->getTotal()->getTitle()) ?> formatPrice($_value) ?> renderStyleAsTag($_style, 'tr.totals-tax th.mark') ?> renderStyleAsTag($_style, 'tr.totals-tax td.amount') ?> displayFullSummary() && $_value != 0): ?> getTotal()->getFullInfo() as $info): ?> escapeHtml($rate['title']) ?> (%) formatPrice($amount) ?> renderStyleAsTag($_style, 'tr.totals-tax-details th.mark') ?> renderStyleAsTag($_style, 'tr.totals-tax-details td.amount') ?>