Is it possible to pull the delivery address into order confirmation emails via the xsl code rather than via the template aspx file?
At the moment the delivery address shows up on orders being posted including memberships and donations when it's not really applicable as the aspx can't run variables based on the actual contents of the basket.
Any help appreciated!
Hello Daniel,
You can execute custom calls from the ASPX template to the SOAP API. Here is a link to an earlier post I made on custom calls . http://www.tessituranetwork.com/COMMUNITY/forums/t/977.aspx It is also possble from the custom code to update the Order data xml set and then have that passed onto the XSL for transform.
Jon
Hi Jon,
Thanks so much for the reply.
Are you able to pass on any further info on how we use the custom code to update the Order Data xml set? Any ideas on how we can pass the delivery address through the Get Order Details data set?
Cheers,
Dan
Hi Dan,
A few years ago I shared a template in a thread. The template is making custom calls with the api and then appends elements to the oderdata xml. It should give you a good idea of how to do it. The thread can be found at : http://www.tessituranetwork.com/Community/forums/p/1470/5085.aspx