Olly

Forum Replies Created

Viewing 20 posts - 3,501 through 3,520 (of 4,451 total)
  • Author
    Posts
  • Olly
    Admin & Mod

      on second thoughts.
      give me five minutes and i might be able to send you something you could try

      Olly
      Admin & Mod

        server software update i would have thought..

        Olly
        Admin & Mod

          >This is unchecked.
          and it should be unchecked (in fact, i will take that option out one day altogether)

          either way it’s your server (php/’curl) setup speak to your host or administrator
          see also here (in general)

          https://www.google.co.uk/?gws_rd=ssl#q=cURL+error:+%5B60%5D+SSL+certificate+problem:+unable+to+get+local+issuer+certificate

          and here in particular

          http://stackoverflow.com/questions/17478283/paypal-access-ssl-certificate-unable-to-get-local-issuer-certificate

          Olly
          Admin & Mod

            and, is your site using SSL ?

            Olly
            Admin & Mod

              what version of the paypal plugin ?

              in reply to: Currency and prise layout #8689
              Olly
              Admin & Mod

                in fact, there is also a filter (in the same file)
                wppizza_filter_output_format_price

                you can use to do your x.– if you want

                in reply to: Strange issue with pickup option. #8687
                Olly
                Admin & Mod

                  definitely something to do with using anchors . i’ll see what i can do

                  in reply to: Currency and prise layout #8682
                  Olly
                  Admin & Mod

                    for the time being, you will have to live with it as is, but i put it on my list of requests. maybe i can add an option at some point to display .00 as .–

                    regarding dots after the kr you can use a filter . namely
                    wppizza_filter_currencies located in common.output.formatting.functions.inc.php

                    in reply to: Time in reports seems to be off #8681
                    Olly
                    Admin & Mod

                      lol
                      >if UTC, convert the timestamp to WP time with some function, multiply by 1000’s

                      what i said there is of course nonsense.
                      one would recalc the current time to UTC once of course and then compare the db entries as opposed to recalculating every db entry and comparing them to current time..
                      anyway though, the rest still applies

                      in reply to: Time in reports seems to be off #8679
                      Olly
                      Admin & Mod

                        and with regards to the link you posted. the following applies here as far as i am concerned

                        Event time: eg, the time when an international sporting event happens, or a coronation/death/etc. This is dependent on the timezone of the event and not of the viewer.

                        in reply to: Time in reports seems to be off #8678
                        Olly
                        Admin & Mod

                          first of all, the only times that actually get stored are the order and update time in the order table (as far as i remember anyway) and there is no calculation going on there as it just uses a mysql timestamp. (a bit more about this below)

                          secondly – and more importantly as far as i am concerned – consider the following:
                          store order time as UTC.
                          go to admin ->reports which – obviously – uses the times stored in the order table to figure out when was what order done.
                          if UTC, convert the timestamp to WP time with some function, multiply by 1000’s
                          if *not* UTC, do not run a function , multiply function to run by == 0
                          (same would be the case for various other places, just not that excessively)

                          furthermore. the order time SHOULD be fixed to the timezone here in my book.
                          if i make an order at 4PM at the timezone we are in it was still at 4PM 10 months later when the server moves elsewhere and their timezones are different, not suddenly at 6PM or 2PM or whatever

                          although nothing to do with reports, there seems to be a transient issue with wordpress under certain circumstances
                          https://wordpress.org/support/topic/set_transient-seem-to-use-server-time-regardless-of-timezone

                          lastly, i have also seen plugins that totally disregard other plugins and overwrite/change wp time with their own stuff screwing everybody else. So it does not make any difference what time YOUR plugin is using as someone else thinks THEIR time should be used

                          in any case, all of the above is not ever a problem if the timezones match.
                          i know of some hosting companies arguments , that the server time should be utc because visitors to the site come from all parts of the world. as far as i am concerned, this is complete rubbish as the server itself (and the shop that is running on that server) is NOT in different parts of the world but in a very distinct location

                          regarding the mysql timestamp. currently it inserts the time into the timestamp column by itself so to speak (there’s not insert time() into timestamp_column)

                          one could probably change that to do insert wp_time into timestamp_column which should at least overcome the times saved are being wp_times , regardless of php.ini settings.
                          i will mull this over for a bit

                          in reply to: Register the clients #8661
                          Olly
                          Admin & Mod
                            in reply to: Reports: File Location #8657
                            Olly
                            Admin & Mod

                              >What do you recommend about having this put in…
                              nothing.

                              if you want, you can put it in the feature request section, but absolutely no guarantees when (if ever) i will be able to do anything about this

                              in reply to: Reports: File Location #8655
                              Olly
                              Admin & Mod

                                in any case , it’s pretty much pure javascript

                                in reply to: Reports: File Location #8654
                                Olly
                                Admin & Mod

                                  these files are not modifiable.
                                  you will never be able to update the plugin again …

                                  in reply to: Time in reports seems to be off #8652
                                  Olly
                                  Admin & Mod

                                    >But I think our database and webserver are both configured with different timezones.

                                    that’ll be why then

                                    >Can database or webserver settings have any effect on the report screen?
                                    absolutely

                                    in reply to: All time slots showing when open. #8650
                                    Olly
                                    Admin & Mod

                                      > so I’m guessing the pre-order extension will have problems when the time change by an hour

                                      only if you have the caching enabled. just uncheck that box in preorder->options and you should be fine (just slows things down a bit)

                                      in reply to: Currency and prise layout #8647
                                      Olly
                                      Admin & Mod

                                        if you really must have a dot you’ll have to use some pseudo css:after selector though

                                        in reply to: Currency and prise layout #8646
                                        Olly
                                        Admin & Mod

                                          wppizza->layout: All other [cart, order page, email] currency symbols

                                          in reply to: Question: How to change Menu size #8638
                                          Olly
                                          Admin & Mod

                                            that’s down to your theme (or your css) how you want to display things.
                                            that isn’t really “the job” of the plugin so to speak.

                                            of course, you can also just edit/filter the template(s) as required

                                          Viewing 20 posts - 3,501 through 3,520 (of 4,451 total)