Re: Best way to know if subscriber has ordered

Best way to know if subscriber has ordered

urbaneditions
Tourist
6 0 1

I'm using the Newsletter welcome flow to send an initial email to subscribers who didn't subscribe when ordering.

 

Then after a certain number of days I want to send a second Newsletter email, but only to the ones who still haven't ordered anything. What is the best/easiest/correct way to setup this condition? I've created a condition to check the value of "customer.lastOrder.currentSubtotalPriceSet.shopMoney.amount", but not sure if that will work if there is no last order.

Andrew
Replies 3 (3)

paul_n
Shopify Staff
1491 161 349

More detail is needed about what you are doing now. If you could post some screenshots that might be helpful.

Paul_N | Flow Product Manager @ Shopify
- Finding Flow useful? Leave us a review
- Need Flow help? Check out our help docs.
- Building for Flow? Check out Flow's dev docs.
urbaneditions
Tourist
6 0 1

This the flow, what is the best way to implement the "Check If... Didn't Place Order" ?

urbaneditions_0-1659618995333.png

 

Andrew
paul_n
Shopify Staff
1491 161 349

There is a data about the last order on order.customer.lastOrder. What you want to check is if the date on the lastOrder is after the date the workflow started. However, there isn't a date for you to check it against at the moment.  I don't think that part is yet possible.

Paul_N | Flow Product Manager @ Shopify
- Finding Flow useful? Leave us a review
- Need Flow help? Check out our help docs.
- Building for Flow? Check out Flow's dev docs.