如何在销售/订单/打印/页面Magento 2中查找?

如何在销售/订单/打印/页面Magento 2中查找?,magento,Magento,我使用的是Magento 2.1.3版 如何自定义订单页面?路径显示URL: sales/order/print/ page 我在哪里可以找到这一页 请尝试以下方法: $currentUrl = $this->getUrl('', ['_current' => true]); $urlRewrite = $this->getUrl('*/*/*', [ '_current' => true, '_use_rewrite' => true ]);

我使用的是Magento 2.1.3版

如何自定义订单页面?路径显示URL:

sales/order/print/ page 
我在哪里可以找到这一页

请尝试以下方法:

$currentUrl = $this->getUrl('', ['_current' => true]);
$urlRewrite = $this->getUrl('*/*/*', [
    '_current' => true, 
    '_use_rewrite' => true
]);

希望这会有所帮助。

我投票决定将这个问题作为离题题来结束,因为堆栈溢出是一个问答网站。你的问题不是关于编程。也许你应该把它贴上?我投票把这个问题作为离题题来结束,因为这是关于Magento的,而不是编程,属于你的答案核心php,。。不是曼格托