Real-Time Social Proof Notifications
Recent Purchases — show live order notifications pulled from real sales data
Boost conversions with real-time social proof notifications — display recent purchases, cart additions, and wishlist activity to create urgency and FOMO.
Key Features:
Additional Services
Built-in from day one. No add-ons, no upsell, no licence keys to renew.
Recent Purchases — show live order notifications pulled from real sales data
Real or Fake Activity — use genuine data or fall back to a curated pool of fake names and locations during low-traffic periods
Custom templates — fully styled phtml templates for Hyva and Luma
Touch-friendly — dismissible with a tap on mobile devices
MEQP compliant — passes Adobe's Magento Extension Quality Program
Live Activity - Social Proof & FOMO Notifications for Magento 2. Panth Live Activity displays real-time social proof notifications in Magento 2 — recent purchases, cart additions, and wishlist activity. Boost conversions with FOMO-driven urgency popups. Configurable fake names, locations, featured products, animation styles, and mobile-responsive design. Compatible with Magento 2.4.4 - 2.4.8, PHP 8.1 - 8.4, Hyva and Luma themes.
Engineered for magento 2 social proof, magento 2 live activity, magento 2 fomo notifications — ships with sensible defaults, full admin controls, and zero JavaScript bloat. Works identically on Hyva and Luma; passes Adobe MEQP with zero severity-10 violations.
Boost conversions with real-time social proof notifications — display recent purchases, cart additions, and wishlist activity to create urgency and FOMO. Configurable fake names, locations, featured products, animation styles, and mobile-responsive design.
Panth Live Activity is a powerful social proof and FOMO (Fear of Missing Out) notification extension for Magento 2 that displays real-time customer activity on your storefront — recent purchases, cart additions, and wishlist saves. These subtle, non-intrusive popups build trust, create urgency, and are proven to lift conversion rates by showing shoppers that other people are actively buying from your store.
Configure everything to match your brand: display real activity from your database or use curated fake names and locations when traffic is low, highlight featured products, choose from multiple animation styles (slide-in, fade, bounce, zoom), tune the display frequency, and enjoy a fully mobile-responsive design that looks great on every device. Compatible with both Hyva and Luma themes.
Get a free quote for your project in 24 hours — custom modules, Hyva themes, performance optimization, M1→M2 migrations, and Adobe Commerce Cloud.
Kishan SavaliyaTop Rated Plus on Upwork 100% Job Success • 10+ Years Magento Experience Adobe Certified • Hyva Specialist |
Panth Infotech AgencyMagento Development Team Custom Modules • Theme Design • Migrations Performance • SEO • Adobe Commerce Cloud |
Visit our website: kishansavaliya.com | Get a quote: kishansavaliya.com/get-quote
ThemeConfigShoppers are significantly more likely to complete a purchase when they see that others are actively buying from the same store. Live activity notifications tap into three powerful psychological triggers:
Panth Live Activity is designed to leverage all three without being intrusive or spammy.
| Requirement | Versions Supported |
|---|---|
| Magento Open Source | 2.4.4, 2.4.5, 2.4.6, 2.4.7, 2.4.8 |
| Adobe Commerce | 2.4.4, 2.4.5, 2.4.6, 2.4.7, 2.4.8 |
| Adobe Commerce Cloud | 2.4.4 — 2.4.8 |
| PHP | 8.1.x, 8.2.x, 8.3.x, 8.4.x |
| MySQL | 8.0+ |
| MariaDB | 10.4+ |
| Hyva Theme | 1.0+ (native support) |
| Luma Theme | Native support |
| Required Dependency | mage2kishan/module-core ^1.0 |
composer require mage2kishan/module-live-activity
bin/magento module:enable Panth_Core Panth_LiveActivity
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento setup:static-content:deploy -f
bin/magento cache:flush
app/code/Panth/LiveActivity/ in your Magento installationPanth_Core is installed (required dependency)bin/magento module:enablebin/magento module:status Panth_LiveActivity
# Expected output: Module is enabled
Navigate to Admin → Stores → Configuration → Panth Extensions → Live Activity to configure the module.
| Setting | Default | Description |
|---|---|---|
| Enable Live Activity | Yes | Master toggle to show/hide notifications on the storefront. |
| Notification Types | Purchases, Cart, Wishlist | Select which activity types to display. |
| Use Real Data | Yes | Pull notifications from real orders/carts/wishlists. |
| Use Fake Names | No | Fall back to configurable fake names when real data is insufficient. |
| Fake Names Pool | (sample list) | Comma-separated list of first names used for fake notifications. |
| Fake Locations Pool | (sample list) | Comma-separated list of city/country pairs. |
| Featured Products | — | Select SKUs to prioritize in the rotation. |
| Animation Style | Slide-In | Slide-In, Fade, Bounce, Zoom. |
| Display Interval | 8 seconds | Seconds between notifications. |
| Display Duration | 5 seconds | Seconds each notification remains visible. |
| Position | Bottom-Left | Bottom-Left, Bottom-Right, Top-Left, Top-Right. |
| Page Scope | All Pages | Restrict display to specific page types. |
| Mobile Enabled | Yes | Show notifications on mobile devices. |
"Sarah from New York just purchased Premium Running Shoes — 5 minutes ago"
"Michael from London just added Wireless Headphones to cart — 2 minutes ago"
"Emma from Sydney just added Leather Handbag to wishlist — 10 minutes ago"
Highlight hand-picked SKUs (flash sale items, new arrivals, or high-margin products) in a dedicated rotation that appears alongside real activity.
| Style | Description |
|---|---|
| Slide-In | Smoothly slides in from the corner (default) |
| Fade | Subtle fade-in/fade-out transition |
| Bounce | Playful bounce entry for casual brands |
| Zoom | Zoom-in scale effect for premium brands |
Animation duration and easing curves are configurable via CSS custom properties for fine-tuned branding.
Panth Live Activity is mobile-first by design:
prefers-reduced-motion — disables animations for accessibility| Issue | Cause | Resolution |
|---|---|---|
| Notifications not appearing | Module disabled or cache | Enable in admin, then run bin/magento cache:flush |
| No real activity showing | Low traffic or no recent orders | Enable Use Fake Names as fallback |
| Notifications on wrong pages | Page scope too restrictive | Review Page Scope setting |
| Animation choppy on mobile | Heavy theme or 3rd-party JS conflict | Try a different animation style or disable on mobile |
| Hyva storefront not showing popups | Static content not deployed | Run bin/magento setup:static-content:deploy -f |
No. The notification feed is cached, assets are lightweight, and the JS runs asynchronously after page load.
Only first names (or curated fake names) and city-level locations are shown — no personally identifiable information is exposed. Always review your local regulations.
Yes. Disable Use Fake Names in configuration and the module will only show genuine activity.
Yes. Panth Live Activity is natively compatible with Hyva themes using Alpine.js — no jQuery required.
Yes. Use the Page Scope setting to restrict display to specific page types.
Yes. All settings respect Magento's standard scope hierarchy (default → website → store view) and all strings are translatable via Magento's __() function.
Yes. Override the phtml template in your custom theme under Panth_LiveActivity/templates/notification.phtml.
Yes. mage2kishan/module-core is a required dependency and is pulled in automatically by Composer.
| Channel | Contact |
|---|---|
| kishansavaliyakb@gmail.com | |
| Website | kishansavaliya.com |
| +91 84012 70422 | |
| GitHub Issues | github.com/mage2sk/module-live-activity/issues |
| Upwork (Top Rated Plus) | Hire Kishan Savaliya |
| Upwork Agency | Panth Infotech |
Response time: 1-2 business days.
Looking for custom Magento module development, Hyva theme customization, store migrations, or performance optimization? Get a free quote in 24 hours:
Specializations:
Panth Live Activity is licensed under a proprietary license — see LICENSE.txt. One license per Magento installation.
Built and maintained by Kishan Savaliya — kishansavaliya.com — a Top Rated Plus Magento developer on Upwork with 10+ years of eCommerce experience.
Panth Infotech is a Magento 2 development agency specializing in high-quality, security-focused extensions and themes for both Hyva and Luma storefronts. Our extension suite covers SEO, performance, checkout, product presentation, customer engagement, and store management — over 34 modules built to MEQP standards and tested across Magento 2.4.4 to 2.4.8.
Browse the full extension catalog on the Adobe Commerce Marketplace or Packagist.
Ready to boost conversions with social proof?
SEO Keywords: magento 2 social proof, magento 2 live activity, magento 2 fomo notifications, magento 2 sales boost, magento 2 urgency notifications, magento 2 recent sales popup, magento 2 social proof extension, magento 2 conversion optimization, magento 2 trust notifications, magento 2 activity feed, hyva social proof, hyva live activity, luma social proof extension, magento 2 fake notifications, magento 2 wishlist notifications, magento 2 cart activity, magento 2 purchase popup, magento 2 featured product notifications, magento 2 animation styles, magento 2 mobile responsive notifications, magento 2 conversion rate optimization, mage2kishan live activity, panth infotech live activity, kishan savaliya magento, magento 2.4.8 social proof module, magento 2 PHP 8.4 social proof, hire magento developer upwork, top rated plus magento freelancer, custom magento development, adobe commerce fomo, magento 2 urgency plugin, magento 2 recent orders popup, magento 2 buying activity, magento 2 shopper notifications
| Module Category | Marketing |
|---|---|
| Best For | All Sizes |
No. The notification feed is cached, assets are lightweight, and the JS runs asynchronously after page load.
Only first names (or curated fake names) and city-level locations are shown — no personally identifiable information is exposed. Always review your local regulations.
Yes. Disable Use Fake Names in configuration and the module will only show genuine activity.
Yes. Panth Live Activity is natively compatible with Hyva themes using Alpine.js — no jQuery required.
Yes. Use the Page Scope setting to restrict display to specific page types.
Yes. All settings respect Magento's standard scope hierarchy (default → website → store view) and all strings are translatable via Magento's __() function.
Yes. Override the phtml template in your custom theme under Panth_LiveActivity/templates/notification.phtml.
Yes. mage2kishan/module-core is a required dependency and is pulled in automatically by Composer.
Panth Malware Scanner is built specifically for Magento 2 filesystems — it understands the directory layout, knows which folders are writable from the frontend, and ships signatures tuned for Magento-targeted threats (Magecart skimmers, PolyShell webshells, admin-layout injection). Traditional AV tools scan everything with generic signatures and produce noise.
Yes. The module ships dedicated Hyva templates built with Alpine.js and Tailwind CSS. Theme detection is automatic via Panth_Core.
No. Panth Core is completely free and will remain free forever. It is the foundation library that other (paid) Panth extensions depend on.
No. Merchant-authored labels (anything other than empty, the product name, Image, main product photo, or the raw filename) are preserved. Only Magento's default placeholders get upgraded to template output.
No — any valid WhatsApp number works. However, a WhatsApp Business account is strongly recommended for commercial use (auto-replies, labels, catalog).
Yes, on the product detail page. When the module is enabled, the default gallery.phtml is replaced with the Panth gallery (one template for Hyva, another for Luma — chosen automatically).
Unlimited. Each form has a unique identifier and its own submissions scope.
No. The head block is cacheable="true" so the full JSON-LD payload is baked into full-page cache. Providers only run on uncached renders; cached hits serve the pre-rendered <script> tag with zero PHP evaluation.
Yes. The module ships with two purpose-built templates — Alpine.js + Tailwind for Hyva and vanilla JS for Luma — and auto-switches based on your active storefront theme.
Yes. When enabled, Panth Footer takes over the footer.container block and renders its own configurable footer. You can disable it any time to restore the default footer.
Talk to Kishan directly — written quote, scope and timeline within 24 hours. No sales call.
Live Activity Social Proof for Magento 2