11 <?php
if ((
$taxAmount == 0 && $this->helper(
'Magento\Tax\Helper\Data')->displayZeroTax()) || (
$taxAmount > 0)): ?>
13 <?php
$class =
"{$block->getTotal()->getCode()} " . ($this->helper(
'Magento\Tax\Helper\Data')->displayFullSummary() ?
'summary-total' :
''); ?>
14 <tr<?php
if ($this->helper(
'Magento\Tax\Helper\Data')->displayFullSummary()): ?>
15 onclick=
"expandDetails(this, '.summary-details-<?= /* @escapeNotVerified */ $taxIter ?>')" 17 class=
"<?= /* @escapeNotVerified */ $class ?> row-totals">
18 <td style=
"<?= /* @escapeNotVerified */ $block->getTotal()->getStyle() ?>" class=
"admin__total-mark" colspan=
"<?= /* @escapeNotVerified */ $block->getColspan() ?>">
19 <?php
if ($this->helper(
'Magento\Tax\Helper\Data')->displayFullSummary()): ?>
20 <div
class=
"summary-collapse"><?=
$block->getTotal()->getTitle() ?></div>
22 <?=
$block->getTotal()->getTitle() ?>
25 <td style=
"<?= /* @escapeNotVerified */ $block->getTotal()->getStyle() ?>" class=
"admin__total-amount"><?=
$block->formatPrice(
$block->getTotal()->getValue()) ?></td>
27 <?php
if ($this->helper(
'Magento\Tax\Helper\Data')->displayFullSummary()): ?>
29 <?php
foreach (
$block->getTotal()->getFullInfo() as
$info): ?>
30 <?php
if (isset(
$info[
'hidden']) &&
$info[
'hidden']) {
39 <tr
class=
"summary-details-<?= /* @escapeNotVerified */ $taxIter ?> summary-details<?php if ($isTop): echo ' summary-details-first'; endif; ?>" style=
"display:none;">
40 <td
class=
"admin__total-mark" style=
"<?= /* @escapeNotVerified */ $block->getTotal()->getStyle() ?>" colspan=
"<?= /* @escapeNotVerified */ $block->getColspan() ?>">
42 <?php
if (!is_null(
$rate[
'percent'])): ?>
43 (<?= (float)
$rate[
'percent'] ?>%)
48 <td style=
"<?= /* @escapeNotVerified */ $block->getTotal()->getStyle() ?>" class=
"admin__total-amount" rowspan=
"<?= count($rates) ?>">
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