Pierre

Results 9 comments of Pierre

Hi @donnchawp! I've ran some tests with the following snippet: ```php // This forces usage of cookie user storage instead of WC session add_filter( 'wcml_user_store_strategy', function() { return 'cookie'; }...

Hello, I don't think the problem you are experiencing are related to wpsidecomments plugin. Try to disable this plugin and check if the issue persist.

Hi @nk-o, There's no documented API on WPML, but some filter hooks could be used to programatically include custom configurations for blocks. 1. filter hook `wpml_config_array`: It's triggered when WPML...

Thanks for looking into this @aheckler. If I may suggest one more thing, it would be OK for us if just have to set a constant in `wp-config.php`. It could...

Thanks @aheckler, The purpose of our automated end-to-end tests is to have a context very close to what the final user would have. We click on buttons, fill forms, ......

Thanks @aheckler! I've followed the workflow from https://github.com/woocommerce/woocommerce-gateway-stripe/issues/2936#issuecomment-2048840993: temporarily downgrade to 7.9.3 in order to set the test keys, then update to the latest version to continue our tests. At...

Hi @aheckler! Sorry for my late reply, I was away from work for some time... We ended up using version `7.9.3` to setup our test site and then update the...

@galbaras, as mentioned in the description, this issue was caught in an automated end-to-end tests where we don't use HTTPS.