Thank you for your message.
To investigate why the cart contents are not updating, we’ll need a bit more information. Could you please provide the following:
- Steps to reproduce the issue
- Any custom code or plugins that might affect cart behavior
- WooCommerce system status report (WooCommerce → Status → Get system report)
- Relevant error logs (from WooCommerce or server logs)
- Browser console errors (if any)
Once we have this information, we’ll be able to dig deeper and help you resolve the issue more effectively.
The contents
field in the phplugins_cart_contents
table has insufficient length (2048 characters). The field type should be changed to TEXT to store more complex content.
Product Link Should Be:
$product->get_permalink()
Not get_permalink()
User Link Should Be:
add_query_arg( 'user_id', $user->ID, self_admin_url( 'user-edit.php' ) )
This plugin is absolutely fantastic! Thank you for your selfless contributions. I’m a developer from China, and I’m currently using your plugin. Its design and approach have taught me some really useful things.
Hi there!
Thank you very much for your feedback — it’s really appreciated.
Regarding the Live Carts issue:
We’ve added a fix for the database structure. It now changes the column to TEXT upon plugin update (one-time), so it can properly accommodate longer content.
We’ve also updated the way the product link is generated.
👉 As for the user link, we’d like to understand your concern better. Could you clarify if the current implementation doesn’t work for your case? This will help us assess and improve it.
Thank you once again for your input — it really helps us make the plugin better!
Reviews like yours play a huge role in helping other developers find the plugin, and it means a lot to us!