rapidez/product-alert

There is no license information available for the latest version (2.1.1) of this package.

Rapidez Product Alert

Installs: 2 376

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 4

Open Issues: 0

Language:Blade

2.1.1 2024-12-03 13:46 UTC

This package is auto-updated.

Last update: 2025-01-03 14:02:22 UTC


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.