rapidez / product-alert
There is no license information available for the latest version (4.0.0) of this package.
Rapidez Product Alert
4.0.0
2025-06-05 12:49 UTC
Requires
- php: ^8.0
- rapidez/core: ^4.0
README
Allow customers to be notified when a product comes back in stock.
Requirements
You need to have the Magento 2 Product Alert GraphQl module.
Installation
composer require rapidez/product-alert
And include the blade file where needed (addtocart.blade.php):
@include('rapidez-product-alert::subscribe-form', ['product_id' => $product->entity_id])
Views
You can publish the views with:
php artisan vendor:publish --provider="Rapidez\ProductAlert\ProductAlertServiceProvider" --tag=views
License
GNU General Public License v3. Please see License File for more information.