Search code examples
magento

Where are the items generated for the Magento order confirmation mail?


I am running Magento 1.9 and I wonder where the items for the order confimration mail are being rendered. I checked some files and modified them, but the modifications do not reflect in the order mails item list.

In the transaction mail template, it says:

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

This is the part which prints the items, but I do not find the part in the code.

Any ideas? Thanks!


Solution

  • You can do modification in Order email Items from the following template files:

    template\email\order\items.phtml

    template\email\order\items\order\default.phtml

    If you didn't find this in your current theme file, you can copy these from Base theme.