Olly

Forum Replies Created

Viewing 20 posts - 3,521 through 3,540 (of 4,446 total)
  • Author
    Posts
  • 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

                                      in reply to: Private: Question: Google Cloudprint #8637
                                      Olly
                                      Admin & Mod

                                        >Can you do the following with the Google Cloudprint?

                                        probably, but doesn’t really have anything to do with the plugin, but more with the printer setup i would have thought

                                        in reply to: import/export plugin settings #8636
                                        Olly
                                        Admin & Mod

                                          certainly something that could be done (and i can see the usefulness of it)

                                          more likely to be achieved/done by adding a constant to the wp-config.php and the plugin
                                          (as in: if defined(‘SOME_CONSTANT’) -> do not install defaults / only set order page or some such thing)

                                          will have to think about this for a bit and put it on my list of things to do . (though no ETA i can promise right now)

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

                                            a) make sure your timezones are set correctly (wp->general->settings, as well as in the php.ini)

                                            b)furthermore, i know of other plugins, that change/override/disregard the timezone settings and just use UTC for example. nothing i can do about other plugins messing around with or totally ignoring those settings.

                                            Having said that, I know that with some/many plugins it tends to be better to use actual timezones (in the wordpress setup) like “london/europe” as opposed to “UTC -3” (or whatever would appropriate). certainly worth a try …

                                            c) always a chance that this bit/behaviour is something my end.
                                            however, in all events so far i have only ever found that other plugins mess this up or the timezones (wp / php.ini) are not set correctly

                                          Viewing 20 posts - 3,521 through 3,540 (of 4,446 total)