22 if ($this->helper(
'Magento\Tax\Helper\Data')->displayFullSummary() &&
$_value != 0) {
23 $attributes =
'class="totals-tax-summary" data-mage-init=\'{"toggleAdvanced": {"selectorsToggleClass": "shown", "baseToggleClass": "expanded", "toggleContainers": ".totals-tax-details"}}\'';
28 <th style=
"<?= /* @escapeNotVerified */ $_style ?>" class=
"mark" colspan=
"<?= /* @escapeNotVerified */ $block->getColspan() ?>" scope=
"row">
29 <?php
if ($this->helper(
'Magento\Tax\Helper\Data')->displayFullSummary()): ?>
30 <span
class=
"detailed"><?=
$block->getTotal()->getTitle() ?></span>
32 <?=
$block->getTotal()->getTitle() ?>
35 <td style=
"<?= /* @escapeNotVerified */ $_style ?>" class=
"amount" data-th=
"<?= $block->escapeHtml($block->getTotal()->getTitle()) ?>">
36 <?= $this->helper(
'Magento\Checkout\Helper\Data')->formatPrice(
$_value) ?>
40 <?php
if ($this->helper(
'Magento\Tax\Helper\Data')->displayFullSummary() &&
$_value != 0): ?>
41 <?php
foreach (
$block->getTotal()->getFullInfo() as
$info): ?>
42 <?php
if (isset(
$info[
'hidden']) &&
$info[
'hidden']) {
51 <tr
class=
"totals-tax-details details-<?= /* @escapeNotVerified */ $taxIter ?>">
52 <th
class=
"mark" style=
"<?= /* @escapeNotVerified */ $_style ?>" colspan=
"<?= /* @escapeNotVerified */ $block->getColspan() ?>" scope=
"row">
54 <?php
if (!is_null(
$rate[
'percent'])): ?>
55 (<?= (float)
$rate[
'percent'] ?>%)
59 <td style=
"<?= /* @escapeNotVerified */ $_style ?>" class=
"amount" rowspan=
"<?= count($rates) ?>" 60 data-th=
"<?= $block->escapeHtml($rate['title']) ?><?php if (!is_null($rate['percent'])): ?>(<?= (float)$rate['percent'] ?>%)<?php endif; ?>">
61 <?= $this->helper(
'Magento\Checkout\Helper\Data')->formatPrice(
$amount) ?>
if($this->helper('Magento\Tax\Helper\Data') ->displayFullSummary()) foreach( $block->getTotal() ->getFullInfo() as $info)(isset($info['hidden']) && $info['hidden']) $percent
foreach( $rates as $rate)($isTop) endif
foreach( $_productCollection as $_product)() ?>" class $info
if(($taxAmount==0 && $this->helper('Magento\Tax\Helper\Data') ->displayZeroTax())||($taxAmount > 0)) $taxIter