Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bagisto/stock-notification
Reduce abandonment caused due to stock unavailability and improve the online shopping experience by allowing customers to sign up for out-of-stock products.
https://github.com/bagisto/stock-notification
email-notification inventory-management stock-notification
Last synced: 4 days ago
JSON representation
Reduce abandonment caused due to stock unavailability and improve the online shopping experience by allowing customers to sign up for out-of-stock products.
- Host: GitHub
- URL: https://github.com/bagisto/stock-notification
- Owner: bagisto
- License: mit
- Created: 2023-12-19T12:54:28.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-12T14:24:20.000Z (10 months ago)
- Last Synced: 2024-02-24T15:34:03.712Z (9 months ago)
- Topics: email-notification, inventory-management, stock-notification
- Language: PHP
- Homepage: https://bagisto.com/en/how-to-create-a-package-of-stock-notifications-in-bagisto/
- Size: 178 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG for 2.0.x.md
- License: LICENSE
Awesome Lists containing this project
README
# Introduction:
Reduce abandonment caused due to stock unavailability and improve the online shopping experience by allowing customers to sign up for out-of-stock products.
* Notify the customers when the products are back in stock.
* Helps analyze the products which are in high demand.
* Auto or manually send email notifications.
* Allows both registered as well as guest users to subscribe for out-of-stock products.
* Improve customer satisfaction.## Features:
* Buyers can register themselves for the notification e-mail for out-of-stock products.
* Buyers will receive an e-mail when the product is in stock.
* Admin can see the list of all the users who registered themselves for the notification product-wise at the back end.
* Admin gets to know the demand for a product and can order the products accordingly.
* Buyers can register themselves for a particular combination of products.
* Send in-stock email alerts to all subscribed users of selected products in bulk.
* Admin can send the mail manually from the back end.### Requirements:
* **Bagisto**: v2.0.0
* **Tailwind CSS**### Installation:
-> Unzip the respective extension zip and then merge "packages" folder into project root directory.
* Goto **config/app.php** file and add following line under 'providers'
~~~
Webkul\Notify\Providers\NotifyServiceProvider::class
~~~* Goto composer.json file and add following line under 'psr-4'
~~~
"Webkul\\Notify\\": "packages/Webkul/Notify/src"
~~~* Run these below commands to complete the setup:
~~~
composer dump-autoload
~~~
~~~
php artisan migrate
~~~
~~~
php artisan optimize:clear
~~~
~~~
npm install
npm run dev
~~~
~~~
php artisan vendor:publish --force
~~~That's it, now just execute the project on your specified domain.
### Video Tutorial:
[![Watch the video](https://github.com/bagisto/stock-notification/blob/main/Thumbnail%20(2).jpg)](https://www.youtube.com/watch?v=PIjIxtgzOJk)