Description
The Real-Time Cart Tracking For WooCommerce plugin helps store owners monitor active shopping sessions in real time. Track potential buyers, gain insights into cart activity, and optimize your store’s conversion rate—all from an intuitive admin dashboard.
Features
- Track live cart activity for logged-in users.
- View customer details including name, email, country, and cart contents.
- Auto-remove abandoned carts when users leave.
- Admin panel with search and pagination support.
- Optimized performance using WordPress caching.
Usage
- After activation, go to Real Time Cart Insights in the WordPress admin menu.
- View the list of active carts with user details and cart contents.
- Use the Refresh button to update cart data.
- Search for users by email, first name, or last name.
How It Works
- The plugin captures cart data when a user adds/removes items.
- Cart data is stored in a custom database table (
wp_reat_time_cart
). - Entries automatically update when users modify their cart.
- Empty carts are deleted to keep data clean.
Hooks & Actions
The plugin uses the following WooCommerce hooks:
– woocommerce_cart_updated
– Saves cart data when items are added/updated.
– woocommerce_after_cart_item_quantity_update
– Updates cart quantity.
– woocommerce_removed_cart_item
– Removes items from tracking.
– woocommerce_add_to_cart
– Captures new cart additions.
Uninstalling
To remove the plugin and all stored data:
1. Deactivate the plugin from Plugins > Installed Plugins.
2. Delete the plugin.
3. (Optional) Remove the custom database table: wp_reat_time_cart
.
License
This plugin is licensed under the GPL-2.0+ License.
Installation
- Download the plugin ZIP file.
- Go to your WordPress dashboard.
- Navigate to Plugins > Add New.
- Click Upload Plugin and select the ZIP file.
- Click Install Now and activate the plugin.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Real-Time Cart Tracking For WooCommerce” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Real-Time Cart Tracking For WooCommerce” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
Version 1.3
- Initial release with real-time cart tracking
- Admin dashboard with live updates
- Search & pagination support
- Auto-remove empty carts