Basically I am using WooCommerce as an ordering system for a restaurant. The customers select their options and food/drinks... Select their table number... And submit their order.
On the backend... Not much luck. I need to somehow request the information from the Database maybe every 5 seconds to display the orders as they come in, check them, complete them, and so on... All without actually logging into Wordpress itself.
Maybe woocommerce is not what I need to be using. Any ideas or alternate methods that I could use to do this?