Chat on WhatsApp

Price Drop Notification Alerts for Magento 2

Convert browsers into buyers with automated price drop alerts. Customers subscribe to price drop notifications directly on product pages, a cron-based price monitor watches every subscribed SKU, and the module fires automated email notif…

Magento 2.4.6–2.4.8 PHP 8.1–8.4 Hyva + Luma Ready Free

Key Features:

  • Customer-Facing
  • Price Monitoring
  • Automated Email Notifications
  • Admin Dashboard

Additional Services

$0.00
In stock
SKU
panth-price-drop-alert
Links
Pay with Wise
Lifetime Updates Every Magento release
1-Year Free Support Email + WhatsApp
Adobe-Certified Magento 2 Developer
Free Forever No subscription, no upsell
What you get

Everything in the box

Built-in from day one. No add-ons, no upsell, no licence keys to renew.

Customer-Facing

Product page subscribe button — one-click "Notify Me on Price Drop" call-to-action on every product view page

Price Monitoring

Cron-based price tracking — scheduled cron job snapshots prices and detects drops automatically

Automated Email Notifications

Native transactional email — uses Magento's built-in email_templates.xml system, fully customizable

Admin Dashboard

Subscriptions grid — filter, sort, and search every active subscription by SKU, email, customer, or date

Developer-Friendly

Full UI component admin grids — modern Magento 2 UI component architecture

Overview

Panth Price Drop Alert is a price drop notification extension for Magento 2 and Adobe Commerce that converts browsing shoppers into buyers by emailing them automatically the moment a watched product's price falls.

The Panth Price Drop Alert module adds a single Notify Me on Price Drop button to any product page. Shoppers enter their email (or use their logged-in customer account) to subscribe, and a background cron job runs on the configured schedule to snapshot current prices, compare them against stored subscription baselines, and queue email notifications — whether the discount lands via catalog price rules, special prices, tier pricing, or a manual SKU update.

Emails are sent through Magento's native transactional email system, so merchants reuse the same SMTP, sender identity, and template inheritance they already trust. Every alert email includes a one-click unsubscribe link that satisfies CAN-SPAM and GDPR requirements.

The full admin dashboard surfaces every subscriber, every watched SKU, alert-sent history, and KPI counters with a 7-day trend chart so merchants can attribute recovered revenue back to specific price-drop campaigns. Subscribe-button placement is fully configurable — product view page, product list page, or both — and Hyvä plus Luma templates ship out of the box.

Best for:

  • Stores running frequent catalog price rules, special prices, or seasonal discount cycles
  • Fashion, electronics, and luxury catalogs with high-consideration purchase journeys
  • Merchants recovering abandoned product views without paying for a retargeting ad budget

What you get

Panth Price Drop Alert turns abandoned product views into recovered Magento 2 revenue:

  • Notify Me on Price Drop button on product view, product list, or both
  • Cron-based price monitor compares every watched SKU against its stored subscription baseline
  • Detects drops from catalog price rules, special prices, tier pricing, and manual SKU edits
  • Native Magento transactional email with one-click unsubscribe — CAN-SPAM and GDPR friendly
  • Admin dashboard with KPIs, 7-day trend, subscriber grid, and alert-sent history

Key Features

Customer-Facing

  • Product page subscribe button — one-click "Notify Me on Price Drop" call-to-action on every product view page
  • Guest and logged-in support — guests subscribe with just an email; logged-in customers subscribe with a single click
  • Per-product subscriptions — customers can watch unlimited SKUs independently
  • Unsubscribe link in every email — one-click opt-out, fully CAN-SPAM / GDPR compliant
  • My Account integration — logged-in customers see all their active alerts in the My Account area
  • Configurable placement — show button on product view page, product listing, or both

Price Monitoring

  • Cron-based price tracking — scheduled cron job snapshots prices and detects drops automatically
  • Detects every price type — catalog regular price, special price, catalog price rules, tier pricing, group pricing
  • Per-store scope — multi-store and multi-currency aware, each store view tracked independently
  • Configurable threshold — fire alerts only when drop exceeds a minimum percentage or amount
  • Throttling — prevents spamming customers with repeated alerts on the same SKU

Automated Email Notifications

  • Native transactional email — uses Magento's built-in email_templates.xml system, fully customizable
  • Pre-designed responsive template — mobile-friendly HTML email with product image, old price, new price, savings, and CTA
  • Sender and reply-to configurable — use any of Magento's standard sender identities
  • Localized — translation-ready for multi-language stores

Admin Dashboard

  • Subscriptions grid — filter, sort, and search every active subscription by SKU, email, customer, or date
  • Alert history — log of every notification sent, with delivery timestamps
  • Bulk actions — manually unsubscribe, resend, or mark as notified
  • Product-level view — see all subscribers for any given product from the admin product edit screen
  • CSV export — export subscriptions and alert history for analytics or CRM sync

Developer-Friendly

  • Full UI component admin grids — modern Magento 2 UI component architecture
  • Declarative db_schema.xml — Magento 2.4+ native schema management
  • Events and plugins — extend alert behavior without editing core files
  • MEQP compliant — passes Adobe's Magento Extension Quality Program

How It Works

  1. Customer visits product page — sees a "Notify Me on Price Drop" button below the price
  2. Customer subscribes — enters email (or is auto-filled if logged in) and clicks subscribe
  3. Subscription stored — module records customer, SKU, baseline price, store view, and timestamp
  4. Cron job runs — on your configured schedule (e.g. hourly), the price-check cron compares current prices against stored baselines
  5. Price drop detected — when the new price is lower (and exceeds any configured threshold), an email is queued
  6. Customer receives email — beautifully formatted email with old price, new price, savings, product image, and CTA
  7. One-click unsubscribe — every email contains a secure unsubscribe link
  8. Admin oversight — merchants can view, filter, export, and manage every subscription from the admin dashboard

Admin Dashboard

The admin menu lives under Panth Infotech → Price Drop Alert and provides:

  • Subscriptions Grid — every active alert subscription, filterable by SKU, email, customer, store, date
  • Alert History Grid — log of every notification sent, including delivery status and timestamps
  • Bulk Actions — unsubscribe selected rows, resend alerts, mark as notified
  • Per-Product Tab — on the admin product edit screen, a "Price Drop Subscribers" tab shows all subscribers for that specific SKU
  • CSV Export — Magento's native grid export for both grids, ready for CRM or analytics import

Email Notifications

The default email template (panth_pricedropalert_email_template) is registered in etc/email_templates.xml and can be fully customized via Marketing → Communications → Email Templates. Available template variables:

  • {{var customer.name}} — subscriber name (or "Customer" if guest)
  • {{var product.name}} — product name
  • {{var product.url}} — product page URL
  • {{var product.image}} — product image URL
  • {{var prices.old}} — original price (formatted)
  • {{var prices.new}} — new dropped price (formatted)
  • {{var prices.savings}} — absolute savings (formatted)
  • {{var prices.savings_percent}} — percentage savings
  • {{var unsubscribe_url}} — one-click unsubscribe link

Hyva & Luma Support

Panth_Core's theme detection automatically routes to the correct template:

  • Luma — Knockout.js subscribe form with AJAX submission and native Magento UI components
  • Hyva — Alpine.js + Tailwind CSS subscribe form, zero Knockout dependency, blazing-fast

Both implementations share the same backend controllers, so behavior is identical regardless of the active theme.


Quick Links


Ready to recover lost sales with automated price drop alerts?


SEO Keywords: magento 2 price alert, price drop notification, price tracking, sale alerts, magento email alerts, magento 2 price drop alert, magento 2 notify me on price drop, magento price drop email, magento 2 price monitoring, magento 2 wishlist price alert, magento 2 customer re-engagement, cart abandonment price alert, magento cron price check, magento 2 transactional email price drop, hyva price drop alert, luma price drop alert, magento 2.4.8 price alert module, php 8.4 magento price alert, panth price drop alert, panth infotech, mage2kishan, mage2sk, magento 2 subscription alerts, magento 2 back in stock vs price drop, magento 2 catalog price rule alert, magento 2 special price notification, magento 2 tier price alert, magento 2 conversion optimization, hire magento developer, top rated plus upwork magento, adobe commerce price alert, magento marketplace price drop

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+ (supported)
Luma Theme Native support
Required Dependency Panth_Core (free)

Installation

Composer Installation (Recommended)

composer require mage2kishan/module-price-drop-alert
bin/magento module:enable Panth_Core Panth_PriceDropAlert
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 to app/code/Panth/PriceDropAlert/ in your Magento installation
  3. Ensure Panth_Core is also installed (it is the free required dependency)
  4. Run the same commands as above starting from bin/magento module:enable

Verify Installation

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

After installation, navigate to:

Admin → Stores → Configuration → Panth Extensions → Price Drop Alert

Configuration

Settings live at Stores → Configuration → Panth Extensions → Price Drop Alert:

General

Setting Default Description
Enable Module Yes Master toggle. When disabled, the subscribe button is hidden and cron skips processing.
Allow Guest Subscriptions Yes Let non-logged-in visitors subscribe with just an email.
Require Opt-in Confirmation No Send a double opt-in confirmation email before activating the subscription.

Subscribe Button Placement

Setting Default Description
Show on Product View Page Yes Display button on product detail pages.
Show on Product List Page No Display button on category and search result listings.
Button Label Notify Me on Price Drop Customize the CTA text.
Button Position After Price Choose where the button renders relative to the price block.

Price Monitoring

Setting Default Description
Cron Schedule Every hour Standard cron expression for the price-check job.
Minimum Drop Percentage 0 Only alert when price drops by at least this percentage.
Minimum Drop Amount 0 Only alert when price drops by at least this absolute amount.
Alert Throttle (hours) 24 Minimum hours between repeat alerts for the same subscription.

Email Notifications

Setting Default Description
Sender Identity General Contact Any of the standard Magento sender identities.
Email Template Default Price Drop Alert Override with any custom transactional template.
Include Product Image Yes Embed the product image in the email body.

More Information
Module Category Marketing
Best For All Sizes
FAQ

Frequently Asked Questions

What triggers a price drop alert?

Any reduction in the final displayed price for the store view where the customer subscribed — catalog regular price, special price, catalog price rule discount, tier pricing, or group pricing. The module compares the current final price against the baseline captured at subscription time.

Does it support configurable and bundle products?

Yes. Subscribers are stored by parent SKU, and price comparison uses the minimum final price across the product's variants.

Can guests subscribe without creating an account?

Yes, by default. You can disable guest subscriptions in configuration if you require a customer account.

Will customers get spammed?

No. The alert throttle (default 24 hours) ensures at most one alert per subscription per throttle window. You can also set a minimum drop percentage or amount to avoid trivial price changes triggering alerts.

Is this compatible with Hyva?

Yes. The module ships with both Luma and Hyva templates, and Panth_Core's theme detection picks the right one automatically.

Does it work on multi-store / multi-currency?

Yes. Subscriptions are scoped per store view and use the store's configured currency. Each store view is tracked independently.

How do I unsubscribe a customer manually?

From the admin Subscriptions grid, select the rows and use the bulk action "Unsubscribe". Customers can also unsubscribe themselves via the one-click link in any alert email.

Is the cron job resource-heavy?

No. The cron processes subscriptions in batches and only queries products that currently have active subscribers. On a typical catalog of 10,000 SKUs with 500 active subscriptions, the job completes in under 10 seconds.


Does this replace Magento's native contact form?

Yes. When the module is enabled, the /contact URL is handled by Panth Advanced Contact Us and the stock Magento_Contact form is bypassed. Disable the module to revert to the native form — no data loss.

Can I add more than 3 custom tabs?

Yes. Both CMS block tabs and attribute tabs support unlimited entries. Add as many as your product requires.

Does Smart Badge slow down my category pages?

No. Badge lookups are indexed and cached per product + store view + customer group, and badge rendering is pure CSS. Typical overhead is under 5ms on listing pages.

Does this module override Magento's `cms/noroute/index` controller?

No. It uses Magento's standard layout update mechanism to replace the block under the content container. The controller itself is untouched.

What triggers a price drop alert?

Any reduction in the final displayed price for the store view where the customer subscribed — catalog regular price, special price, catalog price rule discount, tier pricing, or group pricing. The module compares the current final price against the baseline captured at subscription time.

Does this replace Magento's default product gallery?

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).

Does Panth Search Autocomplete work with Elasticsearch and OpenSearch?

Yes. The module is engine-agnostic — it uses whatever Magento is configured with (Elasticsearch 7, Elasticsearch 8, OpenSearch 1.x/2.x, or the MySQL fallback). No extra setup required.

Does Panth Advanced SEO replace Magento's native SEO features?

It enhances them. Magento's native meta fields still work — Panth Advanced SEO adds template-based defaults, tokens, hreflang groups, JSON-LD, SEO scoring, and dozens of other features Magento ships without.

Will this overwrite my custom image labels?

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.

How is this different from Magento's native "file" custom option?

Native file custom options are tied to the cart quote item and don't persist cleanly as a first-class order record. Panth Order Attachments creates dedicated panth_quote_attachment and panth_order_attachment tables, linked to the sales order item, ensuring files remain accessible for the full order lifetime — including reorders, invoices, and RMAs.

Need this customised?

Talk to Kishan directly — written quote, scope and timeline within 24 hours. No sales call.

WhatsApp

Price Drop Notification Alerts for Magento 2

$0.00
Step up

Customers usually upgrade to