You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 29, 2025. It is now read-only.
I encountered an issue where I included a category in the timeslot_categories array, but I don't want it to affect the limit count. However, the code still reduces the timeslot based on that category.
What did you expect to happen?
I would like to modify the behavior of the code so that when I include a category ID in the timeslot_categories array, orders belonging to that category are not counted towards the maximum order limit
What happened?
I encountered an issue where I included a category in the timeslot_categories array, but I don't want it to affect the limit count. However, the code still reduces the timeslot based on that category.
What did you expect to happen?
I would like to modify the behavior of the code so that when I include a category ID in the timeslot_categories array, orders belonging to that category are not counted towards the maximum order limit
Version
1.1.1
What browser are you seeing the problem on?
No response
Relevant log output
No response