Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bagisto/bagisto-delivery-time-slot
The Laravel eCommerce Delivery Time Slot allows the admin to create multiple slots for each day of the week and customers can choose their preferred date as well as time for the product delivery.
https://github.com/bagisto/bagisto-delivery-time-slot
delivery-offering delivery-time-slot ecommerce laravel opensource time-slot-booking time-slot-service time-slots
Last synced: 3 months ago
JSON representation
The Laravel eCommerce Delivery Time Slot allows the admin to create multiple slots for each day of the week and customers can choose their preferred date as well as time for the product delivery.
- Host: GitHub
- URL: https://github.com/bagisto/bagisto-delivery-time-slot
- Owner: bagisto
- License: mit
- Created: 2022-01-10T12:58:50.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-08T05:53:19.000Z (over 1 year ago)
- Last Synced: 2024-04-24T18:08:12.948Z (10 months ago)
- Topics: delivery-offering, delivery-time-slot, ecommerce, laravel, opensource, time-slot-booking, time-slot-service, time-slots
- Language: Blade
- Homepage: https://bit.ly/3HRQd8A
- Size: 86.9 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG for v1.3.x.md
- License: LICENSE
Awesome Lists containing this project
README
## Introduction
Laravel Delivery Time Slot module will allow the admin to set the delivery day along with the delivery time slots for their orders.
Customers can choose their preferred delivery day and time for their order at the time of checkout. After the customers have completed the purchase they can see their selected day and time slot in their order history.
It packs in lots of demanding features that allows your business to scale in no time:
- Customers can choose their preferred day and time for delivery at the time of checkout.
- The admin can select the default allowed days.
- Admin can set the total number of days to display.
- The admin can set the minimum required time for order processing in days.
- Admin can set the error message that will be visible at the time of checkout if no slot is available.
- Admin can turn off the Laravel Delivery Time Slot from the Admin panel.## Requirements:
- **Bagisto**: v1.3.3
## Installation :
- Run the following command
```
composer require bagisto/bagisto-delivery-time-slot
```- Goto config/concord.php file and add following line under 'modules'
```php
\Webkul\DeliveryTimeSlot\Providers\ModuleServiceProvider::class
```- Run these commands below to complete the setup
```
composer dump-autoload
``````
php artisan config:cache
php artisan migrate
php artisan route:cache
php artisan optimize
```
```
php artisan vendor:publish --force
```
-> Press the number before DeliveryTimeSlotServiceProvider and then press enter to publish all assets and configurations.> That's it, now just execute the project on your specified domain.