Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Variables
adjustment.phtml File Reference

Go to the source code of this file.

Variables

 $weeeSeparator = $openBrace = $closeBrace = ''
 
 $openBrace = '('
 
 $closeBrace = ')'
 
 $taxDisplay = $block->getTaxDisplayConfig()
 
 $priceDisplay = $block->isPriceIncludesTax()
 
if( $block->showInclDescr()||$block->showExclDescrIncl())( $block->getWeeeTaxAttributes() as $weeeTaxAttribute)( $taxDisplay==Magento\Tax\Model\Config::DISPLAY_TYPE_INCLUDING_TAX)( $weeeTaxAttribute) ?>"> <?elseif ($taxDisplay == Magento\Tax\Model\Config::DISPLAY_TYPE_EXCLUDING_TAX) ($weeeTaxAttribute) ?>"><?elseif( $taxDisplay==Magento\Tax\Model\Config::DISPLAY_TYPE_BOTH)( $weeeTaxAttribute) . ' Incl. Tax' ?>"> <? endif = $block->renderWeeeTaxAttributeWithoutTax($weeeTaxAttribute)
 
 endforeach
 

Variable Documentation

◆ $closeBrace

$closeBrace = ')'

Definition at line 16 of file adjustment.phtml.

◆ $openBrace

$openBrace = '('

Definition at line 15 of file adjustment.phtml.

◆ $priceDisplay

$priceDisplay = $block->isPriceIncludesTax()

Definition at line 18 of file adjustment.phtml.

◆ $taxDisplay

$taxDisplay = $block->getTaxDisplayConfig()

Definition at line 17 of file adjustment.phtml.

◆ $weeeSeparator

$weeeSeparator = $openBrace = $closeBrace = ''

Definition at line 14 of file adjustment.phtml.

◆ endforeach

endforeach

Definition at line 43 of file adjustment.phtml.

◆ endif

if ($block->showExclDescrIncl()) () ?>" data-label endif = $block->renderWeeeTaxAttributeWithoutTax($weeeTaxAttribute)

Definition at line 41 of file adjustment.phtml.