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

Go to the source code of this file.

Variables

if ($orderIds=$block->getOrderIds()) (__('Successfully ordered'))?></h3 >< div class = $block->escapeUrl($block->getViewOrderUrl($orderId))
 
 $shippingAddress = $block->getCheckoutData()->getOrderShippingAddress($orderId)
 
else __pad3__
 
 endif
 
 endforeach
 

Variable Documentation

◆ $shippingAddress

$shippingAddress = $block->getCheckoutData()->getOrderShippingAddress($orderId)

Definition at line 22 of file success.phtml.

◆ ($orderIds=$block->getOrderIds())

if ( $orderIds=$block->getOrderIds())(__( 'Successfully ordered'))?></h3 >< div class = $block->escapeUrl($block->getViewOrderUrl($orderId))

Definition at line 19 of file success.phtml.

◆ __pad3__

else __pad3__
Initial value:
= $block->escapeHtml(
$block->getCheckoutData()->formatOrderShippingAddress($shippingAddress)
)
$block
Definition: block.php:8
$shippingAddress
Definition: success.phtml:22

Definition at line 27 of file success.phtml.

◆ endforeach

endforeach

Definition at line 38 of file success.phtml.

◆ endif

endif

Definition at line 35 of file success.phtml.