Olly

Forum Replies Created

Viewing 20 posts - 2,841 through 2,860 (of 4,447 total)
  • Author
    Posts
  • in reply to: Send Order Mail after confirmation #15316
    Olly
    Admin & Mod

      if you look at the code at
      https://support.wp-pizza.com/topic/send-email-on-admin-status-update/

      it sets plaintext headers and only what you set the message to be like inside the $message variable

      so the message, headers etc you want to send/set you have to create.
      if you want to use one of the templates, look at the admin-get-json.php as a starting point
      inside

      
      /*************************************************************************************
      *
      *
      *	[order history -> print order]
      *
      *
      *************************************************************************************/
      if($_POST['vars']['field']=='print-order' && $_POST['vars']['id']>=0){
      
      /*........code..........*/
      
      }
      
      in reply to: Changes in the order history #15294
      Olly
      Admin & Mod
        This reply has been marked as private.
        in reply to: saving blank orders to db #15268
        Olly
        Admin & Mod

          what’s your mysql version?
          what version of wppizza?

          in reply to: Changes in the order history #15258
          Olly
          Admin & Mod

            Hmm,
            the idea of the plugin isn’t really for usage as an internal ordering system so to speak but to allow customers to order things over the/your website for delivery or self-pickup, in which case everything WOULD be ordered at once (and just one bill would need to be printed).
            Nor is the scope of it to be a table reservation system or some such .

            Bearing that in mind, I don’t think there will ever be a function that “clears the table” for the next sitting. After all, the plugin does not know anything about your tables, regardless of whether or not you just renamed a field.

            However, one could think about a way to either combine various orders into one, or being able to add more items to an already existing order, either one will open another big can of worms though.
            I will add this to my list of ideas, but cannot give you any ETA as to when or even if this will ever be available/implemented.

            All I can say though it’s most definitely not going to happen in the next few months as I do not plan to add any additional functionality of that magnitude to wppizza v2.x
            Perhaps in v3+ (which I am working on at the moment). But that’s months away yet

            in reply to: Test orders on live websites #15229
            Olly
            Admin & Mod

              what’s wrong with the “delete” button ?!?

              in reply to: Print – More info #15183
              Olly
              Admin & Mod

                where/how have you added the table number ? if you add a filed called “table number” for example in the order form settings then it will print (it cannot print what doesn’t exist of course)

                it’s just a wild guess though. maybe you want to do something different somehow but you’ll have to elaborate

                in reply to: Thank you page #15169
                Olly
                Admin & Mod

                  perhaps some server unresponsiveness…who knows

                  in reply to: Thank you page #15167
                  Olly
                  Admin & Mod

                    sounds like javascript errors

                    in reply to: Will/Is there a delivery management module? #15161
                    Olly
                    Admin & Mod

                      no, sorry. there is no such module/integration (not yet anyway, and not likely to be in the foreseeable future)

                      in reply to: Will/Is there a delivery management module? #15158
                      Olly
                      Admin & Mod

                        not 100% sure what exactly you are referring to, but if your enquiry is about such things like DHL, FedEx etc tracking, then the answer is no. sorry.

                        in reply to: Order emails show tiny fonts #15084
                        Olly
                        Admin & Mod

                          >We used to get regular size font but i don’t know what happened to the system that made the font smaller.

                          no do i. i havent changed anything, so i must assume it’s your end somewhere

                          in reply to: Order emails show tiny fonts #15081
                          Olly
                          Admin & Mod

                            sounds more like an email client issue as noone else seems to have that problem.
                            though there is a way to increase font sizes (by using certain filters), i think it would be a better idea if you were to send me the link to your site so i can do a test order to have a look first of all as to what the emails look like when i get them here

                            in reply to: Whit print in adress field #15066
                            Olly
                            Admin & Mod

                              actually, what just occurred to me is that – as your wppizza version is quite old – your db collation has probably not been updated either regardless off what mysql version you use.
                              so that would probably be the issue

                              see here
                              https://support.wp-pizza.com/topic/error-sorry-we-could-not-find-this-order-2/
                              as to what the db structure should be (especially all the utf8mb4_unicode_ci collation statements)

                              MAKE A BACKUP before you change db tables !!

                              in reply to: admin-ajax.php and wppizza #15064
                              Olly
                              Admin & Mod

                                apologies. this would of course be the wordpress admin ajax.php

                                in any event , this is of course a server call and as i have no idea what those colours in your image mean (and indeed can only see parts anyway), i cannat tell you what ‘s going on on your server. might well be just slow server response time or the server trying to cache things when it should not….millions of possibilities

                                in reply to: admin-ajax.php and wppizza #15063
                                Olly
                                Admin & Mod

                                  your screenshot details (the way they are displayed) make no sense.
                                  wppizza has no file admin-ajax.php ….(and you should not put the cart on the order page anyway – in case you have)

                                  in reply to: tax rate not appearing on Orders page #15020
                                  Olly
                                  Admin & Mod

                                    without a link i cannot even begin to guess

                                    in reply to: Whit print in adress field #14927
                                    Olly
                                    Admin & Mod

                                      i *can* tell you , that it could happen if you are using an old mysql version or of course if you did something in your customisation that could cause it (but i do not know anything about that of course)

                                      as – according to you – your mysql version is >=5.5 i can only assume that it’s something in your customisation as you are the only one reporting it…

                                      in reply to: Ingredients Sorting #14917
                                      Olly
                                      Admin & Mod

                                        wppizza->ingredients -> options:
                                        *Added* ingredients display options -> by order set

                                        in reply to: Whit print in adress field #14915
                                        Olly
                                        Admin & Mod

                                          PS: your version is also 9 months old. i don’t update the plugins out of boredom but to improve or and/or fix things
                                          i would advise you to update the plugin (not withstanding what i have been saying about the mysql version above) as you *might* find your “problem” will magically disappear…

                                          in reply to: Payeezy gateway #14914
                                          Olly
                                          Admin & Mod

                                            enabled wp_debug ?
                                            anything there ?
                                            again, nothing changed in the plugin(s) except you moving servers i believe so the chances are it’s somewhere there….
                                            make sure the webserver has the right permissions too (chown if necessary)

                                          Viewing 20 posts - 2,841 through 2,860 (of 4,447 total)