Forum Replies Created
- AuthorPosts
-
FYI: i haven’t forgotten, just trying to figure out something else – though unrelated – that might be helpful to some
I would think an update will be available to the stripe plugin in the next couple of days that will add the email address as description there (as you mentioned)PS: if you use the stripe redirect option it will always also add the email automatically in the “customer” column btw, but of course this is irrelevant if you use inline payments. just thought i’d mention this here in case others come across this thread.
> I disabled the “avista_is-avista-wppizza-gateway-50726f33a922” plugin but still the error persists
doesnt look like it . it is still loading it’s scripts etc from what i can see (so who knows what else it is doing)
using any wppizza related filters/actions in you (child)theme or dedicated plugin ?
it’s actually quite simple.
something on your site is removing the nonces, so of course, it will say invalid nonce
i somewhat suspect you have some custom coding somewhere / edited some templates (?)PS: i would also suggest you enable debug like so
https://docs.wp-pizza.com/troubleshooting/you are using some gateway in know nothing about
namely something called “avista_is-avista-wppizza-gateway-50726f33a922”
and it’s throwing errors (see your browser console)
first thing i’d suggest is deactivate this and see if you still have the same issuejust wrap your conditional when restricting to todays orders in an
empty($_GET['s'])
or something along those lines
(not tested though, but off the top of my head this might be what you are looking for )nonces are used throughout wordpress
what version did you update from ?
as you did not provide a url / run things on localhost i can only point you in the general direction as to why nonces might be invalid and perhaps this will helphttps://www.google.co.uk/search?q=wordpress+error+invalid+nonce
it is impossible for me to guess where your problem may be without at least a url where i can see this
there is no way to do this
delivery costs will always be for a whole order
not to mention, what happens if i have item1 AND item2 AND item 3 in the cart? what rules would you apply ?what is the payment method you are using where you experience this
Stripe ? one of the other ones ? redirect ? inline credit card fields ?
as you did not provide a url i cannot guess (though my previous reply was exactly that 🙂sounds to me like you have perhaps not enabled any “Customer name fields” in the stripe gateway settings ?!
you need to enable the “use when registering” for the fields you want to have available/stored in “wppizza->order form”
regarding order history, there’s a shortcode https://docs.wp-pizza.com/shortcodes/?section=user-orderhistory
>but if a customer calls and asks about a previous order we can not easily access it
as of 3.12.10 “Wppizza -> order history” includes a searchtool that lets you search for orders by email, order id (the actual id in the db) or transaction id , within the selected status from the dropdown optionsregarding a “today” toggle : I’ll make a note of that , but i cannot give you any ETA as to when (or even if at all) this will be added to the plugin I’m afraid
check that you have at least one gateway enabled
and also that your orderpage is set (wppizza->order settings -> Global -> orderpage) and it actually exists3 June, 2020 at 3:40 pm in reply to: Paypal orders: No Delivery Address in printer/emails and Order History #49637This reply has been marked as private.simple.
you have some plugin (or your theme or some custom coding) that removes version numbers
that’s simply a bad idea for a multitude of reasons
if you stop doing that you’ll find it all behaves againexactly. that’s the problem.
what is the whole url of your 2 404’s it cannot find ?sounds like you have 2 versions of stripe or 2 – or more- different stripe plugins installed somehow ?!?
2 June, 2020 at 6:21 pm in reply to: Paypal orders: No Delivery Address in printer/emails and Order History #49618This reply has been marked as private. - AuthorPosts