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

Go to the source code of this file.

Variables

$_itemsif(empty( $_items))( 'Product') ?></span ></th >< th class else = __('No ordered items')
 
$_itemsif(empty( $_items))( 'Product') ?></span ></th >< th class endif = $_tier
 
if(count( $wishlists)<=1)( 'Move to Wish List') ?></option ><?php else( 'Move to Wish List') ?>"> <?php foreach ($wishlists as $wishlist) () ?>"><? endforeach = $block->escapeHtml($wishlist->getName())
 
 $hasMessageError = false
 

Variable Documentation

◆ $hasMessageError

$hasMessageError = false

Definition at line 170 of file grid.phtml.

◆ else

$_itemsif (empty($_items)) ('Product') ?></span></th> <th class else = __('No ordered items')

Definition at line 34 of file grid.phtml.

◆ endforeach

endforeach = $block->escapeHtml($wishlist->getName())

Definition at line 155 of file grid.phtml.

◆ endif

endif = $_tier

Definition at line 34 of file grid.phtml.