# （新）预约套餐

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

## 使用场景

根据您的业务模式，您可以在以下选项中进行选择：

* **预付余额**
* **固定场次套餐**
* **会员计划**
* **批量折扣**

## 套餐选项

{% stepper %}
{% step %}

#### 礼品产品套餐（预付余额）&#x20;

创建一个“礼品产品套餐”，作为客户的预付余额使用。

此设置的功能类似于 [Shopify 礼品卡](https://help.shopify.com/en/manual/products/gift-card-products/overview)：客户预先购买一笔金额，并可在未来多次预订中逐步使用该余额。

**此选项非常适合：**

* 赠送体验
* 健康余额
* 灵活预付额度
* 客户忠诚度计划

**其工作方式：**

1. 客户购买预付余额产品
2. 余额以 Shopify 礼品卡形式存储
3. 客户通过 Sesami 预订服务
4. 结账时，客户输入礼品产品代码，从可用余额中扣减
5. 任何剩余余额都可在未来多次购买中继续使用，直到余额为零
   {% endstep %}

{% step %}

#### 预订式课程套餐

客户可提前预订并购买固定次数的课程。\n必要时，Shopify 的自动折扣功能也可在结账时应用折扣。

**例如：**

* 按摩课程
* 健身课程
* 咨询

{% hint style="info" %}
这是一个定制实现，通常需要 Shopify 开发人员的协助。

开发人员可以使用我们的 [开发文档](https://sesami.dev/docs/sesami-experience/quick-start/?utm_source=chatgpt.com#multiple-formsexperiences)
{% endhint %}
{% endstep %}

{% step %}

#### 会员应用工作流程

将会员应用与 Sesami 预订结合使用

**这种方式非常适合：**

* 月度会员
* VIP 计划
* 仅会员可预约访问

**步骤 1：购买会员**\
客户通过 Shopify 购买会员产品。

**步骤 2：自定义 Shopify 通知邮件**\
购买后，会向客户发送一封自定义的 Shopify 通知邮件，其中包含通过 Sesami 预订预约的链接。

**步骤 3：通过 Sesami 预订**\
客户使用 Sesami 预订日历来安排课程或服务。
{% endstep %}
{% endstepper %}

## 常见问题

{% columns %}
{% column %}
**Sesami 负责**

* 预订日历
* 预约安排
* 可用性管理
* 预订体验
* 预订确认邮件
  {% endcolumn %}

{% column %}
**Shopify 负责**

* 结账
* 折扣和付款
* 礼品卡
* 会员产品
* 通知邮件
  {% endcolumn %}
  {% endcolumns %}

#### Sesami 可以自动跟踪剩余课程次数吗？

剩余余额通常通过以下方式跟踪：

* 礼品产品套餐的 Shopify 礼品卡余额，或
* 所选的 Shopify 会员应用用于基于会员的工作流程。

对于预订式课程套餐，Sesami 可以跟踪已预订的课程和预约历史。

#### 客户可以在套餐上使用折扣吗？

可以。结账时可应用 Shopify 折扣。

#### 会员会自动创建预订吗？

不会。客户仍需使用 Sesami 日历单独预约。

#### 我可以将会员和预订结合起来吗？

可以。Shopify 会员应用可以与 Sesami 预订流程协同使用。


---

# 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-1.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.
