Olly

Forum Replies Created

Viewing 20 posts - 821 through 840 (of 4,446 total)
  • Author
    Posts
  • Olly
    Admin & Mod

      >I will be happy even if computer/device has to be on, if that will print automaticky

      yes, i understand that, but if you are happy with a computer being running , then various solutions (if you want to call it that) already exist from what i can see i.e https://appuals.com/how-to-prints-emails-and-attachments-automatically/
      no need to re-invent the wheel I would think

      alternatively, as far as i know, there are also already plenty of printers that can poll an email address and print out what’s in the email queue.

      Essentially, I/We are looking for something that can print directly from the site when an order is received without any computer being in between. Furthermore, I will only spend time developing such a thing if it is somewhat universally usable, i.e something that works for more or less all or at least a majority of printers, not something that needs a different plugin for each different printer or some such

      in reply to: [customers to choose the time to pick up their order] #46569
      Olly
      Admin & Mod

        @umut
        i think what you meant to say was : there’s the pre-order plugin for that
        https://support.wp-pizza.com/downloads/wppizza-preorder/

        (i don’t think anybody would want to preorder a plugin/software …… lol)

        in reply to: Sort Order History with Preorders #46530
        Olly
        Admin & Mod

          Hi
          i can see why you might want to do that.
          However, I do not think it will be that easy to implement unfortunately.
          I’ll see what I can do, but cannot make any promises at the moment I’m afraid

          in reply to: fixed delivery charges not updating #46504
          Olly
          Admin & Mod

            the giveaway is also that – when you view the source of your pages – they start with
            [some space /tab/here]<!DOCTYPE html>
            instead of just
            <!DOCTYPE html>

            (i.e some space/tab or whatever is being output before the html)

            in reply to: fixed delivery charges not updating #46503
            Olly
            Admin & Mod

              ok, then something in the theme is outputting content when it should not.
              in 99.9 % of the cases this is because some file starts with [something here]<?php instead of just <?php
              (i.e an additional space or linebreak, or any other character before the <?....
              – there should never be anything before the opening php )

              i would suggest you check your functions.php (theme and/or child theme) first of all and in particular any modifications you have made yourself to any (child)theme files

              in reply to: fixed delivery charges not updating #46499
              Olly
              Admin & Mod

                >..fix this..
                as stated. set the debug constants as in the troubleshooting link provided

                in reply to: fixed delivery charges not updating #46497
                Olly
                Admin & Mod

                  and your issue is probably here

                  [05-Feb-2020 15:14:17 UTC] PHP Warning: session_start(): Cannot start session when headers already sent in ……./wp-content/plugins/wppizza-delivery-by-postcode/v3x.php on line 1603

                  i.e. you are outputting stuff in ajax requests (by another plugin) which will make sessions not work
                  such as
                  …The each() function is deprecated. …
                  etc etc

                  the plugin authors should of course fix this, but – as stated – simply do not output but log error messages to bypass these kind of problems

                  in reply to: fixed delivery charges not updating #46495
                  Olly
                  Admin & Mod

                    >and added this to wp-config (because it’s not a production site)….
                    understood, but do *not* do this

                    wppizza (and many many other plugins) will use ajax requests.
                    wppizza in particular, uses php sessions as well
                    if your setup outputs *any* errors/warnings/notices anywhere, sessions will simply not work

                    i.e debug display ,must be off if you want to make sure it’s not a session issue (and to get meaningful error logs)

                    in reply to: fixed delivery charges not updating #46489
                    Olly
                    Admin & Mod

                      back to the issue at hand

                      a) please update your plugins (especially the main wppizza plugin – what you are using is almost a year old, even though i do not think this is the problem)
                      b)please enable debug like so : https://docs.wp-pizza.com/troubleshooting/

                      in reply to: fixed delivery charges not updating #46487
                      Olly
                      Admin & Mod

                        CHANGE THAT LOGIN NOW !!!!
                        YOU POSTED IT PUBLICLY . ANYONE CAN GUESS WHAT THE LOGIN LOCATION IS

                        in reply to: fixed delivery charges not updating #46468
                        Olly
                        Admin & Mod

                          ok
                          (you should definitely check your browser console and make sure that your php sessions are working)

                          in reply to: fixed delivery charges not updating #46466
                          Olly
                          Admin & Mod

                            i need the actual url of the site please

                            in reply to: fixed delivery charges not updating #46462
                            Olly
                            Admin & Mod

                              without – at least – a link to the site (and better still, screenshots of your plugin settings too) i cannot really say anything

                              Olly
                              Admin & Mod

                                > re: https://www.papercut.com/products/free-software/mobility-print/
                                unless I’m mistaken, this seems somewhat pointless as a computer/device has to be on
                                Make the switch from Google Cloud Print to easy printing from Chromebooks, iPads, iPhones, Macs, Windows, and Android devices.
                                So one of the following solutions here is just as valid i would think (and easier too)
                                https://appuals.com/how-to-prints-emails-and-attachments-automatically/

                                The beauty of cloudprint was/is that you can directly print to the printer *without* another device in between, so i don’t think “papercut” is the alternative we are looking for

                                in reply to: Stripe Sofort Payments: No news orders displayed #46330
                                Olly
                                Admin & Mod

                                  >Or is there simply no other possibility because the confirmation will “take 2 business days but can take up to 14 days (to confirm the success or failure of a payment)”?

                                  that is exactly it. unless the payment is confirmed by the bank, it will not show up as paid.
                                  there’s nothing the plugin can do. this is the bank(s) taking up to 14 days to confirm.
                                  personally – for precisely that reason – i would never use sofort (unless your business is something where it does not matter too much if it takes 14 days for payments to be received.. but only you can decide that )

                                  one thing though : if it does NEVER complete in the system , then that’s usually because the required webhook is not set-up in the live account (this does not seem to be the case from what you are saying, so am only mentioning it here for completeness sake)

                                  in reply to: Minicart #46295
                                  Olly
                                  Admin & Mod

                                    or just keep it very simple and set position->bottom in the layout->minicart settings

                                    in reply to: Minicart #46294
                                    Olly
                                    Admin & Mod

                                      you should look at the minicart options here
                                      wp-admin/edit.php?post_type=wppizza&page=layout

                                      maybe attach the minicart to a different element (“Append to element”) instead of the default body element
                                      as you have a number of static elements on your page you might also need to adjust some padding/margins on those
                                      kind of all depends on where exactly you want to display this .i.e what you want to display topmost etc etc

                                      in reply to: Can not klick on buttons #46291
                                      Olly
                                      Admin & Mod

                                        to start off with:
                                        your pages are cached please read here
                                        https://docs.wp-pizza.com/getting-started/?section=setup
                                        and in particular
                                        https://docs.wp-pizza.com/faqs/?section=using-a-cache-plugin

                                        in reply to: WordPress backend changes #46240
                                        Olly
                                        Admin & Mod

                                          Good stuff.
                                          happy to hear it. I’ll make that part of the next wppizza update.

                                          Thanks for letting me know / testing the fix

                                          in reply to: WordPress backend changes #46190
                                          Olly
                                          Admin & Mod
                                            This reply has been marked as private.
                                          Viewing 20 posts - 821 through 840 (of 4,446 total)