Friday 21 October 2016

How to make a view order link in magento2 ?

 
Hi with the below code we can easily amke a view order link in a 
magento2 
 
$this->getUrl('sales/order/view', ['order_id' => $orderId]); // $orderId is a 
entity id of a order not a increment id of a order
 

No comments:

Post a Comment