Abandoned Cart and Never Ordered? Send an Email!

Requirement

If the customer abandoned the shopping cart and they have never ordered from us before, then send them an email one week later.

Plan

Create a campaign with the steps below. Ensure that the proper enrollment trigger is set.

HasEverOrdered Logic
#set($result = 'Send an Email')
#if($customer.orders.size() > 0)
   #set($result = '_ENDCAMPAIGN_')
#end

 

Related Documents

UltraCart Objects available to Auto Responder Scripts