Olly

Forum Replies Created

Viewing 20 posts - 41 through 60 (of 4,356 total)
  • Author
    Posts
  • in reply to: Problems with selecting date after 28 febr. #66368
    Olly
    Admin & Mod

      works all fine here with your settings.
      your debug however is complaining about session start – for this see here: https://docs.wp-pizza.com/troubleshooting/?section=headers-already-sent
      secondly: have you tried enabling the caching bypass option (in the preorder plugin settings ?)
      i.e enable
      Caching: Turn this off if you experience problems with date/times not being set correctly

      in reply to: Warning: [cod] – Error #66367
      Olly
      Admin & Mod

        I just did a test on your site
        what does your debug log say ?
        (looks like you need to enable debug though – without it we will have no idea)

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

        in reply to: Problems with selecting date after 28 febr. #66363
        Olly
        Admin & Mod

          without seeing your settings in the preorder plugin , I cannot really comment other than to say , have you enabled debug and checked your debug log to see if there’s any hint there ?
          https://docs.wp-pizza.com/troubleshooting/

          in reply to: Pickup Prices: toggle without Cart & ordering #66278
          Olly
          Admin & Mod

            Am a bit puzzled. It’s all there from what I can see ?!

            Apart from that I would, however, also suggest you address your debug.log entries (php notices, db errors) in any event.

            in reply to: Pickup Prices: toggle without Cart & ordering #66213
            Olly
            Admin & Mod

              As of v1.2 you can now enter “-0” (that is: minus zero) into a pickup price and it will hide the relevant menu item from selection (And indeed remove it from the cart if it was added there before when delivery was selected)

              hope that helps

              in reply to: Pickup Prices: toggle without Cart & ordering #66187
              Olly
              Admin & Mod

                Sorry, but there’s no easy, or indeed in-built, way to do that I’m afraid (it would have to be dynamically removed from the cart for example when switching between pickup /delivery alongside a bunch of other considerations)

                in reply to: Pickup Prices: toggle without Cart & ordering #66139
                Olly
                Admin & Mod

                  its still set to “No delivery offered / pickup only” …..

                  in reply to: Pickup Prices: toggle without Cart & ordering #66137
                  Olly
                  Admin & Mod

                    Delivery type (WPPizza -> order settings) must NOT be “No delivery offered / pickup only”

                    in reply to: Pickup Prices: toggle without Cart & ordering #66135
                    Olly
                    Admin & Mod

                      Hi,
                      Regarding Payment update: Done.
                      You can simply re-download your invoice from your account page (https://www.wp-pizza.com/my-account/)

                      Yes, it need to go into your functions.php (see also : https://docs.wp-pizza.com/developers/?section=filters-actions-functions)

                      Text STrings can be found (and updated) in WPPizza -> Localization

                      Hope that helps

                      in reply to: Pickup Prices: toggle without Cart & ordering #66102
                      Olly
                      Admin & Mod

                        Ok then.
                        To do what you were asking you need to do 2 things (will require wppizza 3.18.10+).

                        a) use the shortcode to display the pickup/delivery toggle wherever you want to display it
                        see : https://docs.wp-pizza.com/shortcodes/?section=pickup-choices

                        b) you must also add the ‘wppizza_filter_force_pickup_toggle_display’ filter ( as outlined here https://docs.wp-pizza.com/developers/?section=pickup-opening-times under B) ) – it will not work without it if you are not displaying the cart anywhere

                        c) Naturally, you will also need the pickup prices plugin to display the prices as appropriate depending on pickup/delivery selected

                        Re Styling: Just use css

                        Hope that helps

                        in reply to: Pickup Prices: toggle without Cart & ordering #66080
                        Olly
                        Admin & Mod

                          Yes, it is possible, but give me a day or two. I need to fix something in the main WPPizza plugin . When I’ve done that , I’ll post here again

                          in reply to: Downward compatibility #66029
                          Olly
                          Admin & Mod

                            Firts of all, it really kind of depends on what (wppizza) version you were updating *from*.
                            That said, I cannot see the versions of the other plugins you are using causing too much of an issue, but you should enable debug and find out what your issues are.

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

                            Furthermore, when you are saying ” getting version 3.8.2″ , I do not know what plugin you are actually referring to. If it’s the main wppizza plugin, send me an email to dev [at] wp-pizza.com and i can send it to you (but as mentioned, I do not actualy think that would solve any issue you are having )

                            in reply to: Changing gateaway problem #65940
                            Olly
                            Admin & Mod

                              glad to hear it.
                              Now I suggest you find the plugin/theme that removes your version numbers and disable / edit it as that will most likely be the cause of your caching issues (as mentioned previously)
                              Naturally, just a suggestion . Entirely up to you..

                              in reply to: Changing gateaway problem #65938
                              Olly
                              Admin & Mod
                                This reply has been marked as private.
                                in reply to: Changing gateaway problem #65935
                                Olly
                                Admin & Mod
                                  This reply has been marked as private.
                                  in reply to: Changing gateaway problem #65932
                                  Olly
                                  Admin & Mod

                                    turns out the issue was (seemingly) neither in the gateway, nor in the stockmanagement but in the main wppizza plugin.
                                    I believe wppizza 3.18.9 should fix this (but let me know of course if you still have issues please, thanks)

                                    in reply to: Changing gateaway problem #65929
                                    Olly
                                    Admin & Mod

                                      ok. good.
                                      I still think the issue is actually in the square plugin as opposed to the stockmanagement, but I have a better idea where to look now. I will not need your test server anymore as I can reproduce this now here too (that’s a good thing)
                                      NOt sure yet how long this will take to fix (no doubt just one or two lines of code, the question is : which ones- as always)

                                      thanks for your patience and jumping through the hoops to figure out what’s going on. I’ll keepyou posted when I know more

                                      in reply to: Changing gateaway problem #65927
                                      Olly
                                      Admin & Mod

                                        ok, no problem.
                                        can you quickly check the following on your main site.
                                        can you disable the wppizza stockmanagement plugin and do a quick test (test or live ) and let me know if it works then

                                        in reply to: Changing gateaway problem #65923
                                        Olly
                                        Admin & Mod

                                          can you please enable debug there as wellplease i.e

                                          Set your debug configuration in your wp-config.php like so:
                                          define(“WP_DEBUG”, true);
                                          define(“WP_DEBUG_LOG”, true);
                                          define(“WP_DEBUG_DISPLAY”, false);/*this should NEVER be true for production sites*/

                                          in reply to: Changing gateaway problem #65921
                                          Olly
                                          Admin & Mod
                                            This reply has been marked as private.
                                          Viewing 20 posts - 41 through 60 (of 4,356 total)