Olly

Forum Replies Created

Viewing 20 posts - 1,381 through 1,400 (of 4,454 total)
  • Author
    Posts
  • in reply to: single product page #34713
    Olly
    Admin & Mod
      in reply to: New field/row for ingrediends in print template #34694
      Olly
      Admin & Mod

        sorry, but this really is not anything like a simple thing to do
        this is all added via filters (there is no “file” you could edit) as column counts also change dynamically
        you would also most likely seriously run out of space you have in that column (which is why it is added underneath to stretch across all column)

        more importantly, i also cannot see why this would be an urgent requirement or indeed what would be the actual benefit of doing this
        Feel free of course to make a case for it and maybe i can make this an option one day (but even then , it’s not going to happen in the immediate future I’m afraid)

        in reply to: Items that do not interfere with minimum total #34693
        Olly
        Admin & Mod

          as of wppizza version 3.2.5 this – i believe – works again as intended

          in reply to: Weird Critical Error #34692
          Olly
          Admin & Mod

            you see, the issue is, that i do not understand how your mail.log / program can say

            “….. recipients : [email protected], [email protected] ….. recipient address not accepted by server etc etc ”

            if the plugin simply does not do that.
            the email entered by the customer (i.e for this example [email protected]) is never in the main recipients list , but in the cc (unless you setup a separate template – which you have not – to send to the customer of course)
            so the mail sending program is failing the ENTIRE email even if only the cc is invalid ?
            surely , it should still send the stuff (and will get a bounce from the cc)

            can you talk to whoever administers your mailserver about this please as this makes no sense to me
            (PS wppizza 3.2.5 will also add a little more detail to those 10003 error emails to be able to dig a bit deeper if needs be )

            in reply to: Weird Critical Error #34618
            Olly
            Admin & Mod

              thanks for those
              could you also please post (or send to dev[at]wp-pizza.com) a screenshot of
              wppizza->templates ?
              thanks

              in reply to: PHP 7.0 #34603
              Olly
              Admin & Mod

                you have a jquery 500 error you need to fix
                look at your console

                in reply to: PHP 7.0 #34600
                Olly
                Admin & Mod

                  and the error you are getting would be ….?

                  in reply to: Weird Critical Error #34578
                  Olly
                  Admin & Mod

                    actually , let me ask you another way first

                    can you do an order on YOUR site with this kind of wrong email – i.e [email protected] – and let me know if you still get the same error /warning email ?

                    maybe it’s a one-off due to caching issues (as you have removed version numbers from resources)

                    in reply to: Weird Critical Error #34577
                    Olly
                    Admin & Mod

                      > how to explain..
                      that’s fine

                      thing is, a wrong email by the customer should not trigger this email (i’ll spare you the details why not)
                      as the error is – as it says – “EMAIL TO SHOP FAILED” which is about the email to the shop, not the customer
                      let me see if i can reproduce this here with that @gmai.com

                      (i might have to ask you for some admin screenshots at some point , but will try to reproduce this first )

                      in reply to: Weird Critical Error #34576
                      Olly
                      Admin & Mod

                        Also: (and then i shut up for now)

                        I’ll investigate:
                        >After update from 3.2.2. to 3.2.3 my custom opening times are now duplicated
                        though i don’t think this will make any difference as such to the functionality, it nevertheless should be fixed (assuming it’s a bug in the plugin – which seems quite possible from what you are describing – and not caused by something totally different)
                        thanks for flagging it

                        in reply to: Items that do not interfere with minimum total #34574
                        Olly
                        Admin & Mod

                          hmm,
                          the option exists already (wppizza->order settings->Exclude menu items from calculation)
                          however, this *seems* to be broken in v3.x of the plugin (I’m quite certain it worked in v2.x)
                          I’ll have to investigate, but it might take some time as getting this wrong could mess up a number of other things

                          in reply to: Weird Critical Error #34573
                          Olly
                          Admin & Mod

                            by “customer” you mean your “customer” that has the website and the settings in (admin) wppizza->order settings->emails, right?
                            (as opposed to the “normal” website visitor/customer mistyping his email address in the checkout page …?)

                            in reply to: Weird Critical Error #34571
                            Olly
                            Admin & Mod

                              @onlieidltd
                              see : https://www.wp-pizza.com/topic/order-issue/ for a starting point
                              “Could not instantiate mail function.” is not a plugin issue but a setup/server issue

                              in reply to: PHP 7.0 #34554
                              Olly
                              Admin & Mod

                                >Do all your plugins work with PHP 7?
                                yup
                                (provided you are using recent versions of course)

                                in reply to: Custom Email Template #34476
                                Olly
                                Admin & Mod

                                  I’ve already answered that directly to the email you sent (as you will know)
                                  but in case someone reads this and has the same question :

                                  logo:
                                  you’d have to use css / background images (assuming your email type is set to html of course , otherwise adding images is not going to work anyway) in the css customisation of each template
                                  typically in
                                  Section Styles – Site Details -> Table
                                  where the default would normally be
                                  padding: 30px; text-align: center; background-color: #21759B; color: #FFFFFF;

                                  footer text :
                                  the footer text can be set in
                                  wppizza->localization -> Templates Other->Footer : text after summary / totals [html allowed – use linebreaks for newlines in plaintext output]

                                  PS:
                                  i believe there might still be some legacy (v2.x) localization strings that are not even used any more in v3 and should be deleted from the plugin
                                  however, i need to take a little bit of time at some point and do this carefully so as not to delete the wrong stuff…
                                  (furthermore, some localization strings would no doubt benefit from being re-organized into their respective / appropriate sections … a “todo” on my behalf in a near future update)

                                  in reply to: cant access upgrade docs #34418
                                  Olly
                                  Admin & Mod

                                    temporary issue, should now be resolved

                                    in reply to: Orders not sending email. #34296
                                    Olly
                                    Admin & Mod
                                      This reply has been marked as private.
                                      in reply to: Orders not sending email. #34215
                                      Olly
                                      Admin & Mod

                                        as i have no idea what Zoho is or supposed to do, i cannot comment really

                                        in reply to: Orders not sending email. #34213
                                        Olly
                                        Admin & Mod

                                          wppizza also has it’s own smtp option
                                          however, if something else hijacks the wp phpmailer somehow , then this might not help

                                          in reply to: Orders not sending email. #34211
                                          Olly
                                          Admin & Mod

                                            thanks
                                            programatically speaking, the emails are being sent by the plugin
                                            however, clearly, they are not being received (or even sent), so something is interfering

                                            you are also caching the orderpage !please read here
                                            https://docs.wp-pizza.com/faqs/?section=using-a-cache-plugin

                                            furthermore, have you tried disabling all other non-wppizza plugins (especially the amzaon ses) ?

                                          Viewing 20 posts - 1,381 through 1,400 (of 4,454 total)