# How to Exclude the Shipping Protection Widget from Collections

**Overview**\
Due to Shopify’s cart system, Shipping Protection is actually set up as a digital product in your store. When you enable the Shipping Protection widget, the app automatically creates a Shipping Protection product so customers can add protection to their orders. As a digital product, Shipping Protection may appear on your storefront. If you want to hide the Shipping Protection product from product lists and collections, follow the steps below.

***

#### 1. Hide Shipping Protection from the Home Page (All Products Collection)

**Step 1:** Go to the **Collections** section in your Shopify admin and click **Add collection**.

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

**Step 2:** Name the collection “All”, set **Collection type** to **Smart**, then set **Conditions** to **all conditions**.\
Choose **Type**, then **is not equal to**, and set the value to “Protectify”.\
Click **Save** to finish.\
This will exclude the Shipping Protection product from your All Products collection.

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

**Note:**

* If the “All” collection already exists, you do not need to create it again. Simply update the conditions as described above.
* If you accidentally deleted the “All” collection, you can recreate it following this guide.

**Step 3 (If needed):**\
If the above method does not work, go to **Content > Menu** in your Shopify admin and replace any menu links to your product list with the newly created “All” collection.

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

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

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

***

#### 2. Hide Shipping Protection from Specific Collections

**Step 1:** Go to the **Collections** section in your Shopify admin and select the collection you want to hide the Shipping Protection product from.

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

**Step 2:** Set **Collection type** to **Smart**, set **Conditions** to **all conditions**, choose **Type**, then **is not equal to**, and set the value to “Protectify”.\
Click **Save** to apply.

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

**Note:**

* If your collection is set to “any condition”, the Shipping Protection product will appear as long as it meets any one of the conditions. To ensure it is excluded, use “all conditions” and make sure the product does not meet any of the conditions.

***

#### 3. Exclude Shipping Protection from Product Discounts

If you do not want discounts to apply to the Shipping Protection product, simply exclude it from the relevant collections used for discounts.

**Step 1:** Go to **Collections** in your Shopify admin and select the collection you want the discount to apply to. For site-wide discounts excluding Shipping Protection, use the “All” collection and set it up as described above.

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

**Step 2:** Go to **Discounts** in your Shopify admin and click **Create discount**.\
In the discount settings, set **Applies to** as **Specific collections**, and select the collection that excludes the Shipping Protection product.\
Save the discount. Now, the discount will not apply to the Shipping Protection product.

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

If you want the discount to apply to Shipping Protection, simply add it to the relevant collection.

***

**Need help?**\
If you need further assistance, please contact our support team at <mark style="color:purple;"><support@protectifyapp.com></mark>.

***


---

# 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://protectify.gitbook.io/protectify-docs/how-to-exclude-the-shipping-protection-widget-from-collections.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.
