Developer forum

Forum » Development » order email

Reply

I whant to send an email if the customer checks a box in the cart and if they don't the email is not sent.

The email should be sent on the same time the order mail is sent.

 

Can you do this width some script or do you have to do some custom module for this. 


Replies

 
Reply

If the user doesn't enter an email address, none will be sent, so by manipulating some values using Javascript you should be able to acheive this. But honestly I'm not sure whether ecom will allow submitting an order with no email address. In this case you might want to check out this article I wrote about drop shipping: http://developer.dynamicweb.dk/default.aspx?id=16918&action=ShowArticle&ArticleID=144. But I'd test out the Javascript approach first. Simply chek if you can submit an order without entering an email address.

 

You must be logged in to post in the forum