# 预约套餐

销售多次课或预约套餐，客户可随时间预订使用。

## 使用场景

* **课程套餐** — 10节瑜伽通行卡、5次训练套餐
* **会员计划** — 每月按摩会员、季度治疗课程
* **打卡卡** — 预付课次套餐
* **批量折扣** — 以折扣价购买多次课

## 套餐如何运作

1. **客户购买** 一个套餐产品（例如，“10节瑜伽套餐”）
2. **客户收到** 包含预订说明的确认信息
3. **客户预订** 根据需要预订单次课程
4. **管理员跟踪** 剩余课次
5. **套餐过期** 或课次已用完

## 设置预约套餐

{% stepper %}
{% step %}

#### 在 Shopify 中创建套餐产品

1. 前往 **Shopify > 产品**
2. 创建一个新产品（例如，“10节瑜伽套餐”）
3. 设置折扣后的套餐价格
4. 在描述中说明：
   * 包含的课次数量
   * 如何预订单次课程
   * 到期日期（如适用）
   * 条款和条件
5. **保存**
   {% endstep %}

{% step %}

#### 在 Sesami 中配置服务

1. 前往 **Sesami > 服务**
2. 将单项服务（例如，“瑜伽课程”）链接到相应的套餐产品
3. 配置资源和可用性
4. **保存**
   {% endstep %}

{% step %}

#### 测试流程

1. 在店面购买一个测试套餐
2. 使用套餐预订一次单次课程
3. 验证预订确认信息
   {% endstep %}
   {% endstepper %}

## 跟踪套餐使用情况

根据你的业务量选择一种跟踪方法：

| 方法               | 最适合   | 工作原理                                                               |
| ---------------- | ----- | ------------------------------------------------------------------ |
| **电子表格**         | 小型企业  | 跟踪客户姓名、套餐、剩余课次、到期时间                                                |
| **Shopify 订单备注** | 简单跟踪  | 为订单添加套餐状态标签                                                        |
| **会员应用**         | 更高业务量 | 通过 Shopify 应用商店自动跟踪积分                                              |
| **自定义集成**        | 高级需求  | 使用 [Sesami API](/zh-cn/apps-integrations/api-and-building-apps.md) |

## 定价策略

清晰展示节省金额，以鼓励购买套餐：

* **百分比折扣** — “购买10节课套餐，节省25%”
* **单次课价值** — “每节15美元，而非20美元的即到即上价格”
* **分级定价** — 更大的套餐享受更大的折扣

## 套餐条款

在产品描述中，清楚说明：

* 包含的课次数量
* 有效期和过期政策
* 如何预订课程
* 可转让性（课次可以共享或赠送吗？）
* 未使用课次的退款政策

{% hint style="info" %}
通过发送到期提醒 [Sesami Flows](/zh-cn/zi-dong-hua/sesami-flows.md) — 例如，在到期前30天和7天提醒。
{% endhint %}

## 相关

* [服务](/zh-cn/guan-li-yuan/services.md) — 服务配置
* [团体预约](/zh-cn/yu-yue/booking-features/group-appointments.md) — 通过团体预订销售课程套餐
* [取消与重新安排](/zh-cn/yu-yue/booking-features/cancellations-rescheduling.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/booking-packages.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.
