rapidez/product-alert

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

Rapidez Product Alert

Installs: 1 236

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 4

Open Issues: 0

Language:Blade

1.0.0 2024-04-25 14:15 UTC

This package is auto-updated.

Last update: 2024-04-25 14:16:35 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->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.