bleroy / Nwazet.Commerce

Idiomatic commerce module for Orchard CMS.
BSD 3-Clause "New" or "Revised" License
26 stars 21 forks source link

Order Confirmation Emails #66

Closed bleroy closed 8 years ago

bleroy commented 9 years ago

Originally reported by: Wayne Boyd (Bitbucket: boydw, GitHub: boydw)


Hi

I was hoping if you could please help me with a quick query regarding the functionality of nwazet e-commerce module.

We seem to be having an issue sending emails once an order has been placed and was wondering if this module supported the sending of email confirmations within Orchard or if additional work would be needed.

Any help on this issue would be greatly appreciated.

Many thanks


bleroy commented 9 years ago

Original comment by Bertrand Le Roy (Bitbucket: bleroy, GitHub: bleroy):


Not an issue.

bleroy commented 9 years ago

Original comment by Josh Berry (Bitbucket: joshberry, GitHub: joshberry):


I do this using a workflow. The module exposes a variety of events that you can use to trigger the workflow. In this case, you would use the New Order activity. Here's a screenshot of a simple order workflow that sends a confirmation email to the customer then another notification to the fulfillment team.

order-workflow.png

If you scroll through the right pane in the workflow designer you'll see the other workflow events the module exposes.