Email Trigger

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
egormsen
Captain (CAPT)
Captain (CAPT)
Posts: 236
Joined: Fri May 16, 2008 9:16 am

Email Trigger

Post by egormsen » Mon Sep 08, 2008 4:23 pm

Does anyone know of a way to trigger an email when a specific product is ordered? We have a need to send some more detailed instructions when a customer buys a certain product at our store.

Eldon
Eldon Gormsen
Weigh Down Ministries
AC Gold R12 SR1
http://store.weighdown.com

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Email Trigger

Post by mazhar » Mon Sep 08, 2008 11:16 pm

You told in your post that you need some detailed email for some specific products so i assume that email will be sent for each product ordered. For some specific products it will contain some extra information as well. If this is the case then i think you can achieve it by just modifying the current email template and putting some NVeleocity code that check weather this product needs some more information in Email or not. For example if the product name equals MYPRODUCT then the Email will contain an extra message other wise just product name. Below is the Email template code

Code: Select all

Product Name:$product.Name
#if($product.Name=="MYPRODUCT")
     Extra Message: some message
#end
Last edited by mazhar on Mon Oct 20, 2008 11:04 am, edited 1 time in total.

egormsen
Captain (CAPT)
Captain (CAPT)
Posts: 236
Joined: Fri May 16, 2008 9:16 am

Re: Email Trigger

Post by egormsen » Tue Sep 09, 2008 10:37 am

What I really need to do is send out an entire seperate email. The reason being is for these products they require some details instructions whichg are quite lengthly

So I see can can create a new email template, but an wondering how to trigger that email to sent. Is this possible?
Eldon Gormsen
Weigh Down Ministries
AC Gold R12 SR1
http://store.weighdown.com

Post Reply