美文网首页
Magento 2 how to get Order ID in

Magento 2 how to get Order ID in

作者: 葡萄月令 | 来源:发表于2017-12-07 14:58 被阅读19次

protected$view;

publicfunction__construct(

\Magento\Sales\Block\Adminhtml\Order\View $view

)

{

$this->view=$view;

}

publicfunctionYourfunction(){

$orderIds=$this->view->getOrderId();

}

原文链接: https://www.abmbio.xin/article/25 

相关文章

网友评论

      本文标题:Magento 2 how to get Order ID in

      本文链接:https://www.haomeiwen.com/subject/aowdixtx.html