Olly

Forum Replies Created

Viewing 20 posts - 601 through 620 (of 4,439 total)
  • Author
    Posts
  • in reply to: PHP Notice #49362
    Olly
    Admin & Mod

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

      in reply to: Hold Pre Orders Until Prep Time #49361
      Olly
      Admin & Mod

        >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

        in reply to: Allowed memory size exhauste #49360
        Olly
        Admin & Mod

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

          https://docs.wp-pizza.com/troubleshooting/

          in reply to: Allowed memory size exhauste #49354
          Olly
          Admin & Mod

            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)

            in reply to: Hold Pre Orders Until Prep Time #49340
            Olly
            Admin & Mod

              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 out

              in reply to: Date Picker Adjustment #49330
              Olly
              Admin & Mod

                that 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 problem

                thanks for flagging it

                in reply to: Stripe Error #49319
                Olly
                Admin & Mod
                  This reply has been marked as private.
                  in reply to: Tips Report #49316
                  Olly
                  Admin & Mod

                    the last function documented here might give you an idea
                    https://docs.wp-pizza.com/developers/?section=create-your-own-sales-report

                    in reply to: Stripe Error #49313
                    Olly
                    Admin & Mod
                      This reply has been marked as private.
                      in reply to: Stripe Error #49303
                      Olly
                      Admin & Mod
                        This reply has been marked as private.
                        in reply to: Stripe Error #49300
                        Olly
                        Admin & Mod
                          This reply has been marked as private.
                          in reply to: Stripe Error #49299
                          Olly
                          Admin & Mod

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

                            in reply to: Stripe Error #49293
                            Olly
                            Admin & Mod
                              This reply has been marked as private.
                              in reply to: Multiple Stripe Accounts #49166
                              Olly
                              Admin & Mod

                                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)

                                in reply to: Issues with payment stripe ideal #49154
                                Olly
                                Admin & Mod

                                  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)

                                  in reply to: Issues with payment stripe ideal #49152
                                  Olly
                                  Admin & Mod

                                    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)

                                    in reply to: Issues with payment stripe ideal #49146
                                    Olly
                                    Admin & Mod

                                      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)

                                      in reply to: Issues with payment stripe ideal #49145
                                      Olly
                                      Admin & Mod

                                        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)

                                        in reply to: Issues with payment stripe ideal #49141
                                        Olly
                                        Admin & Mod
                                          This reply has been marked as private.
                                          in reply to: Issues with payment stripe ideal #49140
                                          Olly
                                          Admin & Mod

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

                                          Viewing 20 posts - 601 through 620 (of 4,439 total)