tavy315/sylius-product-subscriptions-plugin
最新稳定版本:v0.6.0
Composer 安装命令:
composer require tavy315/sylius-product-subscriptions-plugin
包简介
Send notifications to your customers when a product returns in stock
关键字:
README 文档
README
Sylius Product Subscriptions Plugin
Plugin that add the possibility to receive an email notification when a product return in stock
Features
Subscribe to get a Notification when a product return in stock
View your subscriptions in the apposite section of your account
View your client subscriptions in the apposite admin section
Requirements
- PHP
^7.4 - Sylius
~1.8.0
Installation
-
Run
composer require tavy315/sylius-product-subscriptions-plugin. -
Add the plugin to the
config/bundles.phpfile:
Tavy315\SyliusProductSubscriptionsPlugin\Tavy315SyliusProductSubscriptionsPlugin::class => ['all' => true],
- Import the plugin routes by creating a file in
config/routes/tavy315_sylius_product_subscriptions_plugin.yamlwith the following content:
tavy315_sylius_product_subscriptions_plugin: resource: "@Tavy315SyliusProductSubscriptionsPlugin/Resources/config/routing.yaml"
- Import required config in your
config/packages/tavy315_sylius_product_subscriptions_plugin.yamlfile:
imports: - { resource: "@Tavy315SyliusProductSubscriptionsPlugin/Resources/config/app/config.yaml" }
- Finish the installation by updating the database schema and installing assets:
bin/console doctrine:migrations:diff bin/console doctrine:migrations:migrate bin/console assets:install bin/console sylius:theme:assets:install
统计信息
- 总下载量: 200
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-09-03



