Download the PHP package setono/sylius-restock-notification-plugin without Composer
On this page you can find all versions of the php package setono/sylius-restock-notification-plugin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download setono/sylius-restock-notification-plugin
More information about setono/sylius-restock-notification-plugin
Files in setono/sylius-restock-notification-plugin
Package sylius-restock-notification-plugin
Short Description Plugin that allows customer to sign up for notifications when a product is back in stock
License MIT
Informations about the package sylius-restock-notification-plugin
Sylius Restock Notification Plugin
This plugin allows customers to sign up for notifications when a product is back in stock.
Installation
Enable the plugin
Then, enable the plugin by adding it to the list of registered plugins/bundles
in the config/bundles.php
file of your project before (!) SyliusGridBundle
and the FrameworkBundle
:
Import routes
Add this file to your config/routes
directory:
Update your database schema
Maintenance
Pruning Old Notification Requests
The plugin includes a command to remove old restock notification requests that are no longer needed. By default, it removes requests that are older than 90 days.
You can configure the default threshold in your application's configuration:
All versions of sylius-restock-notification-plugin with dependencies
doctrine/orm Version ^2.0
doctrine/persistence Version ^2.0 || ^3.0
knplabs/knp-menu Version ^3.7
liip/imagine-bundle Version ^2.0
psr/log Version ^1.0 || ^2.0 || ^3.0
setono/doctrine-orm-trait Version ^1.2
sylius/channel Version ^1.0
sylius/channel-bundle Version ^1.0
sylius/core Version ^1.0
sylius/core-bundle Version ^1.0
sylius/inventory Version ^1.0
sylius/locale Version ^1.0
sylius/locale-bundle Version ^1.0
sylius/mailer-bundle Version ^1.0 || ^2.0
sylius/product Version ^1.0
sylius/resource-bundle Version ^1.10
sylius/ui-bundle Version ^1.0
symfony/config Version ^5.4 || ^6.4 || ^7.0
symfony/console Version ^5.4 || ^6.4 || ^7.0
symfony/dependency-injection Version ^5.4 || ^6.4 || ^7.0
symfony/event-dispatcher Version ^5.4 || ^6.4 || ^7.0
symfony/form Version ^5.4 || ^6.4 || ^7.0
symfony/http-foundation Version ^5.4 || ^6.4 || ^7.0
symfony/messenger Version ^5.4 || ^6.4 || ^7.0
symfony/options-resolver Version ^5.4 || ^6.4 || ^7.0
symfony/routing Version ^5.4 || ^6.4 || ^7.0
symfony/service-contracts Version ^2.0 || ^3.0
symfony/workflow Version ^5.4 || ^6.4 || ^7.0
twig/twig Version ^2.0 || ^3.0
webmozart/assert Version ^1.11