Cart recovery for WordPress

Cart recovery for WordPress brings abandoned cart recovery and tracking to your WordPress store.

3 database tables

Table NameDescriptionMethod
wp_crfw_cartStores crfw cart data created by this plugin.Static
wp_crfw_cart_eventStores crfw cart event data created by this plugin.Static
wp_crfw_cart_metaStores additional metadata (key-value pairs) for crfw cart records.Static

Core Table Usage

This plugin stores data in WordPress core tables rather than creating its own. These records may become orphaned if the plugin is uninstalled without a proper cleanup routine.

wp_options
Option key:checkout_urlOption key:crfw_anon_meta_clearup_processed_untilOption key:crfw_cart_completion_workingOption key:crfw_cart_saltOption key:crfw_cart_value_tracking_startedOption key:crfw_cron_last_runOption key:crfw_db_versionOption key:crfw_licence_Option key:crfw_licence_status_Option key:crfw_settings_Option key:woocommerce_tax_display_shop
wp_postmeta
Post meta