Olly

Forum Replies Created

Viewing 20 posts - 2,561 through 2,580 (of 4,447 total)
  • Author
    Posts
  • in reply to: Text before articels and order time missing #17613
    Olly
    Admin & Mod

      >I assume the older jquery is a leftover from or loaded by another plugin.
      looks to me more like it’s your theme, but i cannot tell .

      >How do I remove it or prevent it from loading?
      remove the plugin that loads it or get it fixed by the plugin developer and if it’s the theme remove it / fix it there

      in reply to: Text before articels and order time missing #17610
      Olly
      Admin & Mod

        just having had a quick look.
        your theme loads an additional (and old) version of jquery alongside the version that comes with WP.

        that’s never a good idea in any case, and I suspect your problem lies there

        (doing that will most likely also cause many other issues now or in the future)

        in reply to: Text before articels and order time missing #17609
        Olly
        Admin & Mod

          ok.
          i’ll check in out in more detail tomorrow.(kind of late here)

          in reply to: Order mail rejected #17542
          Olly
          Admin & Mod
            in reply to: Order mail rejected #17540
            Olly
            Admin & Mod

              >The problem was that AOL does not accept mails that are not send from an AOL account but have a reply to an AOL account in their header.

              i am highly suspicious of that statement.

              ” AOL does not accept mails that are not send from an AOL account” …..really ? AOL only sends to itself ?

              although I do not know your setup – and might of course be completely wrong – my guess would be your from address is not set up to be from your server and/or does not exists (that big red DMARC notice unless you turned it off)

              but then again, maybe AOL are really that dumb these days..

              >I just ereased these line in wppizza.send-emails.inc.php and it works
              and you will never be able to upgrade/update again.
              this (editing corefiles) is definitely the wrong way to do things and it cannot possible be right to not allowing a reply to address…..

              anyway, just my 2 cents. you can do as you wish of course

              in reply to: Email Template Question #17525
              Olly
              Admin & Mod

                >Is that the same one you’re talking about?

                yes.

                in reply to: Email Template Question #17523
                Olly
                Admin & Mod

                  > I’ve worked with filters and such before, just never with WP Pizza,
                  this has nothing to do with wppizza . filters work the same everywhere. wppizza or not.

                  >and I’m not finding any documentation that helps me do what I’m trying to do

                  I gave you all you need.
                  the subject line is made up of three parts. all of which are filterable . (and the parameters passed to the filter in the file i mentioned near the beginning of this topic should be self-explanatory)

                  i must admit, I do not know what more info it is you are looking for really.

                  in reply to: Email Template Question #17521
                  Olly
                  Admin & Mod

                    i think you need to learn how wordpress filters work.
                    you do not unset filters. you use filters (and their related functions) to change things as required based on the arguments passed

                    in reply to: Email Template Question #17519
                    Olly
                    Admin & Mod

                      you use filters to change what they return.
                      the subject line is made out of 3 parts (as mentioned) filterable by those 3 filters

                      in reply to: Email Template Question #17517
                      Olly
                      Admin & Mod
                        This reply has been marked as private.
                        in reply to: Label delivery orders #17486
                        Olly
                        Admin & Mod

                          there’s no inbuilt way as such, but if you want, you could use the hidden input elements that have the class wppizza_order_transaction_id and add classes that display your icon (via jQuery I would have thought) where the value of that hidden element has “COD” in it – or something along these lines anyway

                          in reply to: [wppizza_dbp] Without Ok Button #17485
                          Olly
                          Admin & Mod

                            you cannot.
                            although it was originally like this (many versions ago) it would mean that – if the user accidentally chooses the wrong postcode he would not be able to change it until he goes to the order page. therefore the “OK” button is mandatory/exists

                            in reply to: Set postcode to login user postcode #17483
                            Olly
                            Admin & Mod

                              >But plugin still show old user post code 1000

                              unless you are caching the order page, this is simply not possible.

                              but once you have set it/changed it , the session is set and it will keep whatever you have done previously. i.e your session data takes precedence over the profile data once it is set

                              in reply to: Email Template Question #17481
                              Olly
                              Admin & Mod

                                add the email address to the subject line (in wppizza->ordrer form ) which adds the email to the “prefix”, and then just empty/unset the other two

                                in reply to: Email Template Question #17427
                                Olly
                                Admin & Mod

                                  there are 3 filters that work in conjunction (for details look at those inc/wppizza.send-emails.inc.php)

                                  wppizza_filter_email_subject_prefix
                                  wppizza_filter_email_subject
                                  wppizza_filter_email_subject_suffix

                                  you will probably want to filter by template id ($tpl_id)

                                  this will be much more streamlined and less convoluted (like everything really) in v3.x when it comes out. for the moment, it is what it is

                                  in reply to: Order History Updates Taking Too Long #17420
                                  Olly
                                  Admin & Mod

                                    >Thanks Olly, I’ll give debugging a shot and will let you know.
                                    you should also disable all other plugins/customisations.

                                    for other questions/problems, please start a new topic

                                    in reply to: Order History Updates Taking Too Long #17418
                                    Olly
                                    Admin & Mod
                                      in reply to: Order History Updates Taking Too Long #17417
                                      Olly
                                      Admin & Mod

                                        as it turns out , that ” someone else reporting the same problem” is actually another person from your company/coworker referring to the same server, so:

                                        after a couple of tests here, this still works just fine and instantaneous
                                        as a start, i would suggest /ask that you not only turn on debug but also check your mailservers (error) log

                                        once you have done that , let me know if there’s anything in those logs that would help us

                                        as it is just you with this problem, the issue will be elsewhere as I can assure you i would have heard about this many more times by now given the number of times that gateway is in use

                                        let me know what you find in the logs

                                        in reply to: Order History Updates Taking Too Long #17416
                                        Olly
                                        Admin & Mod

                                          it seems this is very recent problem with Stripe.
                                          Stripe is (or at least was until a few days ago as far as i can tell) virtually instantaneous.

                                          However, I just get the same notice from someone else reporting the same problem.

                                          Allow me to contact Stripe to see what’s going on as generally Stripe is actually the best gateway to use in my opinion

                                          I will let you know as soon as I get some feedback from Stripe

                                          thanks for your patience and letting me know

                                          in reply to: The order by dragging categories – small bug #17403
                                          Olly
                                          Admin & Mod

                                            >Can I see a development version 3.x?

                                            no, there’s nothing to see yet. when there is i’ll add something here
                                            http://blog.wp-pizza.com/

                                          Viewing 20 posts - 2,561 through 2,580 (of 4,447 total)