-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Print on pickup day #18
Comments
^as a addition, is it possible to change the trigger to a specific meta data column? |
Currently that is not possible, the trigger must be an action that we can hook into so can't be triggered by a data field. Our plugin only responds to changes in order status, and it feels that your request is for it to actually modify/decide the status which doesn't quite fit. There may be some external plugins that can schedule order status changes based on time/date, which is what I think you need. You may be able to manage this now, if you arrange for new orders to not be assigned the "processing" state by default (e.g. add a new status named "preprocessing", or whatever suits your needs), then use another plug-in (or manually from the orders page) to assign them to "processing" when you are ready to process them, which will trigger the printing. If you want to add another order status (e.g. your "pickup today" example) that should be used to trigger the printing, then this is relatively easy to add to our plugin. You can modify the function simply adding something like: Should be enough to trigger printing from your new "Pickup Today" status. |
Hello,
Is it possible to print only the tickets for that specific day.
I let my custommers pick a specific pickup day on checkout, I would like to print all of the tickets for that day in the morning.
Is that possible with this plugin?
Maybe if I change the order status to pickup today and I set a trigger in the print plugin to print the 'pickup today' status?
The text was updated successfully, but these errors were encountered: