# 多日预约

允许客户预订跨越多个连续日期的服务——静修、工作坊、设备租赁、房间预订等。

## 工作原理

多日预订使用在以下位置设置了延长时长的产品变体 **小时** （例如，“24 小时”表示 1 天，“48 小时”表示 2 天，“168 小时”表示 1 周）。当客户预订时，Sesami 会将该资源在范围内所有连续日期都锁定。

资源必须在 **整个时长内** 都可用——如果任意一天不可用，该时间段将不会显示。

## 设置

{% stepper %}
{% step %}

#### 创建具有多日变体的产品

1. 在 Shopify 中，前往 **产品**
2. 创建或编辑你的服务产品
3. 以小时为单位添加时长变体：
   * `24 小时` （1 天）
   * `48 小时` （2 天）
   * `72 小时` （3 天）
   * `168 小时` （1 周）
4. 为每种时长设置价格
5. **保存**
   {% endstep %}

{% step %}

#### 在 Sesami 中配置服务

1. 前往 **Sesami > 服务**
2. 将服务关联到你的产品
3. 分配资源（房间、设备等）
4. **保存**
   {% endstep %}

{% step %}

#### 设置资源可用性

1. 前往 **Sesami > 资源**
2. 确保可用性覆盖完整的潜在预订时段
3. **保存**
   {% endstep %}

{% step %}

#### 测试预订流程

1. 访问你店铺前台的产品页面
2. 选择一个多日变体
3. 选择开始日期
4. 验证日历是否锁定了连续日期
5. 完成一笔测试预订
   {% endstep %}
   {% endstepper %}

## 定价

使用产品变体按时长设置价格：

* **按天定价并提供折扣** —— 鼓励更长的预订（例如，24 小时：100 美元，72 小时：250 美元，168 小时：500 美元）
* **统一价格** —— 为特定体验设定单一价格（例如，“周末静修：500 美元”）

如需按季节进行浮动定价，请创建单独的产品或使用 Shopify 定价应用。

## 管理多日预订

在 **Sesami 日历**中，多日预订会跨越多天显示。点击任意一天可查看完整的预订详情。

* **重新安排** —— 选择新的开始日期；Sesami 会检查整个时长的可用性
* **取消** —— 所有日期都会重新释放为可用
* **缓冲时间** —— 在预订之间添加周转时间，用于清洁、维护或准备

请参阅： [取消与重新安排](/zh-cn/yu-yue/booking-features/cancellations-rescheduling.md) 和 [缓冲时间](/zh-cn/yu-yue/availability/buffer-times.md)

## 提示

* **清晰的变体标签** —— 你可以在小时数旁添加描述性文本（例如，“48 小时：周末入住”）
* **入住/退房时间** —— 将其包含在服务说明或确认邮件中
* **最短/最长期限** —— 通过仅提供特定时长变体来控制
* **订金** —— 考虑要求 [订金](/zh-cn/zhi-fu/deposits.md) 用于多日预订

## 故障排除

<details>

<summary>多日预订只锁定了第一天</summary>

检查时长变体是否设置了足够的小时数以覆盖多天（例如，2 天设置为“48 小时”）。创建一笔测试预订以验证所有日期都已锁定。

</details>

<details>

<summary>多日预订没有可用性</summary>

多日预订需要连续可用。检查所有日期的资源可用性，查找冲突的现有预订，并检查可能延伸到该范围内的缓冲时间。

</details>

## 相关

* [资源可用性](/zh-cn/yu-yue/availability/resource-availability.md) —— 配置可用性
* [缓冲时间](/zh-cn/yu-yue/availability/buffer-times.md) —— 预订之间的周转时间
* [取消与重新安排](/zh-cn/yu-yue/booking-features/cancellations-rescheduling.md) —— 管理多日取消
* [订金](/zh-cn/zhi-fu/deposits.md) —— 要求多日预订支付订金


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.sesami.co/zh-cn/yu-yue/booking-features/multi-day-bookings.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
