I'm trying to edit this email template:
/app/locale/en_US/template/email/sales/order_new.html
I'm trying to edit the order totals part, but in the file above it has this code
{{layout handle="sales_email_order_items" order=$order}}
that gets the data I need to edit. Does anyone know where I can find this sales_email_order_items
handle so I can make the edits? I'm using Magento CE 1.4.1.1
Thanks~