Allow customers to be notified when a product comes back in stock.
You need to have the Magento 2 Product Alert GraphQl module.
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])
You can publish the views with:
php artisan vendor:publish --provider="Rapidez\ProductAlert\ProductAlertServiceProvider" --tag=views
GNU General Public License v3. Please see License File for more information.