Can anyone tell me where this is stored? It is not with the other mails, and haven't managed to locate it in the db or the modules. The email is full of em 's.

thanks
Andy

Comments

hargobind’s picture

Title: Transaction Summary Email location? not formatted properly » Here it is...
Component: invoice » store
Status: Active » Closed (fixed)

This email is generated by code (i.e. not a mail template). You'll find it in /ecommerce/store/store.admin.inc inside of the _store_cron() function.

This is just an example of how there are not enough places in the eCommerce code that take advantage of theme() functions. =)