Hi @andreslc,
I’m not quite sure I understand your question, but I’m going to guess that you’re running something like WooCommerce Order Delivery and looking to limit the number of deliveries that can be made on a specific day, is that correct?
If so, that is not something that Limit Orders currently supports. Our plugin is designed to turn off the checkout process once a certain number of orders is received within a defined interval of time (hour/day/week/month), but does not currently expose the finer level of control needed to handle things like delivery windows.
I would suggest reaching out to the author of the delivery plugin you’re using and asking if it’s possible to limit the number of deliveries per day. If you (or someone you work with) are comfortable with development, you might also look at how Limit Orders works (including its available hooks) to see if you can customize it to suit your needs.