I am looking to modify the transaction results email that is sent to the admin upon sale of an item (include and exclude certain information, etc), I’ve researched on google and looked on the wp-ecommerce support site and have been unable to locate where this is being done currently (a lot of references to older versions of the plugin that have since changed significantly). I will continue to look for where to do this but as I am not well versed in wp-ecommerce (or wordpress for that matter) I am not entirely sure where to look.
If anyone could shed light on this, it would be greatly appreciated.
Under wp-e-commerce/wpsc-updates/updating_tasks.php
Line 356-372 is where the email section is.
If you want to go even deeper into the whole email code, you can also go into this section
wp-e-commerce/wpsc-includes/purchase-log-notification.class.php
I created a plugin for this and many other wp e-commerce features.
With the shop styling plugin you can modify the transaction report with placeholders as well as any other mails from the wordpress backend without modifying any plugin files.