How can I delay order confirmation notifications for pre-orders?

How can I delay order confirmation notifications for pre-orders?

Vince_Schaljo
Visitor
3 0 5

Hi there,

I'm wondering if there is any way to add a brief delay time between an order being placed and Shopify triggering its automated confirmation notification. Here's why...

We use a Pre-Order app to allow customers to pre-order products on our store. I'm trying to send an alternative e-mail confirmation message for pre-orders as compared to regular orders to set expectations properly. The app automatically adds the tag "Pre-Order" to pre-orders, so by using {% if order.tags contains 'Pre-Order' %} in my order confirmation I have been able to make this work....almost. 

It seems that sometimes it works, and other times not. The only thing I can figure is that the order tag may not always register as quickly as the notification sends out. If I can delay the notification sending, my guess is the tag should be loaded by the time it sends. I could be wrong on this, but could be worth testing if possible.

So, any suggestions? Either for delaying this or alternative thoughts on how I can achieve a similar function?

Replies 3 (3)

Frank751
Visitor
1 0 2

I am having exactly the same problem. Did you find the solution?

LJHH
Excursionist
10 0 9

Same thing here - did you find any workaround?

craiganderson
Shopify Partner
15 2 12

Same problem. I can not seem to find a way to delay the order confirmation. It doesn't look like an option inside of Shopify Flow either. Can anyone from Shopify chime in on this?