= $block->getChildHtml() ?>
0): ?>
= /* @escapeNotVerified */ __('Recent Orders') ?>
= /* @escapeNotVerified */ __('Order #') ?> |
= /* @escapeNotVerified */ __('Date') ?> |
= /* @escapeNotVerified */ __('Ship To') ?> |
= /* @escapeNotVerified */ __('Order Total') ?> |
= /* @escapeNotVerified */ __('Status') ?> |
= /* @escapeNotVerified */ __('Action') ?> |
= /* @escapeNotVerified */ $_order->getRealOrderId() ?> |
= /* @escapeNotVerified */ $block->formatDate($_order->getCreatedAt()) ?> |
= $_order->getShippingAddress() ? $block->escapeHtml($_order->getShippingAddress()->getName()) : ' ' ?> |
= /* @escapeNotVerified */ $_order->formatPrice($_order->getGrandTotal()) ?> |
= /* @escapeNotVerified */ $_order->getStatusLabel() ?> |
= /* @escapeNotVerified */ __('View Order') ?>
helper('Magento\Sales\Helper\Reorder')->canReorder($_order->getEntityId())) : ?>
= /* @escapeNotVerified */ __('Reorder') ?>
|
= /* @escapeNotVerified */ __('You have placed no orders.') ?>