Wizio Bundles - Quantity Breaks
May 18, 2023

How to enable shopify app embed and add app block ?

With most of the application, it is required to enable App Embed in order to enable the application. Follow the given steps below, to enable app embed and add app block.

Learn more
Wizio Bundles - Quantity Breaks
May 18, 2023

How to create a quantity breaks bundle on shopify store ?

Are you looking forward to create an offer for your shopify store product ?

Do you want to setup a Buy 3 Get 1 Free, Buy 2 Get 1 Free, BOGO, Buy 2 Get 10% Off like offers for your shopify store ?

Learn more
Wizio Bundles - Quantity Breaks
March 12, 2022

How to enable storefront integration / enable app ?

1. From your Shopify admin, go to Online Store > Themes.

2. Find the theme that you want to edit, and then click Customize.

3. Click Theme settings.

Learn more
Wizio Bundles - Quantity Breaks
March 12, 2022

How to Choose a Bundle Type?

Bundle Builder offers three types of bundles, allowing you to choose how you want individual products in bundle orders to be processed and fulfilled. These types are:

1) Product Bundle
2) Variant Bundle
3) Quantity Bundle / Volume Discount

To learn more about these three bundle types, see our other help below:

Learn more
Wizio Bundles - Quantity Breaks
March 12, 2022

Difference between Automatic Bundle and Manual bundle?

Automatic display will display the first assigned bundle in the product.

The manual display will display the bundle that the bundle you want to show on this product.

Wizio Bundles - Quantity Breaks
March 12, 2022

How to create a Product Bundle?

Step 1 – To create a “Product” bundle go to the bundle page and then click “Create Bundle” from the top right corner.

Step 2 – You can see a page like this after clicking create bundle. Then there you have to click “Create” in the Product Bundle box.

Step 3 – After selecting the discount type, you need to fill in the bundle information. Then click “Next” at the bottom right.

Learn more
Wizio Bundles - Quantity Breaks
March 12, 2022

How to create a Variant Bundle?

Step 1 – To create a “Variant” bundle go to the bundle page and then click “Create Bundle” from the top right corner.

Step 2 – You can see a page like this after clicking create bundle. Then there you have to click “Create” in the Variant Bundle box.

Step 3 – After selecting the discount type, you need to fill in the bundle information. Then click “Next” at the bottom right.

Learn more
Wizio Bundles - Quantity Breaks
March 12, 2022

How to create a Quantity Bundle / Volume Discount?

Step 1 – To create a “Quantity Breaks” bundle go to the bundle page and then click “Create Bundle” from the top right corner.

Step 2 – You will see a page with different bundle options. Then there you have to click “Create” in the Quantity Bundle box.

Step 3 – You need to fill in the bundle information. Then click “Next” at the bottom right.

Learn more
Wizio Bundles - Quantity Breaks
March 12, 2022

How to place an app block to display bundle ?

In order to display bundle on product detail page with Shopify online store 2.0 themes,
You need to place an app block through theme editor.

Step 1 – Click on “Online Store” > “Themes” in Shopify admin left hand sidebar.

Step 2 – Find and click “Customize” button to customize the theme.

Step 3 – Choose “Products” and then product template from top bar given in theme editor screen.

Learn more
Wizio Bundles - Quantity Breaks
March 12, 2022

Difference between Draft Order Bundle and Discount Code bundle?

The draft order opens the checkout page directly and applies the discount without the discount code. Simply put, the draft order works the way Shopify’s “Buy It Now” button works.

The main difference between the Draft Order Bundle and Discount Code Bundle is, you can track orders from Google Analytics or Facebook pixel in a discount code bundle which you are not able to do with the draft order bundle method.

Learn more
Wizio Bundles - Quantity Breaks
March 12, 2022

Do you update the inventory level of the items in a bundle?

No, App does not handle inventory level. The inventory level will be managed by Shopify itself.

Wizio Bundles - Quantity Breaks
March 12, 2022

How to Customize appearance settings?

Go to the app settings then scroll down the page to the Appearance section. Where you can customize almost everything to match your store theme / color design.

Wizio Bundles - Quantity Breaks
March 12, 2022

How many bundles does each product show?

It can show one bundle for one bundle type.

If you’ve setup multiple Quantity Break bundle available in the application. Then it will choose a bundle created first and display.

Same thing will be applied for Product / Variant / Frequently Bought Together bundles.

Wizio Bundles - Quantity Breaks
March 12, 2022

Why discount code is not visible or applied to the cart ?

Don’t worry the discount will be applied to the checkout process directly.

Wizio Bundles - Quantity Breaks
March 12, 2022

How to show a manual Product Bundles on the product page?

Display bundles anywhere in your store with just a HTML tag.

Just Copy & Paste the div tag given below in a template (liquid file) where you would like to display product bundles.

<div class="wz-product-bundle-block"></div>

Wizio Bundles - Quantity Breaks
March 12, 2022

How to show a manual Variant Bundles on the product page?

Display bundles anywhere in your store with a tag.

Just Copy & Paste the div tag given below in a template / liquid file where you would like to display variant bundles.

<div class="wz-variant-bundle-block"></div>

Wizio Bundles - Quantity Breaks
March 12, 2022

How to show a manual Quantity Bundles on the product page?

Display bundles anywhere in your store using html tag.

Just Copy & Paste a div tag given below in a template / liquid code where you would like to display quantity bundles.

<div class="wz-quantity-bundle-block"></div>

Wizio Bundles - Quantity Breaks
March 12, 2022

How to show a manual Frequently Bought Together on the product page?

Display bundles anywhere in your store with a html tag.
Just Copy & Paste the div tag given below in a template / liquid file where you would like to display frequently bought together.

<div class="wz-fbt-bundle-block"></div>

Wizio Bundles - Quantity Breaks
March 12, 2022

How to show a specific bundles manually on the product page?

Display bundles anywhere in your store using Bundle ID.

Just Copy & Paste the div tag given below in a template (liquid code) where you would like to display specific bundles.

<div class="wz-specific-bundle-block" data-bundles="Ex: 123, 456.."></div>