https://github.com/synolia/orocommercestockalertplugin
This plugin allows the customer to subscribe to a product whose stock level is equal or below zero and to be notified by email when the product is back in stock
https://github.com/synolia/orocommercestockalertplugin
orocommerce orocommerce-bundle orocommerce-plugin
Last synced: 6 months ago
JSON representation
This plugin allows the customer to subscribe to a product whose stock level is equal or below zero and to be notified by email when the product is back in stock
- Host: GitHub
- URL: https://github.com/synolia/orocommercestockalertplugin
- Owner: synolia
- License: eupl-1.2
- Created: 2021-08-13T19:12:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-02T18:15:07.000Z (about 1 year ago)
- Last Synced: 2025-04-12T18:06:48.229Z (9 months ago)
- Topics: orocommerce, orocommerce-bundle, orocommerce-plugin
- Language: PHP
- Homepage:
- Size: 516 KB
- Stars: 0
- Watchers: 8
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[](LICENCE)
[](https://github.com/synolia/OroCommerceStockAlertPlugin/actions/workflows/ci.yml)
[](https://packagist.org/packages/synolia/orocommerce-stock-alert-plugin)
[](https://packagist.org/packages/synolia/orocommerce-stock-alert-plugin)
# Oro Stock Alert Bundle
This plugin allows the customer to subscribe to a product whose stock level is equal or below zero and to be notified by email when the product is back in stock
## Features
* Show the stock level in the product view and a subscribe button when the product stock level is equal or below zero - [Documentation](docs/SHOW.md)
* Receive an email when the product is back in stock - [Documentation](docs/EMAIL.md)
* View all products a customer has subscribed to (FO and BO) - [Documentation](docs/LIST.md)
## Requirements
| | Version |
| :--- |:--------|
| PHP | 8.3 |
| OroCommerce | 6.0 |
## Installation
1. Install the Plugin using Composer:
```shell
composer require synolia/orocommerce-stock-alert-plugin
```
2. Run the Migrations
```shell
bin/console oro:migration:load --force
```
3. Clear Cache
```shell
bin/console cache:clear
```
4. Install & Build the Assets
```shell
bin/console oro:assets:install --symlink
```
## Contributing
* See [How to contribute](CONTRIBUTING.md)
## License
This library is under the [EUPL-1.2 license](LICENSE).
## Credits
Developed by [Synolia](https://synolia.com/).