Which file hold this layout layout handle=“sales_email_order_items” order=$order area=“frontend”

Which file hold this layout layout handle=“sales_email_order_items” order=$order area=“frontend”



Is there anyone knows how or where to update the file for the email order notification template.


layout handle="sales_email_order_items" order=$order area="frontend"



Thank you,
JM




1 Answer
1



You can update in the file :



vendor/magento/module-sales/view/frontend/templates/email/items.phtml



Or override in your custom module :



appdesignfrontendour-templatedefaultlayoutsales.xml



appdesignfrontendour-templatedefaulttemplatesalesorderitems.phtml



You can find all emails template in the folder path :



vendor/magento/module-sales/view/frontend/email/



And for the item of order email template :



vendor/magento/module-sales/view/frontend/templates/email/items/order/default.phtml






Thanks, but where I can update layout handle="sales_email_order_items" order=$order area="frontend", I want to update the sku label. prntscr.com/kv79g6

– Jm Cabugnason
Sep 17 '18 at 2:04







You can check my screen : prntscr.com/kv7c0v

– Vu Tran Kien
Sep 17 '18 at 2:17






Cheers!! it works.

– Jm Cabugnason
Sep 17 '18 at 2:26






Great, you can accept my answer

– Vu Tran Kien
Sep 17 '18 at 2:27






I already upvoted it.

– Jm Cabugnason
Sep 17 '18 at 2:30



Thanks for contributing an answer to Magento Stack Exchange!



But avoid



To learn more, see our tips on writing great answers.



Required, but never shown



Required, but never shown




By clicking "Post Your Answer", you agree to our terms of service, privacy policy and cookie policy