Forum Replies Created
- AuthorPosts
-
can i see a screenshot of your settings and a url where it is doing what it is you are describing ?
though at a *guess* i’d say you might perhaps not have assigned the custom group to a menu item ….. ?
that’s correct, because it’s still a “new” order which you have just accepted as such
out of curiosity:
what kind of items are there that I should only be allowed to order if I pickup an order myself (or vice versa ) ?re: product is only available for pickup
sorry, but there’s no provision for that (unless you were to create 2 sites , one for items for pickup only and one for delivery).
It’s not just simply hiding and showing items, but you’d also have to in fact remove items from the cart that have been put into it when delivery was selected but someone then chooses to switch to pickupre: delivery/pickup times
please see here
https://docs.wp-pizza.com/developers/?section=pickup-opening-timessee here as a starting point i would suggest
https://www.youtube.com/watch?v=Heolni3WnX0
if the printer manual is not helpful , you need to contact goodcom directly. after all, it’s their printer (and it may even be different for each of their printer models as to how to access those settings …)PS: although -evidently – a lot of things are possible which are somewhat out of the scope of the purpose of the plugin, it is first and foremost an “add ingredients (to an item)” plugin and not a combo offers / combo deals / meal deals – or similar – plugin …
sorry, but there will be no such conditionals (at least not in the short or medium term , and probably not in the long term either) between ingredients groups
however, given that there are lots of classes and id’s associated with each group/settings etc , you could , conceivably, write some javascript that allows for that in any of your given situations..
Sorry, but there will not be any more icons added (unless there will be some more standard allergens commonly listed by the WHO or similar)
First of all, because everybody will want some others/more
Secondly, using/adding icons and distributing them will – in most cases – require a license (i.e payment)In short:
You need to add your “Frozen” to the list of “Food Types” and the use css to add the/an icon yourself (i would suggest you use your browsers element inspector to see how its done for the exiting icons and adapt your css as required)>Where do I insert the key…
in the options settings page of the pluginhave you enabled debug and checked your debug.log ?
https://docs.wp-pizza.com/troubleshooting/17 October, 2020 at 4:37 pm in reply to: Paypal orders are failing (payment works, but no confirmation)) #51564first of all, you have curl errors
from your screenshots
cURL error: [35] error:14094438:SSL routines:ssl3_read_bytes:tlsv1 alert internal error”;those must be fixed , but you need to speak to your host about this as I have no control over your curl setup .
if curl fails, you will not get any notifications (in many/most cases) and might well be related to / the cause of all the issues you are facingSorry, the only gateways currently available are the ones listed here:
https://www.wp-pizza.com/gateways/Although there will be more in due course, I cannot tell you which one will be available and when as it really depends on the popularity of a particular gateway as to whether or not there is worth spending the time in reading/understanding the documentation, programming and testing things etc. to develop it .
At the moment at least , this does not seem to be the case with “SumUp” I’m afraid (though this might change in the future of course).
That said, if you are desperate, there is a skeleton gateway available in the “/add-ons/” directory of the wppizza plugin you could use to develop your own based on your chosen gateways API
13 October, 2020 at 9:26 pm in reply to: Google Cloud Print will be disabled on December 31, 2020 #51507just to add to this thread (to somewhat keep it one place)
quote from : https://www.wp-pizza.com/topic/whats-your-best-practice-to-print-the-orders/‘Have a look at Automatic Email Manager by Namtuk. Checks and prints on a minute basis and gives you control of the fonts so the restaurant pass has no problem in reading it.’
..
re pickup/delivery times
maybe you are looking for this
https://docs.wp-pizza.com/developers/?section=pickup-opening-timesre table ordering / dine-in (or whatever you want to call it):
am in the middle of doing something on that front, though no ETA at all yet (might even get abandoned altogether, depending on how it goes)
something along the lines of (simplistically speaking)
customer scans QR code on table and orders something – after a waiter has generated an access code for that table –
order gets sent to kitchen in some way/shape or form.
customer(s) at that table can add new orders as the day progresses
when they want to pay , ask the waiter or pay online right there (with being able to split payments between people at table etc etc )again, it’s kind of early days on that front , but i’ll make some alpha version available on request when the time comes to get some real user input , as opposed to myself imagining things….
3 October, 2020 at 5:15 pm in reply to: How to hide menu when store closed, and adjust delivery times #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 )3 October, 2020 at 4:33 pm in reply to: How to hide menu when store closed, and adjust delivery times #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…> …integrating the Star Reciept Printers…
unless and until there are several / many users that use star printers (which does not seem to be the case) and request this , no, not really – sorry
PS: that notice should not have any impact on anything , but of course it’s always nicer to avoid them if possible (though might not be anything that the wppizza plugin as such causes or can do anything about)
thanks for tracking it down.
having had a trawl through several sites, this seems to be – in many cases anyway – related to something in the WP gutenberg editor in fact (and perhaps in conjunction with yoast as well)what version of WP and Yoast do you have installed ? (as i cannot reproduce this here at all )
perhaps you can post your output of wppizza ->tools ->system info too here , so i know what else you are running (make it a private reply if you wish)just trigger the click on the li (price) element from whatever other element you want to trigger it from i would think
- AuthorPosts