Skip to content

Commit

Permalink
Prep for marketplace
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmitchell committed Nov 4, 2020
1 parent 2479d78 commit a27bbbf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
## Max orders per timeslot
## Maximum Orders per timeslot

Extends the maximum orders functionality to allow different values at specified timeslots.
This extension allows you to set a maximum number of orders that can be accepted at different timeslots, as well as allowing limitations by location, day the week, order type, and menu item category.

### Features
Limit orders by covers (items in category)
Limit orders by order type
Limit orders by day and time

### Admin Panel
Go to Restaurant > Maximum orders to manage timeslot limitations
2 changes: 1 addition & 1 deletion extension.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"code": "thoughtco.maxorders",
"name": "Maximum Orders Per Timeslot",
"description": "Allows you to set a maximum number of orders that can be accepted at different timeslots",
"description": "This extension allows you to set a maximum number of orders that can be accepted at different timeslots, as well as allowing limitations by location, day the week, order type, and menu item category.",
"version": "v1.0.0",
"author": "ryanmitchell",
"icon": {
Expand Down

0 comments on commit a27bbbf

Please sign in to comment.