Page 1 of 1

When should I send confirmation email in broadleaf commerce?

Posted: Wed Mar 19, 2014 8:01 am
by gowthamgutha
Hi,

In the broadleaf commerce demo site, I have seen.

A confirmation email has been sent to xyz@xyz.com

I think the code for sending the confirmation email has not been written. So I would like to write it. Could you tell me where to include this code?

Thanks in advance.

Re: When should I send confirmation email in broadleaf commerce?

Posted: Sun Mar 23, 2014 7:48 pm
by phillipuniverse
We recommend you do this at the end of the blCheckoutWorkflow. In the demo site, we included a sample of this in SendOrderConfirmationEmailActivity. This is hooked up at the end of the blCheckoutWorkflow in applicationContext-workflow.xml.