Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Go to the source code of this file.
Variables | |
$_value = $block->getTotal()->getValue() | |
$_style = $block->getTotal()->getStyle() | |
global | $taxIter |
$attributes = 'class="totals-tax"' | |
if( $this->helper( 'Magento\Tax\Helper\Data') ->displayFullSummary() &&$_value !=0)( $block->getTotal() ->getFullInfo() as $info)(isset($info['hidden']) && $info['hidden']) | $percent = $info['percent'] |
$amount = $info['amount'] | |
$rates = $info['rates'] | |
$isFirst = 1 | |
if( $isFirst)( $rates) ?>" data-th | endif = (float)$rate['percent'] |
endforeach | |
if($this->helper('Magento\Tax\Helper\Data')->displayFullSummary() && $_value != 0) ($block->getTotal()->getFullInfo() as $info) (isset( $info[ 'hidden']) &&$info[ 'hidden']) $percent = $info['percent'] |