Cart Peek: real-time cart social proof for WooCommerce (Free) - #150
Open
ShahrearMSf wants to merge 1 commit into
Open
Cart Peek: real-time cart social proof for WooCommerce (Free)#150ShahrearMSf wants to merge 1 commit into
ShahrearMSf wants to merge 1 commit into
Conversation
- New Types/WooCommerceCartPeek: Pro-badged Conversions-family card with 6 desktop + 3 mobile themes (rendered via the Sales conversion pipeline) and Customize-tab fields for the shopper-facing cart confirmation popup (heading, button labels, count/list/total multi-product display) - New Extensions/WooCommerce/WooCommerceCartPeek: WooCommerce source stub; behaviour lives in the Pro override via the namespace-swap pattern - Register the type and extension in TypesFactory / ExtensionFactory - Theme preview images under assets/admin/images/extensions/themes/cart-peek/ - Composer classmap entries for the two new classes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
NotificationX's Sales notifications show past purchases — shoppers read them as history — but the moment that actually decides a sale is the hesitation right before Add-to-Cart, which nothing in the plugin covers today.
Cart Peek closes that gap with a truthful, real-time "N shoppers have this in their cart" card, turning the highest-intent object in the store — the cart — into live social proof that lifts product-page conversion.
Research backing the impact is linked at the bottom.
Summary
Adds the new Cart Peek notification type to the WooCommerce family — a live social-proof card ("N shoppers have this in their cart") shown on product/shop pages. This PR is the Free half: the notification type, its themes, the builder fields, and registration. The live-count engine + exit-intent popup ship in the Pro companion PR (Cart Peek extends this Free stub via the namespace-swap pattern).
Feature proposal / spec: https://gist.github.com/ShahrearMSf/ea5b506a7094a95230ece859a12e834b
What's in this PR
Types/WooCommerceCartPeek.php— new Pro-badged Conversions-family type. 6 desktop + 3 mobile themes (rendered through the existing Sales conversion pipeline — no new frontend paradigm), plus Customize-tab fields for the shopper-facing cart-confirmation popup (heading, button labels, and count/list/total multi-product display).Extensions/WooCommerce/WooCommerceCartPeek.php— Free WooCommerce source stub (WooCommerce icon + "WooCommerce" source title); all runtime behaviour lives in the Pro override.Types/TypesFactory.php,Extensions/ExtensionFactory.php— register the type + extension.assets/admin/images/extensions/themes/cart-peek/— 9 theme preview thumbnails (6 desktop, 3 mobile).vendor/composer/autoload_*.php— classmap entries for the two new classes only.How it works (Free side)
Testing
php -lclean on all changed/added PHP files; no fatals indebug.log.Notes
Research & references (impact case)