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

Go to the source code of this file.

Variables

 $_item = $block->getItem()
 
if( $_options=$block->getOptionList())( $_options as $_option)( $_option) ?>< dt ><? if(isset($_formatedOptionValue['full_view'])) endforeach = $block->escapeHtml($_option['label'])
 
 endif = $block->getUnitPriceInclTaxHtml($_item)
 

Variable Documentation

◆ $_item

$_item = $block->getItem()

Definition at line 11 of file item.phtml.

◆ endforeach

if($_options = $block->getOptionList()) ($_options as $_option) ($_option) ?> <dt><? if (isset( $_formatedOptionValue[ 'full_view'])) endforeach = $block->escapeHtml($_option['label'])

Definition at line 27 of file item.phtml.

◆ endif

if ($this->helper('Magento\Tax\Helper\Data')->displayCartPriceExclTax() || $this->helper('Magento\Tax\Helper\Data')->displayCartBothPrices()) (__('Excl. Tax')) ?>"> <? endif = $block->getUnitPriceInclTaxHtml($_item)

Definition at line 35 of file item.phtml.