rapidez / product-alert
此软件包的最新版本(2.1.0)没有可用的许可信息。
Rapidez 产品提醒
2.1.0
2024-05-28 11:38 UTC
Requires
- php: ^8.0|^8.1
- rapidez/account: >=0.13.3
- rapidez/core: ^2.0
README
允许客户在产品库存恢复时收到通知。
要求
您需要安装Magento 2 Product Alert GraphQl 模块。
安装
composer require rapidez/product-alert
并在需要的地方包含blade文件(addtocart.blade.php
)
@include('rapidez-product-alert::subscribe-form', ['product_id' => $product->entity_id])
视图
您可以通过以下方式发布视图
php artisan vendor:publish --provider="Rapidez\ProductAlert\ProductAlertServiceProvider" --tag=views
许可
GNU通用公共许可证v3。请参阅许可文件获取更多信息。