{{layout handle="sales_email_order_items" order_id=$order_id area="frontend"}
我想洗掉此行表單電子郵件確認,但我不知道此 html 位于何處。
uj5u.com熱心網友回復:
- 來自 handle="sales_email_order_items"
{{布局句柄="sales_email_order_items" order_id=$order_id area="frontend"}
- 你會看到這個布局“sales_email_order_items”
<block class="Magento\Sales\Block\Order\Email\Items" name="items" template="Magento_Sales::email/items.phtml" cacheable="false"> <block class="Magento\Sales\Block\Order\Totals" name="order_totals" template="Magento_Sales::order/totals.phtml"> </block>
也許,你會在檔案中找到它
供應商/magento/module-sales/view/frontend/templates/email/items.phtml
要么
供應商/magento/module-sales/view/frontend/templates/order/items.phtml
祝你今天過得愉快 !!
轉載請註明出處,本文鏈接:https://www.uj5u.com/yidong/451198.html
標籤:javascript php 马金托 前端 magento2
上一篇:Magento后端eav模塊

