Forum Replies Created
- AuthorPosts
- 17 June, 2020 at 2:38 pm in reply to: Paypal orders: No Delivery Address in printer/emails and Order History #49948
oh, i did however make 2 changes to your wp-config.php
a) i enabled debug like so https://docs.wp-pizza.com/troubleshooting/
b) yourdefine( 'WP_MEMORY_LIMIT', '256M' ); set_time_limit(300);
was in the wrong place. you should (almost) NEVER add anything below/* That's all, stop editing! Happy publishing. */
17 June, 2020 at 2:36 pm in reply to: Paypal orders: No Delivery Address in printer/emails and Order History #49947so, i installed a clone of your site here and made 3 orders
1 COD, 1 Paypal and another Paypal order with the unedited version of the postcode plugin (v4.0.30)in all 3 cases did i get the plz in my emails and order history in the expected places.
as i left the cloudprint plugin enabled and pointing at your printer, i also suspect you got those 3 orders printed out on your printer with also all the plz’s printed as expected (??)16 June, 2020 at 9:00 pm in reply to: Paypal orders: No Delivery Address in printer/emails and Order History #49933This reply has been marked as private.I would have thought just setting the “sizes” label to – let’s say “100gr, 1/2kg, 1kg” – or whatever is appropriate – instead of “small, medium, large” would let you do just that
other than that, there’s no provision for it really
@cleerapps
thanks for sharing this here (FYI: i deleted your second post, as it’s a duplicate)> So odd!
as i see people doing this all the time without knowing what the consequences are , i now wrote a whole essay on this
and i very much suspect this is your issue right therehttps://docs.wp-pizza.com/faqs/?section=removing-version-numbers
works fine from here …
but i would strongly suggest you do not remove version numbers (for starters it will break some of your css )this might be you doing it , your theme doing it or some plugin doing it and might well be the reason why you have issues
15 June, 2020 at 3:26 am in reply to: Paypal orders: No Delivery Address in printer/emails and Order History #49874This reply has been marked as private.There are no plans to implement this – not in the near or medium term future anyway. Sorry.
You can of course already do partial refunds from within your stripe account , which will add a note/info to the payment in the order history to that effect (provided you have set up your webhooks etc correctly)13 June, 2020 at 5:01 pm in reply to: Ingredients PopUp disappears or minimize only in Firefox after select one thing #49839ok, fair enough. was just a quick guess
so let’s do the normal then .
what happens if you disable *ALL* other plugins apart from wppizza and the ingredients plugin ?
(in fact even switching to a non-edited default theme to be able to narrow things down)13 June, 2020 at 4:13 pm in reply to: Ingredients PopUp disappears or minimize only in Firefox after select one thing #49833what does this script do ?
//pb.orcagaming.de/wp-content/uploads/pum/pum-site-scripts.js?defer&generated=1591993268&ver=1.10.2
and what happens if you dont load it
it adds something to the console that says “init popups” so this seems like a good place to start off with13 June, 2020 at 2:24 pm in reply to: Ingredients PopUp disappears or minimize only in Firefox after select one thing #49829without a url/link to your site, i cannot comment other than to say
– check your browser console
– inspect your element css using your browser inpector
– change themes to a default theme to see if the problem is thereFYI: 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
- AuthorPosts