I might be missing something here, but how do you get order details, or even any content, into the order confirmation email after i've come back from WorldPay?
Can someone who's not as dim as me point me in the right direction or a step by step guide for thickies would be perfect. I have seen the article on http://www.publicvoid.dk/SendingEmailUsingUCommerce.aspx but i must be missing something.
ok, so i think i've figured this out now but does someone have an example of an order confirmation email that i could see so i can see what fields i'd need to put on the page?
The Cart macro in the standard store holds much of the same code you'll need to populate the order confirmation. Basically a header and a loop over the order lines.
Create email contents
Hi,
I might be missing something here, but how do you get order details, or even any content, into the order confirmation email after i've come back from WorldPay?
Can someone who's not as dim as me point me in the right direction or a step by step guide for thickies would be perfect. I have seen the article on http://www.publicvoid.dk/SendingEmailUsingUCommerce.aspx but i must be missing something.
Thanks
Chris
ok, so i think i've figured this out now but does someone have an example of an order confirmation email that i could see so i can see what fields i'd need to put on the page?
Thanks
Chris
The Cart macro in the standard store holds much of the same code you'll need to populate the order confirmation. Basically a header and a loop over the order lines.
is working on a reply...