WPPizza – A Restaurant Plugin for WordPress › Support › General Support › How to hide menu when store closed, and adjust delivery times
- AuthorPosts
- 3 October, 2020 at 4:18 pm #51380
Hi!
Thanks for this wonderful plugin. I have purchased the delivery prices add-on and it’s working great. I have a couple questions:
1) Is it possible to hide our entire menu / make it more obvious when the shop is closed? I don’t want customers to fill up their cart, just to realise that the order box at the bottom says ‘Currently closed’!
2) Is it possible to have adjustable/ammendable ordering times? Depending on how many orders we have, we can fulfil them for anywhere between 45 minutes to 1hr 30minutes. Is there some way where I can set the current order fulfilment time somewhere for the plugin?
Thank you!
3 October, 2020 at 4:33 pm #51381re 1:
>…I don’t want customers to fill up their cart,…unless you have some other problems elsewhere, they cant “fill up their cart”, as a popup will say “shop closed” when you click on an item
re 2:
you can set the delivery time to whatever (and whenever) you want in wppizza->order settings->Delivery -> Delivery Time
…but maybe i don’t understand the question…3 October, 2020 at 4:48 pm #51382Hey, thanks for the quick response.
1) Ah, it might be related to do with the previous question I posted. I have made each item into a square div, and when you click on anywhere in that div, it triggers a click on the one-size of that item avaliable. As a result, maybe this behaviour isn’t working? When you click on this interactable div when the shop is closed, it does nothing.
2) Sorry, allow me to reexplain. We have a small kitchen, and so when we open, the first few orders, we can give an estimated ’45 minutes for delivery’. As more orders come in, and we have not yet fulfilled the first, we would like to give a longer estimation: ‘please allow 60 minutes for delivery’. And then eventually we become busier and busier, we would like it to say ‘please allow 90 minutes for delivery’.
Is there an automated way we could do this based on open orders, or is there a place in wppizza that we can modify the estimated delivery time value as we get busier and less-busy?
3 October, 2020 at 5:15 pm #51383re1: only you will know what you’ve done there
re2: there’s nothing inbuilt for this , but i guess you could write some plugin based on this
https://docs.wp-pizza.com/developers/?section=filter-wppizza_filter_options
adjusting thewppizza[order_settings][order_delivery_time]
parameter as appropriate , probably in conjunction with querying the orders themselves (see: https://docs.wp-pizza.com/developers/?section=function-wppizza_get_orders ) - AuthorPosts
- The topic ‘How to hide menu when store closed, and adjust delivery times’ is closed to new replies.