WPPizza – A Restaurant Plugin for WordPress › Support › Feature Requests › POST request to close/open store
- AuthorPosts
- 11 June, 2017 at 2:32 am #28326
I’m still learning so this might be a bad idea but I thought I’d ask. Would it make sense to have a tablet with a shortcut icon link to a POST request to close early that shuts off the ability to order? Also one to re-open to normal hours?
Kind of related…
As a side project, I made assembled a thermal printer + raspberry pi + arcade style light up button + an on/off switch. When an order completes, the printer prints the order and the server initiates a python script to play an alarm sound on the printer until someone hits the button to acknowledge the order. I’d like to make the on/off switch make the store close or alternatively, return to normal hours. Any hints on how I trigger it to close? If there’s no easy answer, that’s cool, I’ll keep trying as I learn more.11 June, 2017 at 3:06 pm #28330>Would it make sense …
no. there is already a perfectly nice checkbox in the opening times settings that does that>Any hints on how I trigger it to close
filter:'wppizza_filter_is_open', $bool
11 June, 2017 at 8:36 pm #28335Thank you, that helps a lot!
- AuthorPosts
- The topic ‘POST request to close/open store’ is closed to new replies.