Hi @mikeyhash,
We have a database table named as “wp_ac_abandoned_cart_history_lite” in which we store all the abandoned cart information including product reports. We do not have any custom table for storing the information of product reports.
If you want to check this in detail then you can check the code present in the file “class-wcal-product-report-table” of our plugin.
>> Also, I was expecting to be able to delete these recordings (which could get massive in time) directly from the plugin’s settings.
: It is not possible to delete the product reports but we have a setting “Automatically Delete Abandoned Orders after X days” in which you can set a value which will automatically delete the abandoned cart orders after X days. Once the abandoned cart information is deleted, it will delete the information from the database table also. So it should delete the product information from the Product Reports tab also.
Please note that the abandoned cart will be deleted from the Abandoned Orders tab if you will set that setting.
Regards,
Priyanka Jagtap