Forum Replies Created
- AuthorPosts
-
generally , notices are harmless (in most instances)
however, do you still get these once you have cleared your browser cache
and started with an order as new like a customer would (and not after you have been enabling/disabling gateways when you are -technically- in the middle of an order in the frontened ) ?>but thought I’d ask!
sure, no harm done
but no, it doesnt do that and there are no plans to implement that from my side>And I found another error on every page:
are you actually outputting your errors/notices on pages instead of just logging ?
i.e do your debug settings look different to this ?sounds to me like your upgrade from v2 to v3 went wrong
especially if you already have a lot of orders and perhaps lots of other plugins running or a theme the consumes lots of memory itself, you will need LOTS of memory during the upgrade as the upgrade has to go through every single order in the db and change values to make this work…>Furthermore it is not recommended to set the memory limit that height.
that’s also an arbitrary comment by someone that has no foundation in anything as memory needs will always depend on a list of many things
(though I am aware that the wppizza dashboard widget can be looked at to perhaps get the memory requirements down a bit when it updates every hour or so)i dont think i understand that question.
what do you mean by “we’ll miss its time to fire that order”the plugin has an option to sort order by times requested in the order history (“Order Sorting:”)
maybe that’s what you are looking for.
other than that, it’s really up to you to manage orders coming in and prepare/going outthat should actually be automatic (but i checked this here and it isn’t in all cases/setups i noticed)
i’ll update the plugin to that effect , no problemthanks for flagging it
This reply has been marked as private.the last function documented here might give you an idea
https://docs.wp-pizza.com/developers/?section=create-your-own-sales-reportThis reply has been marked as private.This reply has been marked as private.This reply has been marked as private.>Why does it work with the previous version though and not the version after .3 thats what is odd?
not necessarily. there are more/different ajax requests> And it works with some and not others.
and that’s what you have to find out as to why the server responds with a “forbidden” , may also be a firewall issue or whatnot. only your server logs will tell us that (and the logs i have been mentioned above might be able to narrow things down)This reply has been marked as private.the only way to have different stripe accounts is to have different websites (or subsites in a multisite setup)
i can probably add a couple of filters to the stripe gateway to allow for this at some point, but at the moment this is not implemented and there is no ETA as to when there will be
(in theory , you could work with remove filters , add filters according to the wordpress codex,
but please note that I cannot offer any support for this kind of customisation)if your server responds with a 503 only your host/server admin will know why
(unless you are a server admin and know how to find, read and interpret logfiles)i’d suggest you try an order first and see what happens (and let the “processing order” page reload a few times -like for a minute or so – , just in case there’s a very slow response)
ok, use own test keys again though (otherwise it wont make any difference what you set in your webhook as you’d be still using mine – in fact I have now disabled this again in *my* stripe account as we pretty much know what the issue is here now)
not withstanding that the first problem is that your webhook is not set up to send to any events,
now you have made an order with my testkeys, your server is responding with this<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>503 Service Unavailable</title> </head><body> <h1>Service Unavailable</h1> <p>The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.</p> </body></html>
so something’s wrong at your server end (might only be temporary though, so perhaps you want to try one more order here)
hang on a minute
your webhook details set up in your stripe account have not been set up to send to any event
click on update and select/click “receive all events” and save(looks like i’ll have to update the docs to make that explicit)
This reply has been marked as private.>this data is the latest received at events
yeah that’s the problem, there’s the one missing that says “xyz was charged”
ok, let’s try something else first of all with my api keys
(in the next private post – give me a second, i need to set something up )
in the meantime – if you have not done so already – please enable debug as mentioned above
https://docs.wp-pizza.com/troubleshooting/ - AuthorPosts