Magento 1.9.1 – Responsive Transactional Emails: Totals Break Table

ce-1.9.1.0email-templatesrwdtemplatetransactional

I'm upgrading to 1.9.1 and I'm embracing the RWD email templates. Where are the totals generated for the transactional emails? The order totals are breaking the table (see image). I can't find what's building getChildHtml('order_totals')

It's not /app/design/frontend/rwd/default/template/email/order/totals/wrapper.phtml

And it's not /app/design/frontend/rwd/default/template/email/order/items/order/default.phtml

Any help would be greatly appreciated. Thanks.

example

Best Answer

Found it. The email totals are created by /app/design/frontend/base/default/template/sales/order/totals.phtml

Related Topic