Migrating Bundable to a New Shopify Theme
When you install Bundable, the app automatically creates a product-bundler.liquid
template in your active theme. However, when switching to a new theme, this template doesn't transfer automatically.
Here are two ways to restore your bundle functionality:
Option 1: Support Team Assistance (Recommended)
Contact our support team at support@soviapps.com with your myShopify URL, and we'll republish the template in your new theme for you.
Option 2: Manual Migration
Follow these steps to manually transfer the template:
Step 1: Copy the Template
- Navigate to your previous theme (the one with the working bundle template)
- Go to Online Store > Themes
- Click Edit code on your previous theme
- Find and open
product-bundler.liquid
- Copy all the code from this file
Step 2: Create the New Template
- Go to your new theme's code editor
- Create a new template:
- Select "product" as the template type
- Name it "bundler"
- Paste the copied code into the new template
- Save changes
Important Notes
⚠️ Preview Requirement: The bundle page does not work in Shopify's theme customizer. You must use the preview function to properly view your bundle pages.
Your bundle functionality should now work correctly in your new theme!