Forum Replies Created

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • in reply to: Variable products bug #20283
    Lennert Stock
    Participant

    I’m afraid ftp is even more restricted… we’d basically have to temporarily switch to another ftp server and open our firewall. Let me know if you want to get or put something there, I’ll play your manual ssh/ftp.

    in reply to: Variable products bug #20280
    Lennert Stock
    Participant

    Unfortunately we cannot give ssh access because of the security setup.

    in reply to: Variable products bug #20277
    Lennert Stock
    Participant

    I sent the details for staging to your admin email address, let me know if you didn’t get these.

    This is a good product for testing:
    https://www.staging.wildewolf.nl/product/skinz-hertenhuid-bot-40-85g-akyra/

    in reply to: Variable products bug #20276
    Lennert Stock
    Participant

    We have a staging environment, I’ll have access for you setup next week. I’ll check there with Redit Object Cache and WP Rocket disabled first.

    in reply to: Variable products bug #20273
    Lennert Stock
    Participant

    Acumulus: door Buro RaDer
    https://burorader.com/ – 8.1.1

    HTML in Category Descriptions: door Arno Esterhuizen – 1.2.3
    Autoptimize Pro Add-on: door optimizingmatters
    futtta – 2.2.1.1

    Autoptimize: door Frank Goossens (futtta) – 3.1.10
    Burst Statistics – Privacy-Friendly Analytics for WordPress: door Really Simple Plugins – 1.5.3
    Change wp-admin login: door wpexpertsio – 1.1.8
    Classic Widgets: door WordPress Contributors – 0.3
    Complianz Privacy Suite (GDPR/CCPA) premium: door Really Simple Plugins – 7.0.4
    Complianz – Terms and Conditions: door Really Simple Plugins – 1.2.7
    Easy Auto SKU Generator for WooCommerce: door Dan Zakirov – 1.1.8
    Discount Rules and Dynamic Pricing for WooCommerce: door Discount Team – 8.4.0
    Flexible Shipping PRO: door Octolize – 2.17.2
    Flexible Shipping: door Octolize – 4.24.7
    Google Listings and Ads: door WooCommerce – 2.5.14
    GTM Kit: door TLA Media – 1.18
    Homepage Control: door WooThemes – 2.0.3
    Jetpack Boost: door Automattic – Jetpack Site Speed team – 2.2.1
    Jetpack Protect: door Automattic – Jetpack Security team – 1.4.2
    Jetpack: door Automattic – 12.9.3
    Kiyoh Customerreview: door kiyoh – 1.0.30
    MailPoet Premium: door MailPoet – 4.41.0
    MailPoet: door MailPoet – 4.41.0
    Mollie Payments for WooCommerce: door Mollie – 7.4.1
    Really Simple SSL: door Really Simple Plugins – 7.2.1
    Redis Object Cache: door Till Krüss – 2.5.0
    ShortPixel Adaptive Images: door ShortPixel – 3.8.2
    SOFT79 Vervaldatums for WooCommerce PRO: door Soft79 – 1.6.0
    Stock Exporter for WooCommerce: door PT Woo Plugins (by Webdados) – 1.2.0
    Storefront Blog Customiser: door WooCommerce – 1.3.0
    Storefront Footer Bar: door WooThemes – 1.0.4
    Storefront Mega Menus: door WooCommerce – 1.6.2
    Storefront Powerpack: door WooCommerce – 1.6.3
    Storefront Product Sharing: door WooCommerce – 1.0.6
    Storefront Reviews: door WooCommerce – 1.0.6
    Two Factor Authentication: door David Anderson
    originele plugin door Oskar Hane en verbeterd door Dee Nutbourne – 1.14.17

    WC Hide Shipping Methods: door Rynaldo Stoltz – 1.5
    WooCommerce Google Analytics Integration: door WooCommerce – 1.8.12
    MyParcel: door MyParcel – 4.22.1
    PDF Invoices & Packing Slips for WooCommerce: door WP Overnight – 3.7.5
    PDF Invoices & Packing Slips for WooCommerce – Professional: door WP Overnight – 2.15.3
    WooCommerce Product Bundles: door WooCommerce – 6.22.5
    WooCommerce Product Search: door itthinx – 5.1.1
    WooCommerce: door Automattic – 8.4.0
    Yoast SEO Premium: door Team Yoast – 21.7
    Yoast SEO: door Team Yoast – 21.7
    Mail logging – WP Mail Catcher: door James Ward – 2.1.6
    Widgets for Google Reviews: door Trustindex.io – 11.3
    WP Rocket | Deactivate WooCommerce Refresh Cart Fragments Cache: door WP Rocket Support Team –
    WP Rocket: door WP Media – 3.15.6
    WP Rollback: door WP Rollback – 2.0.5
    Yoast SEO: WooCommerce: door Team Yoast – 16.0

    in reply to: Variable products bug #20271
    Lennert Stock
    Participant

    Ah, yes I checked those, but those go fine. Here your plugin isn’t involved so that led me to believe it’s the expiry plugin.

    in reply to: Variable products bug #20269
    Lennert Stock
    Participant

    A variable product without variations? Did you mean a Simple Product? It doesn’t have the bug with simple products, same scenario in the video leads to a purchasable product on the frontend.

    in reply to: Variable products bug #20267
    Lennert Stock
    Participant
    in reply to: Found date bug #19276
    Lennert Stock
    Participant

    P.S. In wp-settings.php it does this:

    // WordPress calculates offsets from UTC.
    // phpcs:ignore WordPress.DateTime.RestrictedFunctions.timezone_change_date_default_timezone_set
    date_default_timezone_set( ‘UTC’ );

    Meaning that although you might still want to fix it for edge cases, it was really a bug at my end and a fix is not absolutely required in the plugin.

    in reply to: Found date bug #19275
    Lennert Stock
    Participant

    Found that bug in my setup, somewhere it sets the timezone to Amsterdam to calculate shipping time, but did not set it back to the original timezone (UTC), which is how it should be.

    I fixed that and can confirm your code works fine then without the patch.

    in reply to: Found date bug #19274
    Lennert Stock
    Participant

    Yeah I wondered about that on my setup. If I change WP timezone to say London, it still showed up Europe/Amsterdam in PHP. But my PHP ini has it set to UTC. Didn’t investigate further.

    in reply to: Found date bug #19272
    Lennert Stock
    Participant

    Europe/Amsterdam

    in reply to: Found date bug #19270
    Lennert Stock
    Participant

    Here’s the output of a product with expiry 10 sep 2023 CET, seems correct:

    Date: 1694296800 formatted: 10 september 2023 timezone: DateTimeZone Object ( [timezone_type] => 3 [timezone] => Europe/Amsterdam )
    date_i18n: 2023-09-09 22:00:00
    wp_date: 2023-09-10 00:00:00

Viewing 13 posts - 1 through 13 (of 13 total)