Forum Replies Created
- AuthorPosts
-
only you will know what’s going on.
sounds to me like you’ve been hacked – but maybe you have not been.
as you are not providing a url or in fact anything else to go on, i cannot even begin to guess or comment>we did have a wp-pizza core update?
irrelevant. nothing was changed in that one that could be remotely related to thisdid you try changing to a different / standard (20-something) theme ?
>I started getting the following error
so what changed between it not being there and it “starting” to be being there ?are there also other notices/warnings ?
>What is PLZ? In german its a short form of Postleitzahl which means postcode.
which is exactly what it is>And it is required. Where can I delete this field?
you can not delete this. this is a requirement and will dynamically be displayed by stripe, depending on cc input etcyou are probably/possibly looking for
“Group, sort and display menu items by category” in wppizza->layout
This reply has been marked as private.>No the preorder plugin is enable.
that wasn’t quite what I asked, but thanks for the screenshot .
i’ll see if i can reproduce this here with your settings and will post back when i know morea couple of things.
do you still get this behaviour when you disable the preorder plugin ?
and, if not, can i see a screenshot of your preorder settings pleaseThere is no provision for this sort of thing I’m afraid
though if someone wanted to he/she could probably write some sort of plugin based on the documentation provided
adding/removing item from cart etc depending on pickup/delivery selected
https://docs.wp-pizza.com/developersbut it most certainly wont be trivial….
>I think it’s not possible to configure the cross-sells plugin so that only certain products are being shown in the cart.
that is correct, because that is not what it is designed to do>other solutions
see
https://docs.wp-pizza.com/developers/?section=wppizza-markup-pages-page-order-php
and use shortcodes to output whatever item(s) you want to output I would think>Is this possible?
only by filtering
https://docs.wp-pizza.com/developers/?section=wppizza-markup-loop-posts-prices-phpSome more info here
https://github.com/stripe/react-stripe-elements/issues/335ok, I’ve been digging around a bit and I’m not sure if this is even doable having ApplePay payment requests AND the preorder plugin at the same time (other than *redirecting* to stripe where apple pay is integrated automatically anyway)
from what i can see apple (unlike google payrequests!) *requires* that a button gets distinctly clicked before the payment request is being actioned.
which is whatIntegrationError: show() must be called from a user gesture handler
is all about
however, what happens with the preorder plugin is that when someone clicks on “buy now” button (or whatever it will be called) it first of all checks one last time if the selected timeslot is actually still available as someone might have been staying on the order page for ages – and only if this is still a valid timeslot , will the applypay option be triggered automatically.
(same goes for stockmanagement as it happens)i.e the chain of events is:
click button, script checks timeslot and/or stocklevel availability, if ok show apple pay. (if not ok, show an alert to the effect that timeslot expired, out of stock or whatever is appropriate)apple seemingly does not allow for this i.e the show() event *must* be triggered directly by clicking on a button and cannot be triggered programatically .
*Maybe* there’s a way around this , but knowing apple I’m not hopeful so cannot really promise anything on that front at the moment I’m afraid… 🙁
(other than suggesting that if you MUST offer apple pay AND want to use the preorder and/or stockmnagemnt plugin you have to use the default stripe->redirect option)
This reply has been marked as private.oh, and the output of “wppizza->tools->system info” as well please
at a minimum i will need a url to be able to at least make a guess as to what your whole setup is
secondly, can i also please see a screenshot (admin) where that “Aktuell benoetigen wir …etc etc ” is enteredthanks
ok, i’ll have to check and will post back here when i know more
essentially, there are various classes/ids that use the same background image that comes with wordpress for the “animations” (though sizes are being altered depending on where they are used, hence the different classes/ids )
i.e (somewhat simplified)
#wppizza-loading,.wppizza-loading,.wppizza-load, .wppizza-load-redirect,.wppizza-loading-small{ background-image:url('[path]/wp-includes/js/tinymce/skins/lightgray/img/loader.gif'); }
so you could simply override this background image with your own css/image as desired
(see also https://docs.wp-pizza.com/advanced/?section=frontend-css-styles-layout )>I would love to customise my website further to my brand‘s needs with an individual, modern loading animation for the cart.
who’s stopping you ?
the cart deosn’t even do animations other than a loading gif when it’s updating (which is just simple css)and – in any event – beauty is in the eye of the beholder , not too mention that I’ve also seen plenty of “beautified” wppizza carts that were so “beautiful” that i couldn’t even find the cart anymore an a site because it was hidden in some sort of icon in some corner somewhere
there are also plenty of shortcodes options that only let you show certain parts of the cart etc
you really are free to do what you like so am not sure how this is a “feature request”
you might also want to enable debug
https://docs.wp-pizza.com/troubleshooting/
and check your debug.log - AuthorPosts