Olly

Forum Replies Created

Viewing 20 posts - 501 through 520 (of 4,426 total)
  • Author
    Posts
  • in reply to: Ordering Problem #51085
    Olly
    Admin & Mod

      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

      in reply to: Error message property ID #51078
      Olly
      Admin & Mod

        >we did have a wp-pizza core update?
        irrelevant. nothing was changed in that one that could be remotely related to this

        did you try changing to a different / standard (20-something) theme ?

        in reply to: Error message property ID #51070
        Olly
        Admin & Mod

          >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 ?

          in reply to: PLZ Field in Credit Card Data Form? #51037
          Olly
          Admin & Mod

            >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 etc

            in reply to: Bring in Category to Email Template #51033
            Olly
            Admin & Mod

              you are probably/possibly looking for

              “Group, sort and display menu items by category” in wppizza->layout

              in reply to: time placeholder #51000
              Olly
              Admin & Mod
                This reply has been marked as private.
                in reply to: time placeholder #50993
                Olly
                Admin & Mod

                  >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 more

                  in reply to: time placeholder #50975
                  Olly
                  Admin & Mod

                    a 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 please

                    in reply to: Hide pickup products in delivery view #50974
                    Olly
                    Admin & Mod

                      There 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/developers

                      but it most certainly wont be trivial….

                      in reply to: How to show certain products in Cart (Cross-Sells) #50950
                      Olly
                      Admin & Mod

                        >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

                        in reply to: No Decimals on Menu Only #50926
                        Olly
                        Admin & Mod
                          in reply to: Apple Pay as Payment Requests not working #50906
                          Olly
                          Admin & Mod
                            in reply to: Apple Pay as Payment Requests not working #50905
                            Olly
                            Admin & Mod

                              ok, 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 what

                              IntegrationError: 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)

                              in reply to: Apple Pay as Payment Requests not working #50870
                              Olly
                              Admin & Mod
                                This reply has been marked as private.
                                in reply to: time placeholder #50869
                                Olly
                                Admin & Mod

                                  oh, and the output of “wppizza->tools->system info” as well please

                                  in reply to: time placeholder #50868
                                  Olly
                                  Admin & Mod

                                    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 entered

                                    thanks

                                    in reply to: Apple Pay as Payment Requests not working #50861
                                    Olly
                                    Admin & Mod

                                      ok, i’ll have to check and will post back here when i know more

                                      in reply to: Change loading animation of cart #50860
                                      Olly
                                      Admin & Mod

                                        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 )

                                        in reply to: Change loading animation of cart #50821
                                        Olly
                                        Admin & Mod

                                          >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”

                                          in reply to: Mini cart #50792
                                          Olly
                                          Admin & Mod

                                            you might also want to enable debug
                                            https://docs.wp-pizza.com/troubleshooting/
                                            and check your debug.log

                                          Viewing 20 posts - 501 through 520 (of 4,426 total)