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

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 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>