Skip to content

mage2sk/module-live-activity

Repository files navigation

Panth Live Activity — Social Proof & FOMO Notifications for Magento 2 | Panth Infotech

Magento 2.4.4 - 2.4.8 PHP 8.1 - 8.4 Hyva Compatible Packagist GitHub Upwork Top Rated Plus Panth Infotech Agency Website

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.


🚀 Need Custom Magento 2 Development?

Get a free quote for your project in 24 hours — custom modules, Hyva themes, performance optimization, M1→M2 migrations, and Adobe Commerce Cloud.

Get a Free Quote

🏆 Kishan Savaliya

Top Rated Plus on Upwork

Hire on Upwork

100% Job Success • 10+ Years Magento Experience Adobe Certified • Hyva Specialist

🏢 Panth Infotech Agency

Magento Development Team

Visit Agency

Custom Modules • Theme Design • Migrations Performance • SEO • Adobe Commerce Cloud

Visit our website: kishansavaliya.com  |  Get a quote: kishansavaliya.com/get-quote


Table of Contents


Key Features

Real-Time Social Proof Notifications

  • Recent Purchases — show live order notifications pulled from real sales data
  • Cart Additions — display when shoppers add products to their carts
  • Wishlist Activity — highlight products being saved by other visitors
  • Featured Products — prioritize promoted SKUs in the rotation queue

Configurable Display Options

  • Real or Fake Activity — use genuine data or fall back to a curated pool of fake names and locations during low-traffic periods
  • Animation Styles — slide-in, fade, bounce, zoom
  • Display Frequency — control interval between notifications
  • Display Duration — how long each notification stays on screen
  • Position — bottom-left, bottom-right, top-left, top-right
  • Page Scope — show on homepage, category, product, cart, or all pages

Customization & Branding

  • Custom templates — fully styled phtml templates for Hyva and Luma
  • Brand colors — inherits theme tokens via Panth_Core ThemeConfig
  • Product image, title, price — auto-populated from catalog
  • Clickable notifications — link directly to the featured product page

Mobile-First Responsive Design

  • Touch-friendly — dismissible with a tap on mobile devices
  • Adaptive layout — scales cleanly from 320px to desktop
  • Performance-conscious — lightweight JS, lazy-loaded images
  • Hyva Alpine.js compatible — zero jQuery dependency on Hyva stores

Security & Performance

  • MEQP compliant — passes Adobe's Magento Extension Quality Program
  • Cached queries — activity feed cached to minimize database load
  • GDPR-conscious — first names only, no personal data exposure
  • No third-party CDN calls — all assets served from your store

Why Social Proof Works

Shoppers 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:

  1. Social Proof — "If others are buying, it must be good."
  2. FOMO (Fear of Missing Out) — "This product is popular — I should grab it before it's gone."
  3. Urgency — Real-time activity creates a sense that the store is alive and busy.

Panth Live Activity is designed to leverage all three without being intrusive or spammy.


Compatibility

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

Installation

Composer Installation (Recommended)

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

Manual Installation via ZIP

  1. Download the latest release ZIP from Packagist or the Adobe Commerce Marketplace
  2. Extract the contents to app/code/Panth/LiveActivity/ in your Magento installation
  3. Ensure Panth_Core is installed (required dependency)
  4. Run the same commands as above starting from bin/magento module:enable

Verify Installation

bin/magento module:status Panth_LiveActivity
# Expected output: Module is enabled

Configuration

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.

Notification Types

Recent Purchases

"Sarah from New York just purchased Premium Running Shoes — 5 minutes ago"

Cart Additions

"Michael from London just added Wireless Headphones to cart — 2 minutes ago"

Wishlist Saves

"Emma from Sydney just added Leather Handbag to wishlist — 10 minutes ago"

Featured Product Rotation

Highlight hand-picked SKUs (flash sale items, new arrivals, or high-margin products) in a dedicated rotation that appears alongside real activity.


Animation Styles

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.


Mobile Responsiveness

Panth Live Activity is mobile-first by design:

  • Compact layout on screens under 480px — product image, title, and timestamp only
  • Tap-to-dismiss — users can swipe or tap to hide a notification
  • Safe-area aware — respects iOS notch and Android gesture areas
  • Reduced frequency on mobile by default to avoid interrupting shoppers
  • Respects prefers-reduced-motion — disables animations for accessibility

Troubleshooting

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

FAQ

Will this slow down my storefront?

No. The notification feed is cached, assets are lightweight, and the JS runs asynchronously after page load.

Is it GDPR compliant?

Only first names (or curated fake names) and city-level locations are shown — no personally identifiable information is exposed. Always review your local regulations.

Can I use only real data, no fakes?

Yes. Disable Use Fake Names in configuration and the module will only show genuine activity.

Does it work with Hyva?

Yes. Panth Live Activity is natively compatible with Hyva themes using Alpine.js — no jQuery required.

Can I show notifications only on product pages?

Yes. Use the Page Scope setting to restrict display to specific page types.

Does it support multi-store / multi-language?

Yes. All settings respect Magento's standard scope hierarchy (default → website → store view) and all strings are translatable via Magento's __() function.

Can I customize the notification template?

Yes. Override the phtml template in your custom theme under Panth_LiveActivity/templates/notification.phtml.

Is Panth_Core required?

Yes. mage2kishan/module-core is a required dependency and is pulled in automatically by Composer.


Support

Channel Contact
Email kishansavaliyakb@gmail.com
Website kishansavaliya.com
WhatsApp +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.

💼 Need Custom Magento Development?

Looking for custom Magento module development, Hyva theme customization, store migrations, or performance optimization? Get a free quote in 24 hours:

Get a Free Quote

Hire on Upwork    Visit Agency    Visit Website

Specializations:

  • 🛒 Magento 2 Module Development — custom extensions following MEQP standards
  • 🎨 Hyva Theme Development — Alpine.js + Tailwind CSS, lightning-fast storefronts
  • 🖌️ Luma Theme Customization — pixel-perfect designs, responsive layouts
  • Performance Optimization — Core Web Vitals, page speed, caching strategies
  • 🔍 Magento SEO — structured data, hreflang, sitemaps, AI-generated meta
  • 🛍️ Checkout Optimization — one-page checkout, conversion rate optimization
  • 🚀 M1 to M2 Migrations — data migration, custom feature porting
  • ☁️ Adobe Commerce Cloud — deployment, CI/CD, performance tuning
  • 🔌 Third-party Integrations — payment gateways, ERP, CRM, marketing tools

License

Panth Live Activity is licensed under a proprietary license — see LICENSE.txt. One license per Magento installation.


About Panth Infotech

Built and maintained by Kishan Savaliyakishansavaliya.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.

Quick Links


Ready to boost conversions with social proof?
Get Started


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

About

Live Activity and Social Proof notifications — real-time purchase, cart, and wishlist activity with configurable fake names, locations, animations, and featured products.

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE.txt
Unknown
COPYING.txt

Stars

Watchers

Forks

Packages

 
 
 

Contributors