> For the complete documentation index, see [llms.txt](https://docs.bogos.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bogos.io/cn/detailed-guide/customize/customize-quantity-break.md).

# 自定义数量阶梯

{% hint style="warning" %}
此新功能已被"折扣优惠活动"类别中的[**批量折扣**](/cn/detailed-guide/discount-offer/create-volume-discount.md)功能取代。因此，您将无法再创建新的数量阶梯，但仍可以编辑您现有的数量阶梯。
{% endhint %}

## 1. 如何启用套装 <a href="#how-to-enable-the-bundle" id="how-to-enable-the-bundle"></a>

数量阶梯将显示在对应商品的商品页面上。

## 2. 自定义选项 <a href="#customization-options" id="customization-options"></a>

### 2.1. 内容 <a href="#content" id="content"></a>

<figure><img src="/files/TyAbBfEzH1XQWUidnGU8" alt=""><figcaption></figcaption></figure>

在这里自定义数量阶梯小组件上内容的显示方式：

* 显示描述：显示数量阶梯描述
* 总价文本
* 按钮文本
* 选择变体文本

### 2.2. 颜色 <a href="#color" id="color"></a>

选择默认主题颜色，或更改数量阶梯的颜色以匹配您的品牌风格。

* 4 个默认小组件
* 背景颜色
* 文本颜色
* 按钮颜色

### 品牌标识 <a href="#brandmark" id="brandmark"></a>

BOGOS 默认会生成"Powered by BOGOS.io"品牌标识。如果您想将其移除，请联系我们的在线聊天支持。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.bogos.io/cn/detailed-guide/customize/customize-quantity-break.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
