---
title: "Daily Schedules"
description: "Set up per-day open and close times to control when your store accepts orders."
contentType: "docs"
locale: "en"
localized: true
source: "https://orderrules.com/docs/store-hours/daily-schedules"
slug: "store-hours/daily-schedules"
---
## Define When Your Store Accepts Orders

OrderRules lets you set independent business hours for each day of the week. Orders are only accepted during your configured hours, and checkout is automatically blocked outside those times.

## How to Set Your Schedule

1. Go to **Schedule** from the dashboard
2. For each day of the week:
   - **Toggle** the day on to enable ordering, or off to close for the entire day
   - **Open Time** -- when you start accepting orders (for example, 9:00 AM)
   - **Close Time** -- when you stop accepting orders (for example, 6:00 PM)
3. Click **Save**

### Example Schedule

```
Monday:    ON    9:00 AM - 6:00 PM
Tuesday:   ON    9:00 AM - 6:00 PM
Wednesday: ON    9:00 AM - 6:00 PM
Thursday:  ON    9:00 AM - 6:00 PM
Friday:    ON    9:00 AM - 8:00 PM
Saturday:  ON    10:00 AM - 4:00 PM
Sunday:    OFF
```

## What Happens During Open Hours

- Checkout works normally
- The storefront banner shows "We're open" along with remaining capacity
- Products are available for purchase

## What Happens When Closed

- Checkout is blocked at the server level (cannot be bypassed)
- The banner displays your custom closed message
- Customers see when you will reopen next

### Open versus closed, at a glance

| | Store open | Store closed |
|---|---|---|
| Checkout | Works normally | Blocked server-side — cannot be bypassed |
| Storefront banner | "We're open", plus remaining capacity | Your custom closed message |
| Products | Available for purchase | Still visible; checkout is what stops |
| Customer sees | How much capacity is left today | When you reopen next |

## Using Close Time as a Cutoff

If you run a same-day or next-day delivery business, set your close time as your order cutoff.

**Example:** Close at 2:00 PM so you have time to fulfill same-day orders. Customers who arrive after 2 PM see a message like "Orders for next-day delivery must be placed before 2:00 PM."

## Timezone

All hours use your store's configured timezone (set in **Settings**). If you are in New York and set open hours to 9 AM, that means 9 AM Eastern regardless of where your customers are located.

## Tips

- Match your schedule to your actual production or fulfillment capacity
- Use the [Calendar](/docs/store-hours/holiday-calendar) for one-off schedule changes like holidays
- Changes take effect immediately after saving -- no delay

## Related

- [Multiple Open Windows](/docs/store-hours/multiple-windows)
- [Custom Closed Messages](/docs/store-hours/custom-closed-messages)
- [Daily Order Limits](/docs/order-limits/daily-order-limits)
