Re: On Processed send an XML transaction.
The email's (admin and provider) are sent in include/func/func.order.php (starting around line 869 in my version)
Looks like the same email template is used for both admin and provider emails. What you want to do is create a new template for the provider that builds the appropriate XML from the order info.
Then change the provider "send" so that it uses that email template for their email.
email templates are in skin1/mail.
|