App reviews, troubleshooting, and recommendations
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hello friends, I have a client who, for religious reasons, would like to disable sales on the website at a specific day and time of the week automatically. Is there any feature, plugin, or flow that I can use to achieve this automatic scheduling?
Should be able to automate a workflow for that. How many products roughly do they have?
About 200...
Gotcha. Flow has a limit of 100 on their iterator. Could potentially be done with some custom code and graphql though.
We could also build an automated workflow using our app mesa to do this, if they're open to a 3rd party app.
Isn't there a way to omit the buy and replace button with a warning on a certain day/time? Maybe it's a more viable option
Oh yeah that's a good idea. Should be able to do that with a quick snippet of javascript.
I'll try and tell you later 😃