> 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/integration/themes.md).

# 主题

### 各工具的功能

#### BOGOS:

* 创建、运行和管理优惠活动类型:赠品、捆绑、追加销售与折扣。
* 展示和管理促销小组件:赠品滑块、捆绑页面、折扣小组件和促销消息。
* 应用资格规则:控制哪些客户、商品、系列或购物车条件符合各项优惠活动的资格。

#### 主题:

* 控制店铺的视觉布局、模板和交互组件(包括购物车抽屉、商品页面以及购物车/结账展示)。
* 主题决定了界面元素出现的位置和方式,以及客户与购物车的交互方式。

### 集成带来的功能

**购物车抽屉中流畅的赠品处理:**

当 BOGOS 添加或移除赠品时,主题的购物车抽屉会正确更新(显示赠品、移除控件、更新后的总计),无需强制重新加载页面或额外的商家设置。\
\
**安全可靠的展示:**

主题级别的集成确保 BOGOS 元素在店铺模板中安全渲染(避免代码片段损坏或小组件缺失),使赠品和消息仅在适当时机显示。\
\
**更少的手动配置:**

商家无需编辑主题代码即可实现可用的赠品流程——集成会自动处理布局和行为,使优惠活动开箱即用。\
\
**跨设备一致的用户体验:**

由于主题控制响应式行为,BOGOS 的赠品交互(抽屉行为、消息、移除控件)在桌面端和移动端保持一致,减少混淆和购物车摩擦。

### 已集成的标签与徽章应用

* [Zest – Shopify Theme](https://themes.shopify.com/themes/zest/styles/gusto?utm_source=BOGOS\&utm_medium=inapp\&utm_campaign=partnership)
* [Soul by Halo Themes](https://themes.shopify.com/themes/soul/styles/elegant?locale=en\&surface_detail=templates\&surface_inter_position=1\&surface_intra_position=21\&surface_type=templates)
* [Roar Theme](https://roartheme.co/)
* [Sleek Theme](https://themes.shopify.com/themes/sleek/presets/sleek?utm_source=BOGOS\&utm_medium=InappBanner\&utm_campaign=partnership)

<br>


---

# 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/integration/themes.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.
