All things Shopify and commerce
is there a way to set up a flow to send an email if we do not get any orders in a certain time frame?
similar to this: https://community.shopify.com/c/shopify-flow-app/custom-alerts-for-merchant-when-no-orders/m-p/16668...
but we are not a headless install. We use Shopify Plus.
Searching for apps seems to return apps that let us know when there IS an order.
any recommendations?
thank you!
Hello @GFW-webAdmin
With Klaviyo, you can stay connected with your customers through notifications that ensure customer satisfaction and success.
Here's a helpful article that can guide you through the process:
https://help.klaviyo.com/hc/en-us/articles/360001895651-How-to-install-Back-in-Stock-for-Shopify
I hope the above is useful to you.
Best regards,
GemPages Support Team
Thank you for your reply. Allow for clarification
This email is NOT for customers. This is to let the shop owners know when the checkout is not working.
Scenario: A developer updated a setting on our site. That setting affected the shipping button, it clicked but kept the customer back to the same page. We were not getting errors, but customers were not able to checkout.
in this scenario, a good solution would be to receive notification if we have not had any orders in a certain time frame.
Did you ever come up with a solution here? We'd like to implement the same thing. Thanks!
we found a solution with shopify flow that doesn't need an extra app:
basically we run a task every hour that collects the orders from the past 12 hours
created_at:<='{{ scheduledAt }}' AND created_at:>'{{ scheduledAt | date_minus: "12 hours" }}'
then we check if at least one order has a totalSum bigger than 1
if not, send an alert mail that there hasn't been an order for the time period defined in step one.
i hope this helps.
Can you show me the exact flow thats required when you go into shopify flow please?
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025