Set up Bundle builder Page
Hello store owners, this article will guide you on how to access the Bundle Page from your store
What is a Bundle Page?
A Bundle Page allows you to showcase product bundles in a dedicated section on your store, making it easier for customers to purchase them
Here’s how you can add your Bundle Page to your store navigation for easy access:
Step 1: Activate app embed
If you haven't, make sure the widget app-embed Go to Online stores >> Theme customization >> App embed >> Turn on Snap Bundle app embed
Step 2: Add bundles to your Bundle Page
Head to the Bundle page section, and click Choose your bundle. Select the bundles you want to display, and then click Save
Our app will automatically create a Shopify page. You can find all your pages in the Shopify admin
To make the Bundle page easily accessible from your store, add it to your store’s navigation menu. Go to Online stores >> Navigation. Select “Add a menu” or “Edit an existing menu” and include the Bundle page you just created
Step 3: Create a template for the Bundle Page in your theme
To properly display the Bundle Page content on your Shopify store, follow these steps:
1. Access the Theme Code Editor
• Navigate to Online Store > Themes
• Click Edit Code on your active theme
2. Add a New Template
• In the templates folder, click Add a new template
• Select Template type: Page and choose Liquid as the file extension
• Name the file snap-bundle, then click Done
3. Insert Content into the Template
• Open the newly created snap-bundle.liquid file
• Add the following code to display the Bundle Page content:
<div id="snb-main-content">{{ page.content }}</div>
• Click Save to apply the changes
Once you’ve completed these steps, your Bundle Page will be ready to display in your Shopify store! 🚀