# Show or hide recommendations

These settings let you control when recommendations appear on your store using product tags.\
They are useful if you want recommendations to show only on selected products, or never show on certain products.

***

### ⚙️ Only show recommendations if the product has specific tags

What this does\
Recommendation products will appear only on products that contain at least one of the tags you specify.

**How to use**

1. Open the app > click **Settings** > **General**
2. Find **Only show recommendations if the product contains one of the following tags** field
3. Enter one tag per line
4. Save the settings

<figure><img src="https://3173367560-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FRM5h2vtdtoVXQ1FbxweB%2Fuploads%2FlqO8pswG611JZfEdYx6e%2F2025-12-19_21-39-36.png?alt=media&#x26;token=6f42af86-44be-4102-95a5-9aced381b3ab" alt=""><figcaption></figcaption></figure>

**Example**

```
show_recommendation
has_recommendation
```

**Result**

* Products with the tag `show_recommendation` will show recommendations
* Products without these tags will not show recommendations

<figure><img src="https://3173367560-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FRM5h2vtdtoVXQ1FbxweB%2Fuploads%2FNN6GfmjoEOwvDKiLRih7%2F2025-12-19_21-44-50.png?alt=media&#x26;token=8edd03ab-812b-4199-9156-314fe69c4446" alt=""><figcaption></figcaption></figure>

**Best for:**

* Gradually enabling recommendations
* Testing widgets on a few products only

***

### ⚙️ Do not show recommendations if the product has specific tags

What this does\
Recommendations will be hidden on products that contain any of the tags you enter.

**How to use**

1. Open the app > click **Settings** > **General**
2. Find **Do not show recommendations if the product contains one of the following** tags field
3. Enter one tag per line
4. Save the settings

<figure><img src="https://3173367560-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FRM5h2vtdtoVXQ1FbxweB%2Fuploads%2FsJgIQwwut8bHjknELpV3%2F2025-12-19_21-43-32.png?alt=media&#x26;token=8efe6f33-f150-47af-86ae-f142f419bb8d" alt=""><figcaption></figcaption></figure>

**Example**

```
no_recommendation
gift_card
```

**Result**

* Products tagged `no_recommendation` or `gift_card` will never show recommendations
* All other products will continue to show recommendations normally

**Best for:**

* Excluding gift cards
* Excluding special or standalone products

***

### ⚙️ Exclude specific products from being recommended

What this does\
Products with these tags will never appear inside recommendation widgets, even if they match the rules.

**Example**

```
out_of_stock
internal_use
```

**Result**

* These products will not be shown as recommendations
* They can still exist in your catalog

**Best for:**

* Hiding internal, unavailable, or restricted products

***

### ✅ How these rules work together

The app applies rules in this order:

1. **Only show if product has tag** (gate rule)
2. **Do not show if product has tag** (override rule)
3. **Exclude products from recommendations** (final filter)

If a product matches an exclusion rule, it will **not show recommendations**, even if other rules allow it.

***

### 🧪 Example

**Settings**

```
Only show if tag: show_recommendation
Do not show if tag: no_recommendation
Exclude products with tag: hidden
```

**Product A**

* Tags: `show_recommendation`\
  → ✅ Recommendation products show

**Product B**

* Tags: `show_recommendation`, `no_recommendation`\
  → ❌ Recommendation products hidden

**Product C**

* Tags: `hidden`\
  → ❌ Will never appear in recommendations as a related product

***

**🙋 Still need support?**

If you still need help, please feel free to contact us at <hi@tipo.io>. We’ll be happy to assist you further.
