order mail 直接打印到页面上
位置
vendor\magento\module-sales\Model\Order\Email\Sender.php
Magento\Sales\Model\Order\Email\Sender::prepareTemplate()
添加代码
$objectManager = \Magento\Framework\App\ObjectManager::getInstance();
$templateFactory = $objectManager->create(
'Magento\Framework\Mail\TemplateInterface',
['data' => ['template_id' => $this->templateContainer->getTemplateId()]]
);
$templateFactory->setOptions($this->templateContainer->getTemplateOptions());
$templateFactory->setVars($this->templateContainer->getTemplateVars());
echo $templateFactory->processTemplate();
exit();
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。