# Product Combo

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

{% embed url="<https://www.youtube.com/watch?v=50dCR7GMwGA>" %}

## 01 - Set up Product Combo

### **Create a Metafield for Bundle:**

1. From your Shopify admin, go to **Settings** -> **Metafields**.
2. Click **Products → Add Definition.**
3. Please enter correct **Namespace and Key** as we noted below.

```
Name: Combo Discount Rate or any name.
Namespace and key: c_f.combo_discount_rate
Select content type: Integer
```

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

### How to create one more Metafields to specify which items will in the Product Combo

Repeat the same process we noted above.

* For the Name: you can enter anything you want.

{% hint style="info" %}
The Namespace and Key must be ***"c\_f.product\_combo"*** for the function to work.
{% endhint %}

```
Name: Product Combo or any name.
Namespace and key: c_f.product_combo
Select content type: Single Line Text
```

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

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

### 02 - Create Product Combo in the database

1. From your Shopify admin, go to **Products section -> Click "Add Product" button**

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

&#x20; **2.** Enter the **title** and **description** for Product Combo.

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

&#x20;**3.** Upload some images about the Product Combo to the **Media Section**.

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

&#x20;**4.** Scroll down to the **Product Metafields** section, you will see the **2 Metafields** you created a moment ago **"Product Combo" and " Combo Discount Rate"**

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

&#x20;**5.** Go to **another Tab**, select some Product you want to add to the **Combo**.

**Tip:** Right click and open the Products on the new tabs.&#x20;

&#x20;**6.** On each Product, Scroll down to the **Search Engine Listing** section and copy its handle, then past it to the **Product Combo Metafield.**

**Note:** Repeat the same process with all the product you want to add to the **Combo.**

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

> **The handle in Product Combo must be separated with a Comma.**


---

# 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://halosoft.gitbook.io/ella-documentation/product-page/product-combo.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.
