Skip to content
Bundle Setup

How Do I Hide Products Created by the App?

Updated 2026-03-03

When you create a bundle, Bundable generates a Shopify product in your store. This product is used to store variants for each bundle configuration. By default, this product may be visible in your store’s search results and collections.

How to Find Bundle Products

Bundle products created by Bundable can be identified in two ways:

  • From the Bundable app: Click View Product next to any bundle on the dashboard to go directly to the linked Shopify product
  • By product type: Newer bundles have the product type Bundle. Older bundles may have the product type svi_hidden.

How to Hide Bundle Products

  1. Go to your Shopify admin → Products
  2. Find the bundle products using the methods above
  3. Click on the product
  4. In the Product organization section, make sure the product is not included in any manual collections you don’t want it in
  5. To hide from search: go to Online Store → Themes → Edit Code and modify your search template to exclude products with the type Bundle (or svi_hidden for older bundles)

The easiest approach is to use Bundable’s automatic redirect theme block. When a customer visits a bundle product page, they’re immediately redirected to the bundle builder page instead. This prevents customers from seeing the raw product page.

To enable it:

  1. Go to Online Store → Customize
  2. Find Bundable under App embeds
  3. Toggle on the Bundle Product Redirect block
  4. Click Save

This works automatically for any product that has a Bundable hash ID in its metafields.

Need help hiding bundle products? Contact us at support@soviapps.com.