Developer forum

Forum » CMS - Standard features » conditions on notification email

conditions on notification email

Thomas Jensen
Reply

Hi

I'm trying to get DW to send a order notification email only when a certain conditions are met in the order

eg.
when the order amount = 0
or when a specific product have been ordered
or a custom field have been filled

How can I do that?

Is this posible in DW9 
or is this a new feature request thing

/ Thomas


Replies

 
Nicolai Pedersen
Reply

Hi Thomas

I am not sure there is a way to do that. Some of the information might be possible to query using user smart searches: https://doc.dynamicweb.com/documentation-9/users/user-management/smart-searches

And then send an email based on that search. Adding i.e. last order time in the last 24 hours as an expression.

You might also be able to use the scheduled task SQL add-in to update some information on a custom userfield, and then based on the value of that field, create a user smart search and send emails using the smart search.

BR Nicolai

 

You must be logged in to post in the forum