> 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/faqs/1.-how-to-create-a-gift-with-purchase-offer.md).

# 1. 如何创建“购物赠礼”优惠活动？

{% embed url="<https://youtu.be/R-DeHLuCFOw?si=6w880J6uH1yZMX5s>" %}

{% hint style="info" %}
购物赠礼是一种促销活动：当顾客购买达到特定订单金额时，将获得赠品。

例如：满 $100 获赠赠品，满 $200 获赠 2 份赠品……
{% endhint %}

以下是在 BOGOS 应用中创建购物赠礼活动的步骤。

**第 1 步：点击“创建优惠活动”**

<figure><img src="/files/5GnYujd8y97igUoOKqD6" alt=""><figcaption></figcaption></figure>

**第 2 步：选择条件：在“优惠活动主要条件”中 > 添加主要条件 > 选择购物车金额条件** > 添加此条件

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

\*\*第 3 步：设置购物车金额范围。\*\*填写优惠活动的最低（及最高）购物车金额条件。顾客的订单金额须落在此范围内才能获得赠品。

例如：您可以将最低值设置为 100，这样顾客必须在您店铺消费满 $100 才能获得赠品。您还可以将该优惠活动应用于特定商品、类型、供应商或系列。

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

\*\*第 4 步：选择赠品。\*\*为该优惠活动选择赠品。您可以更改赠品的折扣百分比以及顾客获得的赠品数量。

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

**第 5 步：点击发布**，即可立即在您的网店上线该优惠活动。\
如果您想先保存优惠活动设置、暂不发布，请点击**保存草稿**。


---

# 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/faqs/1.-how-to-create-a-gift-with-purchase-offer.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.
