Domanda

I want to change the email template "New Order (Magento/luma)".

I want to remove the SKU column from order items table, and I think the following line will send me to the file where I must make the changes:

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

How do I interpret that line of code?

Thank you!

È stato utile?

Soluzione

The handle name is a xml layout file name. In your case, you can find the sales_email_order_items handle file here:

module-sales/view/frontend/layout/sales_email_order_items.xml

You can extend or override it.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a magento.stackexchange
scroll top