The invoice-email doesn't show the ordered items table (no problems in invoice PDF). My template contains this code:
{{layout area="frontend" handle="sales_email_order_invoice_items" invoice=$invoice order=$order}}
However, this part is missing in the email. I tried to find the code that should generate the HTML, I think sales.xml tells me to look at the "email/order/invoice/items.phtml
"-template file. But changing its content doesn't seem to have any effect.
Where should I start to fix this problem?
This is the part in sales.xml:
<sales_email_order_invoice_items><block type="sales/order_email_invoice_items" name="items" template="email/order/invoice/items.phtml"><action method="addItemRender"><type>default</type><block>sales/order_email_items_default</block><template>email/order/items/invoice/default.phtml</template></action><action method="addItemRender"><type>grouped</type><block>sales/order_email_items_order_grouped</block><template>email/order/items/invoice/default.phtml</template></action><block type="sales/order_invoice_totals" name="invoice_totals" template="sales/order/totals.phtml"><action method="setLabelProperties"><value>colspan="3" align="right" style="padding:3px 9px"</value></action><action method="setValueProperties"><value>align="right" style="padding:3px 9px"</value></action><block type="tax/sales_order_tax" name="tax" template="tax/order/tax.phtml"/></block></block><block type="core/text_list" name="additional.product.info" /></sales_email_order_invoice_items>