> 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-mix-and-match.md).

# 自定义混搭组合

本指南将帮助您了解在使用 BOGOS 时如何自定义店铺中的混搭组合套装。

## 1. **内容**

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

这三个复选框允许您控制混搭组合优惠活动中显示的元素，包括：

* 显示描述：套装描述文本帮助顾客了解优惠活动详情。
* 在每件商品上显示折扣价：显示套装内各单件商品的折扣后价格。
* 在"加入购物车"按钮上显示折扣金额：在按钮上显示总节省金额。

主要有两种优惠层级样式：

* 标签：以简单的文本标签显示分层优惠详情
* 进度条：显示一个进度条，每当顾客添加更多商品时会更新

## **2. 小组件主体**

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

在启用套装以吸引顾客并促进销售之前，请使用您自己的内容和品牌风格来自定义套装。

* 混搭商品：套装小组件中每个商品上方显示的文本，帮助顾客识别每个优惠活动
* 选择变体文本：当商品有多个变体时，用于让顾客选择其偏好的文本。
* 选择商品文本：显示顾客可以从套装中选择多少件商品的文本。
* 选择分类文本：显示顾客可以从多少个分类中进行选择的文本。
* 缺货文本：用于提醒顾客商品不可用的文本。

## **3. 小组件页脚**

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

请精心设计套装页脚，打造出能激励顾客采取行动的出色优惠活动。

* 套装总价：显示在所选商品下方，展示应用折扣后的总费用。
* 将套装加入购物车：当顾客完成选择流程并准备将套装加入购物车时显示的按钮文本。

## **4. 颜色**

BOGOS 允许您通过以下 4 种方法之一来自定义所有元素的颜色：

* 从下拉菜单中选择一个**现成的配色方案**。
* **手动调整**所有可用颜色的每个颜色字段。
* 使用 [AI 主题检测器](#ai-theme-detector)根据您店铺的品牌风格自动生成完整的小组件配色方案。
* **联系 BOGOS 支持团队**以获得颜色自定义方面的帮助。

完成后点击**保存**。

#### AI 主题检测器

BOGOS AI 会扫描您的网店，检测您品牌的主色、辅色和文本颜色，然后自动生成完整的小组件配色方案。

{% hint style="warning" %}
您的店铺不得设置密码保护，以便 AI 能够访问并检测您的品牌颜色。
{% endhint %}

使用 BOGOS AI 编辑颜色：

1. 点击**铅笔图标**。

![](/files/8HMgW0p6Hvadbsq4mpf0)

2. 点击**重新扫描**让 BOGOS AI 重新检测，或**手动调整**主色、辅色或文本字段。

![](/files/wr4WVSAsv8yHcB3JKixf)

3. 点击**应用**以将颜色应用到小组件预览中进行预览。

## 5. 将混搭组合添加到商品页面以外的其他页面

{% hint style="info" %}
除结账页面外，您可以将混搭组合模块放置在店铺的任何页面上。
{% endhint %}

**步骤 1：** 在 **Shopify 导航菜单**中前往您的**网店** => 选择**主题** => **自定义**

**步骤 2：** 在 **Shopify 主题编辑器**中，前往您想要添加混搭组合模块的页面。

然后，在左侧面板中向下滚动，点击**添加区块**，选择**应用**，找到并选择 **BOGOS: Mix and Match** 模块。

<figure><img src="/files/9iji8lbOWyUX8bgX3Nc0" alt=""><figcaption></figcaption></figure>

**步骤 3**：在右上方面板中，完成设置字段

<p align="center"><img src="/files/oZc8sXvMx56KQ0TLtyGd" alt="" data-size="original"><br></p>

* **优惠活动 ID**：输入您想要显示的混搭组合优惠活动的 ID。
* **展示商品**：从您的店铺中选择一个商品。所有关联到该商品的混搭组合优惠活动都将显示在当前页面上。


---

# 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-mix-and-match.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.
