Forum Replies Created
- AuthorPosts
- 24 March, 2015 at 8:44 pm in reply to: cURL error: [60] SSL certificate problem: unable to get local issuer certificate #8698
on second thoughts.
give me five minutes and i might be able to send you something you could try24 March, 2015 at 8:38 pm in reply to: cURL error: [60] SSL certificate problem: unable to get local issuer certificate #8697server software update i would have thought..
24 March, 2015 at 8:20 pm in reply to: cURL error: [60] SSL certificate problem: unable to get local issuer certificate #8694>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)and here in particular
24 March, 2015 at 8:07 pm in reply to: cURL error: [60] SSL certificate problem: unable to get local issuer certificate #8692and, is your site using SSL ?
24 March, 2015 at 8:07 pm in reply to: cURL error: [60] SSL certificate problem: unable to get local issuer certificate #8691what version of the paypal plugin ?
in fact, there is also a filter (in the same file)
wppizza_filter_output_format_priceyou can use to do your x.– if you want
definitely something to do with using anchors . i’ll see what i can do
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.phplol
>if UTC, convert the timestamp to WP time with some function, multiply by 1000’swhat 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 appliesand 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.
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 whateveralthough 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-timezonelastly, 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 locationregarding 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>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 any case , it’s pretty much pure javascript
these files are not modifiable.
you will never be able to update the plugin again …>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> 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)
if you really must have a dot you’ll have to use some pseudo css:after selector though
wppizza->layout: All other [cart, order page, email] currency symbols
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
- AuthorPosts