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

Go to the source code of this file.

Variables

if( $block->getQuote() ->hasVirtualItems())( 'Other items in your order') ?></strong >< a hrefforeach( $block->getVirtualQuoteItems() as $_item)(__( 'Product Name')) ?>"><? endforeach = $_item->getQty()
 
 endif
 

Variable Documentation

◆ endforeach

if ($block->getQuote()->hasVirtualItems()) ('Other items in your order') ?></strong> <a hrefforeach ($block->getVirtualQuoteItems() as $_item) (__('Product Name')) ?>"><? endforeach = $_item->getQty()

Copyright © Magento, Inc. All rights reserved. See COPYING.txt for license details.

Definition at line 31 of file items.phtml.

◆ endif

endif

Definition at line 39 of file items.phtml.