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

Go to the source code of this file.

Variables

 $_orders = $block->getOrders()
 
 $count = count($_orders)
 
if( $count > 0)( 'sales/order/history') ?>"> <span><? endif = __('View All')
 
else __pad16__
 

Variable Documentation

◆ $_orders

$_orders = $block->getOrders()

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

Definition at line 12 of file recent.phtml.

◆ $count

$count = count($_orders)

Definition at line 13 of file recent.phtml.

◆ __pad16__

else __pad16__

Definition at line 67 of file recent.phtml.

◆ endif

if ($count > 0) ('sales/order/history') ?>"> <span><? endif = __('View All')

Definition at line 17 of file recent.phtml.