Download the PHP package mage2kishan/module-price-drop-alert without Composer

On this page you can find all versions of the php package mage2kishan/module-price-drop-alert. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package module-price-drop-alert

Magento 2 Price Drop Alert Extension: Automated Price Notifications for Hyva and Luma

Magento 2.4.4 - 2.4.8 PHP 8.1 - 8.4 Hyva + Luma Live Demo & Details Packagist Upwork Top Rated Plus Website

Let customers subscribe to price drop notifications on any product page and receive automated emails the moment a price falls. Panth Price Drop Alert adds a subscribe form to product pages, runs a scheduled cron job to watch prices, and fires transactional emails when a price drops. An admin dashboard gives merchants a full view of every subscription and alert. Native templates for Hyva (Alpine.js) and Luma are both included.

Product page: kishansavaliya.com/magento-2-price-drop-alert.html


Quick Answer

What is Panth Price Drop Alert? It is a Magento 2 extension that adds a "Notify Me on Price Drop" subscribe form to product pages. Customers enter their email and optionally a target price, and the module sends them an automatic email when the price falls.

What does it add to my store?

Which themes are supported? Both Hyva (Alpine.js, no jQuery) and Luma (vanilla JS). The right template is picked automatically based on the active theme.

What does it need? Magento 2.4.4 to 2.4.8, PHP 8.1 to 8.4, and the free mage2kishan/module-core package.


Need Custom Magento 2 Development?

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

Get a Free Quote

### Kishan Savaliya **Top Rated Plus on Upwork** [![Hire on Upwork](https://img.shields.io/badge/Hire%20on%20Upwork-Top%20Rated%20Plus-14a800?style=for-the-badge&logo=upwork&logoColor=white)](https://www.upwork.com/freelancers/~016dd1767321100e21) 100% Job Success • 10+ Years Magento Experience Adobe Certified • Hyva Specialist ### Panth Infotech Agency **Magento Development Team** [![Visit Agency](https://img.shields.io/badge/Visit%20Agency-Panth%20Infotech-14a800?style=for-the-badge&logo=upwork&logoColor=white)](https://www.upwork.com/agencies/1881421506131960778/) 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


Screenshots

Storefront - Product page subscribe form

Guest user Logged-in user Alert active (subscribed)

Admin - live demo

Admin - dashboard, grid, configuration

Dashboard with KPIs and 7-day trend Manage Price Alerts grid Configuration

Admin - alert detail and manual send

View alert (Active) After clicking Send Email (Sent)

Who Is It For


Key Features

Subscribe Form on Product Pages

Price Monitoring

Automated Email Notifications

Admin Dashboard

Manage Alerts Grid

Hyva and Luma Ready

Built to Last


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 to 2.4.8
PHP 8.1.x, 8.2.x, 8.3.x, 8.4.x
Hyva Theme 1.0+ (native Alpine.js support)
Luma Theme Native support
Required Dependency mage2kishan/module-core (free)

Installation

Composer Installation (Recommended)

Manual Installation via ZIP

  1. Download the latest release from Packagist or the product page.
  2. Extract it to app/code/Panth/PriceDropAlert/ in your Magento install.
  3. Make sure Panth_Core is also installed (required dependency).
  4. Run the commands above starting from bin/magento module:enable.

Verify Installation

After install, open:


Configuration

Go to Stores -> Configuration -> Panth Extensions -> Price Drop Alert.

Setting Group Default Description
Enable Price Drop Alerts General Settings Yes Master toggle. When disabled the subscribe form is hidden and cron skips processing.
Allow Guest Subscriptions General Settings Yes Let non-logged-in visitors subscribe with just an email. Disable to require a customer account.
Email Sender Identity Email Notifications General Contact Which store email identity sends price drop notifications.
Email Template Email Notifications Default Price Drop Alert The transactional email template used for notifications. Override via Marketing > Email Templates.
Check Frequency (hours) Price Check Schedule 24 How often the cron job checks prices and queues notifications.

The Design and Colors group in configuration is a note pointing to the theme CSS variable file and has no database-stored fields.


How It Works

  1. A subscribe form is added to the product page through an observer-injected layout handle, placed at the position configured in the layout files (after price, above or below add to cart, or above or below description).
  2. The shopper fills in their email and an optional target price, then submits. An AJAX request stores the subscription in the panth_price_alert table, recording the product, email, baseline price at that moment, store view, and timestamp.
  3. On your configured schedule, a cron job loads all active subscriptions, resolves the current final price for each product using the smart PriceResolver, and compares it against the stored baseline (and target price if set).
  4. When a price drop is detected, the module queues a transactional email using Magento's email system, containing the old price, new price, savings percentage, and a link back to the product.
  5. A product save observer also triggers an immediate check when an admin edits a product price, so subscribers get notified right away without waiting for the cron.
  6. Every alert email contains a one-click unsubscribe link that calls the Unsubscribe controller and marks the subscription inactive.
  7. The admin dashboard shows KPIs, trends, and the most-watched products. The Manage Alerts grid lets merchants view, manually send, or delete any subscription.

Admin Dashboard

Open Admin -> Panth Infotech -> Price Drop Alerts -> Dashboard.

The dashboard shows:

Open Admin -> Panth Infotech -> Price Drop Alerts -> Manage Alerts to view, filter, manually send, or delete individual subscriptions.


FAQ

What triggers a price drop alert?

Any drop in the final displayed price for the store view where the customer subscribed. The module checks catalog regular price, special price, catalog price rule discounts, tier pricing, and group pricing. It compares the current final price against the baseline recorded when the customer subscribed.

Does it support configurable and bundle products?

Yes. Configurable products use the minimum child final price (the "As low as" price). Bundle products use the minimum calculated price. Grouped products use the minimum associated simple product price.

Can guests subscribe without creating an account?

Yes, by default. You can disable guest subscriptions in the General Settings group of the configuration if you want to require a customer account.

What is the optional target price?

When a customer enters a target price in the subscribe form, the module only sends an alert when the price drops to or below that amount. If no target price is set, any price drop triggers the alert.

Will the cron job affect server performance?

The cron only processes products that have active subscribers. A typical run on 500 active subscriptions completes in seconds. You can increase the check frequency (in hours) if you want to reduce load.

Does the product save observer replace the cron?

No, they work together. The observer fires an immediate check when a price is edited in the admin. The cron covers any price changes triggered by catalog price rules or other automated processes.

Is it compatible with multi-store setups?

Yes. Subscriptions are scoped per store view. Each store view tracks its own prices and currencies independently.

Is it translation ready?

Yes. Every frontend and admin label uses Magento's __() function, so you can translate it from a theme or language pack.

Does Panth Price Drop Alert need Panth Core?

Yes. mage2kishan/module-core is a free required dependency that Composer installs for you automatically.


Support

Channel Contact
Product Page kishansavaliya.com/magento-2-price-drop-alert.html
Email [email protected]
Website kishansavaliya.com
WhatsApp +91 84012 70422
GitHub Issues github.com/mage2sk/module-price-drop-alert/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 work, store migrations, or performance tuning? Get a free quote in 24 hours:

Get a Free Quote

Hire on Upwork    Visit Agency    View Product Page


About Panth Infotech

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 that builds high quality, security focused extensions and themes for both Hyva and Luma storefronts. The extension suite covers SEO, performance, checkout, product presentation, customer engagement, and store management, with each module built to MEQP standards and tested across Magento 2.4.4 to 2.4.8.

Browse the full extension catalog on our Magento extensions page or on Packagist.


Quick Links

Resource Link
Product Page magento-2-price-drop-alert.html
Packagist mage2kishan/module-price-drop-alert
GitHub mage2sk/module-price-drop-alert
Website kishansavaliya.com
Free Quote kishansavaliya.com/get-quote
Upwork (Top Rated Plus) Hire Kishan Savaliya
Upwork Agency Panth Infotech
Email [email protected]
WhatsApp +91 84012 70422

Ready to bring customers back when prices drop?
See Price Drop Alert


SEO Keywords: magento 2 price drop alert, magento 2 price alert extension, magento 2 notify me on price drop, magento 2 price drop notification, price drop email magento 2, magento 2 price monitoring extension, magento 2 cron price check, magento 2 price alert module, hyva price drop alert, hyva price notification, luma price drop alert, magento 2 customer subscribe price, magento 2 price drop email template, magento 2 price watch, magento 2 back in stock vs price drop, magento 2 catalog price rule notification, magento 2 special price notification, magento 2 tier price alert, magento 2 configurable product price alert, magento 2 bundle product price alert, magento 2 price drop recovery, magento 2 abandoned browse recovery, magento 2.4.8 price alert, php 8.4 magento price alert, panth price drop alert, mage2kishan price drop, panth infotech magento extensions, hire magento developer, top rated plus upwork magento, kishan savaliya magento, adobe commerce price alert, magento open source price drop


All versions of module-price-drop-alert with dependencies

PHP Build Version
Package Version
Requires php Version ~8.1.0||~8.2.0||~8.3.0||~8.4.0
magento/framework Version ^103.0
magento/module-catalog Version ^104.0
magento/module-customer Version ^103.0
magento/module-email Version ^101.0
magento/module-config Version ^101.0
magento/module-store Version ^101.0
magento/module-backend Version ^102.0
magento/module-ui Version ^101.0
mage2kishan/module-core Version ^1.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package mage2kishan/module-price-drop-alert contains the following files

Loading the files please wait ...