Open ssofnosaj opened 1 year ago
Thanks for reporting the issue, @ssofnosaj. I've moved it to the correct repository for the plugin. At a guess, this could be one of the compatibility issues where some other plugin interferes with the Matomo plugin.
Hi @ssofnosaj, can you provide the Matomo for Wordpress system report from the Matomo > Diagnostics page?
Sure can!
# Matomo
@ssofnosaj can you try the following with Matomo enabled:
define('WP_DEBUG', true);
define('WP_DEBUG_LOG', true);
Trigger the issue with the cart emptying.
Find the debug.log file (which should be in the same folder as the wp-config.php file) and email it to me at dizzy@innocraft.com. (Afterwards you can remove the changes to wp-config.php and the debug.log file.)
Matomo for WordPress Version 4.15.2 WooCommerce Version 8.2.1 Wordpress Version 6.3.2
Had an issue where items would be added to the cart okay, but then sometimes on View Cart and always on Checkout, the cart would empty itself.
After going through the disable-all-the-plugins and reactivate-one-at-a-time process, Matomo seems to be the culprit! No idea why. But it's all working fine now with Matomo disabled.