Viewing 1 replies (of 1 total)
  • Plugin Author penthouseplugins

    (@penthouseplugins)

    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.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.