servitel
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Dates are gmt don’t workOn 5 different servers I have followed these steps:
- Disabled all plugins and used dates_are_gmt=false. Wrong result as explained on opening post
- Changed time zone to UTC+1. Wrong result again
- Changed timezone to London. Wrong result
I have no chances, just write a function at my end to fix this strange issue !
Forum: Plugins
In reply to: [WooCommerce] Dates are gmt don’t workThis is the call I made (just obfuscated keys)
/wp-json/wc/v3/products/?consumer_key=ck_xxx&consumer_secret=cs_xxx&modified_after=2023-04-13T18:35:02&status=publish&order=asc&per_page=100&dates_are_gmt=1The first prodct showed hae a modified gmt date 2023-04-13T18:34:32, BEFORE the date I request
This is the time setup (on all woocommerce I manage):
Thank for give me an idea on how to fix it !
Forum: Plugins
In reply to: [WooCommerce] Dates are gmt don’t workXue28 is disappeared ??
Forum: Plugins
In reply to: [WooCommerce] Dates are gmt don’t workI have tried the filter dates_are_gmt on 5 different woocommerce installations and the result is the same: the dates_are_gmt flag is ignored
All have the timezome set to Rome. The server time displayed by wordpress is right, the gmt time is right.
Any idea ?
Forum: Plugins
In reply to: [WooCommerce] Dates are gmt don’t workthis is the call (I have obfuscated credentials….)
One of the products displayed is this one with a gmt date modified BEFORE my requested date
"date_created":"2018-12-14T17:59:06",
"date_created_gmt":"2018-12-14T16:59:06","date_modified":"2023-04-12T16:20:10","date_modified_gmt":"2023-04-12T14:20:10"
Forum: Plugins
In reply to: [WooCommerce] On products list categories are displayed in alpha orderI have fixed the issue
The problem was made by flagging the full categories three and not the last level only !
If the three is this one: Master->Level2->Level3
The client have flagged Master, Level2 and Level3 and not Level 3 only !Forum: Plugins
In reply to: [WooCommerce] Why products count request was dismissed ???????The v3 is deprecated: I have tried the call but fails with error
I can’t ask to my customer to install a custom php code.
Is there a chance to have the count function available again?
Forum: Plugins
In reply to: [WooCommerce] How I can retrieve orders ready for shipment ?Hi Oyadeyi
I have decided to add some php code adding a custom status for speed up the developmentYou can close the topic
thanks