rapidez / product-alert
Rapidez Product Alert
Installs: 2 376
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 4
Open Issues: 0
Language:Blade
Requires
- php: ^8.0|^8.1
- rapidez/account: >=0.13.3
- rapidez/core: ^2.8|^3.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.