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

Go to the source code of this file.

Variables

foreach( $block->getItems() as $_index=> $_item)( $_item->getQuoteItem())(__( 'Product')) ?>"> <?if($_item->getProduct()->getIsVirtual()) (__('A shipping selection is not applicable.')) ?> </div> <?php else ($_index) ?>_<? endif = $block->getAddressesHtmlSelect($_item, $_index)
 
 endforeach
 

Variable Documentation

◆ endforeach

endforeach

Definition at line 108 of file addresses.phtml.

◆ endif

endif = $block->getAddressesHtmlSelect($_item, $_index)

Definition at line 93 of file addresses.phtml.