WPIntell

Source evidence

Clean data

Live Carts for WooCommerce: Track Real-Time, Abandoned, and Converted Carts! · support · 2024-07-14T13:20:00+00:00

complaintsentiment
mediumseverity
0.81relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

4 / 26 rows with source links

15.4% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

22 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
abouelsaad unresolved
There is any option to remove data for last days or weeks or clean all collected data permanently? Hi there, Currently there is no option to trigger data removal in the admin. The plugin does automatically clean up some data via a recurring scheduled wp-cron task, but other data is retained even when the carts no longer appear in the list in the admin (some of this data may be used to generate statistics, for example). If you want to clean up data manually, you will find cart data in the wp_phplugins_carts and wp_phplugins_cart_contents tables in your database. If you remove carts from wp_phplugins_carts , their contents should automatically be purged from wp_phplugins_cart_contents when the scheduled task runs next, since it is designed to remove orphaned cart contents.

Comments

1 shown
Anonymous User 2024-07-25T22:41:00+00:00

Hi there, Currently there is no option to trigger data removal in the admin. The plugin does automatically clean up some data via a recurring scheduled wp-cron task, but other data is retained even when the carts no longer appear in the list in the admin (some of this data may be used to generate statistics, for example). If you want to clean up data manually, you will find cart data in the wp_phplugins_carts and wp_phplugins_cart_contents tables in your database. If you remove carts from wp_phplugins_carts , their contents should automatically be purged from wp_phplugins_cart_contents when the scheduled task runs next, since it is designed to remove orphaned cart contents.