Forum Replies Created
- AuthorPosts
-
First of all, although possible, I would suggest you do not make any changes to those files directly anyway. If you do that , you will have to apply your changes every time there is an update.
See here: https://docs.wp-pizza.com/advanced/?section=modify-css-styles-layoutSecondly, it sounds more like you have a permission issue of some sort. WPPizza does not handle anything that would allow you – or disallow you – to edit its files. This would be server side or some “security” plugin or some other wordpress constant perhaps that is blocking yo from saving
In other words, this has nothing to do with wppizza and I cannot help you there I’m afraid .2 May, 2025 at 6:08 pm in reply to: Paypal problemUrgent Issue with PayPal Payment – Version 5.1.2s #70703This reply has been marked as private.2 May, 2025 at 5:49 pm in reply to: Paypal problemUrgent Issue with PayPal Payment – Version 5.1.2s #70702>I’ve updated everything — only PayPal is still pending
that’s clearly the most important one that needs to be updated.
(It’s also not the only one that is out of date. The postcode and ingredients plugins you are using there are also ancient , but are unlikely to be your issue admittedly)Furthermore, your logs say a ton of this
PHP Warning: session_start(): Cannot start session when headers already sent in .....
not necessarily related, but you might want to address that too. see:
https://docs.wp-pizza.com/troubleshooting/?section=headers-already-sent24 April, 2025 at 3:14 pm in reply to: Paypal problemUrgent Issue with PayPal Payment – Version 5.1.2s #70608> I will activate the debugging feature now.
What’s as important (probably even more so) is that you update your site.
From what I can see, your plugins and theme are on average about 5 years out of date.
(Even the wordpress version running on that site is quite outdated – v6.5.5, current one being 6.8).23 April, 2025 at 10:41 am in reply to: Paypal problemUrgent Issue with PayPal Payment – Version 5.1.2s #70592Without a Url I cannot say anything other than
– have you enabled debug and looked at the debug.log ? (https://docs.wp-pizza.com/troubleshooting/) Anything in there ?
– that paypal version (5.1.2) is now 5 years out of dateAs this might be helpful for others, I’ll reply to your other preorder request here:
— QUOTE —
I only accept 1 order per timeslot. I can see, when I delete an order for at specific time in the order history, the timeslot becomes available again.
Is there any status on the order history I can set, so the timeslot becomes available again?
— END QUOTE —
[admin: I suspect you mean without deleting or refunding an order as this would also have the same effect as you’ve noticed]So, as of Preorder – v3.13 you can do the following:
Goto WPPizza->Localization:
At the bottom you will find a section called “Admin Order History – Custom Statuses”
– Add “Label” (or whatever you like but cannot be empty) in the “Custom Options Label” field
– Add “Unblock” (not case sensitive, but can also be longer, but must include ‘unblock) as a/one of the “Custom Options [enter a comma separated list of options]” field. i.e something like
Unblock
orsome, option, UnBlock Timeslot
orxyz, doUnBlockMe, more, options
etcYou will now see a new dropdown to the left next to each order in the order history.
If you select/set this ‘unblock’ option for an order, the preorder timeslot gets unblocked so can be used again.Hope that helps
1) I do not think this will be implemented into the plugin anytime soon (probably never)
However you could use the wppizza_shop_is_open filter to close thet shop for orders (pre or not) between required times
something like :add_filter( 'wppizza_shop_is_open', array( $this, 'myprefix_force_shop_closed'), 101);//minimum priority of 101 or higher function myprefix_force_shop_closed($bool){ /*you need to do the between time conditionals here as required */ if([between date/time a and date/time b]){ return false; } return $bool; }
the globally available ‘wppizza_openingtimes_formatted()’ function might be helpful for the conditional
2) Simply enable->save the “Close Shop Now” in wppizza->openingtimes. this will override anything else
3) I believe is now fixed as of Preorder – v3.13
(I’m sure this worked in the past, but appears I’ broke it at some point, so thanks for the report)first of all, thanks for the report.
However, I know why this happens and also know that it’s not really a problem (other than a somewhat annoying error message in the health screen)
It’s an easy fix though so I’ll update the rewards plugin in the next few days and the issue should go awayThanks
Hi
Your website referenced is running an (almost) 4 year old version of wppizza (3.13.7 , current version being 3.19.6) which of course all other wppizza add-ons depend on.
Furthermore , your wordpress version – as well as a multitude of other plugins – are about 4 years out of date.Please make sure your website (wordpress/plugin/themes) is up-to-date first of all.
Of course let me know if there are still any issues once this is done.
can I have a url please where I can see this ?
can I see a screenshot of your preorder plugin settings please?
Are you caching pages that should not be cached perhaps ?Just to say I’m not ignoring you and am in the process of implementing the NotifyURL stuff here.
Need to do some more testing though. Hopefully available later today or tomorrow, depending on how it goes.Although the NotifyURL is certainly a good idea to avoid above scenario (and I’m a bit puzzled why I did not implement this to start off with to be honest, but may be down to the state of things at the time….who knows), the customer will never have received an order confirmation from the shop (he was not charged either) and I cannot see how the order would have been marked as “complete” . Furthermore “authorised” does not mean “failed” so I do not understand what you are referring to in your post.
Of course I understand the issue and the above is all academic really, as it will be addressed with this next update in any case.
Thank for pointing it out .>Do you have maybe an idea what could cause this problem?
Yes, I do. This was fixed in 3.19.6 though So I assume you are either still running an old version of the WPPizza plugin or added this ingredient when using 3.19.5
see also https://www.wp-pizza.com/topic/issue-with-the-ingredients-plugin/24 February, 2025 at 1:03 pm in reply to: Request for modification of coupon functionality – restriction of use per zone #70036>Would you be able to implement this change?
Sorry, but I do not offer customisations (please see: https://docs.wp-pizza.com/faqs/?section=customisation)
Furthermore, what you are describing is not exactly something that could be implemented in a couple of lines of code, so even if I were to offer customisations, I can guarantee you you would not like what I would have to charge for a one-off thing like this.I could add a filter to the postcode plugin that could then be used by someone to filter code availabilities/validities depending on whatever conditions you want , but that’s as far as it goes I’m afraid.
actually, this is in fact the last update in the main wppizza plugin (v.3.19.5) that causes this. will be fixed very soon
[Now fixed as of 3.19.6]PS: you can work around this one for the moment by copying one (or many) of the other ones and renaming them from “abz (copy)” to what you then need
Must have something to do with the introduction of allowing additives to be added to ingredients in 5.3 though cannot be 100% sure .
Regardless, I’ll fix that (later today I would hope) Thanks for the report10 January, 2025 at 9:09 pm in reply to: The self-collection option does not lead to redirection to the menu page #69699sorry, I got confused with a different topic that’s about a different kind of redirect.
I’ll have a look..10 January, 2025 at 6:34 pm in reply to: The self-collection option does not lead to redirection to the menu page #69695works just fine here (map or no map ), but there are of course a million possible option combinations.
can you provide an example somewhere with a “walkthrough” so to speak where I can see this not working ?
and specifically a: “I’m expecting this to happen” but instead I get “this is happening”wrong place.
That particular one is set in wppizza->layoutam not going to bore you with the details why that was moved there , though maybe something to look at again at some point as this was done years ago, but for now, it’s there
Preorder v3.12 allows for this now to be enabled in the settings
Hope that helps
- AuthorPosts