Forum Replies Created
- AuthorPosts
-
Other than knowing that it exists, I have no knowledge about WinOrder or indeed its inner workings.
I’m afraid you will have to contact the developer of WinOrder about any issues you have with it as I know nothing about itWe aim to please 🙂
Should now be fixed (v1.4)
might take a few hours for an update to be shown as being available though in your wp backend
(depends on your exact wordpress setup and configuration)
Once it’s updated , get your api key from your sendy installation and enter it in the plugin settings (wppizza-> order settings-> mailinglists -> Sendy : Sendy ApiKey)If you still have issues after that, let me know
Cheers
Hi
thanks for the report.
It appears that sendy has changed their API somewhat and now requires an api key to be entered in the settings . I’ll update the WPPizza mailing list plugin to that effect in the next few days to make sure it behaves again.Thanks
Hi,
first of all, apologies for the late reply.Regarding your question though, there isnt really anything – short of writing your own filter – that would allow you to do this in that much granularity.
The coupon/discount plugin would allow you to set a 20% discount for a logged in user (with some requirements like minimum order values and some such ) but that is about as far as it goes I’m afraidthere’s nothing inbuilt for this sort of thing.
Depending however on how you construct your usergroups to start off with this snippet here might be a starting point
https://docs.wp-pizza.com/developers/?section=change-prices-of-menu-items-depending-on-day-of-weekPS: just a guess, but some of the user role plugin can probably also do very granular stuff like denying access just to a particular tab/page
i.e in your case to http[s]://[your-domain]/wp-admin/edit.php?post_type=wppizza&page=tools&tab=licenses
if you still wanted them to have access to the “maintenance” , “system info” etc tabsthe way to deny access to teh licence keys / tools is using the “access rights” tab to deny access to this tab for given users. Depending on your setup regarding user roles and how your site administration amd access is structured , you may or may not have to create a new one (like a “super admin” for example or some such for yourself).
There is plenty of info that can be found regarding WordPress user roles as well as a multitude of plugins that can administer those in a point and click sort of way .I know that licence keys for gateways are also still displayed in the gateway pages for legacy reasons. These will be phased out over time (naturally you can also deny access to te gateway page too via the “access rights” control. Might be a good idea in any event…..)
regarding: ….If I delete the license keys, some plugins lose functionality…
Then you have an issue somewhere. Frontend plugin functionality – and the associated administration of it – is completely independent from license keys entered or not (other than what it’s supposed to do like telling you that there is an update available for example and allowing you to update the plugins. ).Isn’t really from *my* point of view to be honest, just from feedback received …
Are you looking for this sort of thing ?
https://www.wp-pizza.com/topic/pre-order-hours/Hi,
It is entirely deliberate that people have to choose a distinct timeslot when you are not open.
If you give people the option to choose “ASAP” when you are not open, they *will* complain to you “where is my food” as people simply do not read stuff.
I.e they will not be aware that your shop is closed and expect their food within 30 minutes or whatever is the normal time during opening hours.This is based on conversations I had with many users of the plugin.
You honestly do not want this option and there’s no tweaking or steps you can do to enable this either in the plugin (other than re-writing the code itself of course)9 April, 2024 at 6:00 pm in reply to: line spacing between the checkbox and the delivery date #67231there are lots and lots of classes and ids attached to all elements.
simply use css margins or paddings or whatever you fancyhttps://docs.wp-pizza.com/advanced/?section=frontend-css-styles-layout
Sorry, only google maps is implemented for distance based calculations
first of all, you need to make sure that your plugins / themes / wordpress are up to date as well as using a valid google maps api key
naturally, you also want to make sure all your plugins/themes are up to date
without a url i cannot say anything other than what your screenshot / google already tells you
i.e “Google maps was not loaded correctly – look at your javascrpt console”Sorry, I do not understand what you mean by “I didn’t have ‘wppizza_preorder_filter_timeslots’”
If you are running the latest version of the preorder plugin (currently 3.11) you will automatically “have it” as it’s part of the plugin which you can then use as described aboveSorry, but that’s not likely to be developed anytime soon (if ever).
Consider the following:According to WP counts , don’t think this is necessarily too accurate , but as a rough guide:
– https://wordpress.org/plugins/search/woocommerce/
5+ million installations– https://wordpress.org/plugins/search/stripe/
1+ million installations for woocommerce
(i.e 20% )– https://wordpress.org/plugins/search/sumup/
10k (generous) installations for woocommerce
(i.e 0.2% )===================
– https://wordpress.org/plugins/search/wppizza/
1,000+ active installationsSo WPPizza SumUp sales would be something around 2
I cannot see any ROI here even if I were to hike gateway prices by 100%+ and/or sales would be 10 times thatFrom past experience: I have developed several gateways for wppizza (https://www.wp-pizza.com/gateways/) . Many based on someone asking for them – just like you are .
As it turns out , the development of some of them was a complete waste of time (one person even asked for the development of one of them without ever even buying it when it was completed).So, as it stands, I cannot see myself adding any gateways to the ones that already exist until there’s some sort of quantifiable demand for a new/additional one that would make the effort worthwhile instead of spending time on something more useful to more people.
That said, if you or someone else wants to develop such a thing , there is of course the skeleton gateway in the add-ons dirctory of the wppizza plugin or – indeed- if someone can present convincing numbers I’d be happy to look at such a development of course.
PS: It is of course not only about the raw numbers of individual gateway sales as the offer of a particular payment option may make people buy into the whole wppizza ecosystem including all the other add-ons.
However, from what I can see, the penetration of sumup in the wordpress space is just not there (yet)….. happy to discuss though . Maybe I’m missing something …..
along these lines
add_filter('wppizza_preorder_filter_timeslots', 'myprefix_preorder_timeslots', 10 , 2); function myprefix_preorder_timeslots($timeslots, $pluginOptions){ /* your conditionals here */ return $timeslots; }
the plugin was updated on the 14th/
The ‘wppizza_preorder_filter_timeslots’ and ‘wppizza_preorder_filter_parameters’ filters were added
(in your case I would probably use the ‘wppizza_preorder_filter_timeslots’ filter, as this should be somewhat easier to manage)Hope that helps
Hi
you are not giving me much to go on to be honest.
What exactly do your settings look like / What have you tried ?
Are your kebabs and burgers assigned to the same “meal sizes” group ?If so, you might want to consider separating these to have somewhat more granular control, but I cannot know your exact setup or requirements of course.
That said, there is alwasy the possibility of using “exclude” custom groups if you need ingredients in (A) but not in (B) if they are assigned to the same “meal size”As a helping / starting point perhaps too:
Maybe also have a look at the examples here (https://demo.wp-pizza.com/wppizza-add-ingredients/our-menu/user/) that include screenshots of how various things are set up.Let me know how yo get on
- AuthorPosts