
WordPress Plugin

WordPress Plugin
GNU GPL
Unlimited websites
$5.99
Save —
One-time purchase
Secure checkout · Instant access
★★★★★
4.8
I tested WPC Share Cart for WooCommerce on a fairly normal WooCommerce mess: custom child theme, WP Rocket, Elementor on product pages, and a checkout stack held together with duct tape and bad decisions.
The plugin does one job: lets a customer save/share a cart through a generated link. Someone clicks the link, the cart gets restored or replaced. That’s it. No “AI sales funnel synergy” nonsense. Thank God.
I installed it through Plugins -> Add New -> Upload Plugin, activated it, then went to:
WP Admin -> WPClever -> Share Cart
That’s where most of the usable stuff lives: button label, share/cart behavior, social sharing toggles, and where the share block appears on the cart page.
On my GPL build of WPC Share Cart for WooCommerce, there was no annoying license wall blocking the actual feature. It worked with unlimited site usage in the normal WordPress sense: install the ZIP, activate, configure, done.
Manual updates are just the usual WordPress routine: download the newer ZIP, go to Plugins -> Add New -> Upload Plugin, and replace the old version. Not glamorous, but I’ll take that over some “activation server temporarily unavailable” circus.
The best part of WPC Share Cart for WooCommerce is that it doesn’t try to redesign the whole cart page.
It adds its share-cart UI around the WooCommerce cart flow instead of hijacking checkout like some plugins do. I absolutely hate plugins that think they own cart.php, checkout/form-checkout.php, and half the customer session.
I checked DevTools, Network tab, and the share action behaved cleanly. No giant React bundle. No 800KB admin script leaking into the frontend. The generated link restored the cart without making me scream into a mug.
The markup is not exactly beautiful.
You can change basic labels and enable/disable pieces in WPClever -> Share Cart, but if you want the HTML structure to match a custom theme perfectly, you’re not doing that in Elementor or the Customizer.
This is plugin-level PHP land.
The main place to inspect is:
wp-content/plugins/wpc-share-cart/wpc-share-cart.php
If your version has an includes/ directory, check there too for the class file that registers the frontend output. WPClever plugins usually keep the real logic in a class and wire it through WooCommerce hooks.
I wouldn’t edit plugin files directly unless you enjoy losing changes during updates. I used a small CSS patch in the child theme first:
wp-content/themes/my-child-theme/style.css
Then, for one ugly layout issue, I moved the block with a hook in:
wp-content/themes/my-child-theme/functions.php
That’s the sane path.
Here’s the actual dumb problem: with WP Rocket delay JS enabled, the copy/share button looked fine but did nothing.
Console showed the usual nonsense:
Uncaught TypeError: $ is not a function
Network also showed WooCommerce cart fragments firing late:
/?wc-ajax=get_refreshed_fragments
My fix was not “clear cache bro”. I went to:
WP Rocket -> File Optimization -> Delay JavaScript Execution -> Excluded JavaScript Files
And excluded:
jquery-core
jquery-migrate
wc-cart-fragments
wc-add-to-cart
wpc-share-cart
If you use LiteSpeed Cache, do the same under:
LiteSpeed Cache -> Page Optimization -> JS Settings -> JS Delayed Excludes
Also exclude the cart URL from full-page cache:
/cart/
And if your shared links use a query parameter, don’t cache that pattern either. Caching a restored cart page is how you accidentally show Bob’s camping gear to Susan. Lovely.
I checked the database because I’m paranoid.
On my setup, WPC Share Cart for WooCommerce did not create some weird custom table like wp_plugin_vendor_magic_cart_blob. WooCommerce still handled cart/session data through the normal session system, mainly around:
wp_woocommerce_sessions
I also looked in wp_options for transients after creating share links. Nothing terrifying jumped out.
That matters because I’ve seen cart plugins store serialized cart payloads forever like digital mold.
Things you can change from the admin:
Things you cannot nicely change in a builder:
For that, use functions.php, WooCommerce hooks, or a tiny custom plugin. Don’t jam fixes into Elementor HTML widgets like a raccoon with FTP access.
WPC Share Cart for WooCommerce is not fancy, but it’s useful.
For stores selling bundles, B2B quote-like carts, classroom supply lists, event kits, or “send this cart to your boss” situations, it’s honestly a lifesaver.
It has rough edges. The frontend output could be more theme-friendly. The JS can get bullied by aggressive optimization plugins. But compared to the bloated cart-sharing plugins I’ve had to debug, this one is refreshingly boring.
And boring WooCommerce plugins are underrated.
Disable full-page cache on /cart/ and exclude share-cart query URLs. Cached cart pages are poison.
Usually delayed JavaScript. Exclude jquery-core, wc-cart-fragments, and the plugin frontend script from delay/defer.
Only surface-level stuff. For real layout changes, use child theme CSS or move output with hooks in functions.php.
Not on my install. I saw normal WooCommerce session behavior around wp_woocommerce_sessions.
All products we provide come only from official sources and verified developers. To confirm their integrity and safety, the archive has been scanned for viruses and malware. You can review the scan results at any time by clicking the button below.
View in VirusTotalYou can use any product from our store on as many websites as you like.
Single purchase includes download access for 72 hours. Future version downloads require repurchase or an active membership.
Manual updates are available to customers with active access.
Yes, we do. In most cases, you can expect a reply within 24–72 business hours. For simpler issues, we’re often able to respond much sooner.
You can contact us via live chat or open a support ticket directly from the product page — whichever is more convenient for you.
No, there are no limits. We don’t believe in restricting downloads. If you need to download a product multiple times, that’s absolutely fine.
We use professional, high‑performance storage systems to ensure downloads are fast, stable, and hassle‑free.
No, license keys are not included or required. Because all items are distributed under the GNU General Public License (GPL), a license key is not necessary to access the software’s functionality.
All products you receive are fully authentic. The files are provided fully functional and optimized for immediate installation, allowing you to use them seamlessly right out of the box without any restrictions.
Yes — 100%. All products contain the original code and are legally redistributed under the GNU GPL v2/v3 license.
The main difference compared to purchasing directly from the original author is that we don’t offer premium author services, such as custom development or one‑on‑one technical support. Additionally, since the software is fully GPL-compliant, it is provided ready for use and can be freely installed on an unlimited number of websites.
Yes, we stand behind our products. If you encounter an issue that cannot be resolved or a technical problem without a workable solution, we’ll do our best to help — and if necessary, issue a full refund.
Please note that refunds are not available if the product works as described but simply does not meet personal expectations. We’ve also encountered cases where refund requests were made while the product was still in use, which we cannot allow.
Our approach is simple: fairness and transparency. If you ever have a concern, just reach out — we’re always open to finding a reasonable solution that works for both sides.

Reviews
There are no reviews yet.