BYOB ‑ Build Your Own Bundle

by SillyCube Technology Ltd.

Let customers build custom bundles. Sell more items. Boost AOV

About BYOB ‑ Build Your Own Bundle

Want to offer customized bundle products built by customers? Looking for a build-a-box solution? Drive sales with big packs? BYOB is here to help!

Why BYOB?

When I buy a Switch, I can select 1 console + 1 game + 1 membership + 1 accessory from 4 different collections. But this is not possible under Shopify. That’s where the idea comes from.

What is BYOB?

BYOB helps you to create customizable bundles. Let’s say, you want to offer:

  1. Buy X for $Y. Select any 3 products from collection A. Pay a discounted price.
  2. Select Any 1 product in collection A AND Any 1 product in collection B. Customers will get a 10% off discount.
  3. 4-pack, 6-pack, 8-pack with NO discount

The bundle is shown as a product under collection(s).

Benefits

  • Upsell more items. Generate more sales
  • Save time from defining the bundles yourself
  • Bundle with unpopular collections to clear stock

Who is it for?

If you are offering a wide selection of products and your customers want to make their own choices, BYOB is suitable for you.

How it works?

3 steps:

  1. You create a bundle. It will be displayed as a product under collections. This product will use our special product template.
  2. When a customer adds the selected products to the cart, BYOB will generate a variant and place it into the cart.
  3. After the customer checkout, BYOB will convert the order back into individual products (SKU) so your inventory keeps in sync.

Features:

  1. Set up customizable bundle conditions easily
  2. Offer bundle discount with % discount, fixed price or fixed-amount discount
  3. Edit design in the theme editor to match with your brand
  4. Show individual items in orders. Keep inventory sync

How BYOB is different from other bundle apps?

  • Only offer 1 type of bundle and we support discount codes
  • Easy to use. We target merchants instead of developers.
  • Easy setup. Don’t bother with your liquid files. Just install BYOB and give it a shot
  • Customize the template design with theme sections. Preview changes in real-time
  • Mobile-Friendly

FAQ:

Can I set it up easily? I can’t code

Yes, you can set it up in a minute. Just click the install app button in the AppStore and follow our instructions. Contact us if your theme is not supported

Does it support discount codes?

Yes! You can apply an automatic discount or a discount code.

Can I ask you some questions?

Yes, just contact Benny via the support email. My timezone is UTC +8:00 / HKT

Me: What are you waiting for?

Try BYOB now. Get your first sale before you pay me!

Build customizable kits with BYOB. It’s a good alternative for Product Kit, Bundle Builder & Bundable

How to add to cart button on collection page Shopify

Add the following lines of code at the bottom of the page. All you have to do is to copy these lines of codes and paste it at the bottom of the product-card-grid.liquid page.

<form action="/cart/add" method="post" enctype="multipart/form-data" id="AddToCartForm" class="quick-add-to-cart small--hide clearfix">
{% if product.variants.size > 1 %}
  <select id="product-select-{{ product.id }}" name='id' class="text-center">
  {% for variant in product.variants %}
  {% if variant.available %}
    <option {% if variant == product.selected_or_first_available_variant %} selected="selected" {% endif %} data-sku="{{ variant.sku }}" value="{{ variant.id }}">{{ variant.title }}</option>
  {% else %}
    <option disabled="disabled">
    {{ variant.title }} - {{ 'products.product.sold_out' | t }}
    </option>
  {% endif %}
  {% endfor %}
  </select>
  {% else %}
    <input type="hidden" name="id" value="{{ product.variants.first.id }}" />
  {% endif %}

  {% if product.available %}
    <button type="submit" name="add" id="AddToCart" class="btn btn-mini text-center" onclick="ga('send', 'event', 'Quick Add To Cart', '{{ product.type }}', '{{ product.title }}');">Add To Cart</button>
  {% else %}
    <h6>Out of Stock</h6>
  {% endif %}
</form>

Collections Add to Cart Button for Shopify

Allow users to select variants & buy items on collection pages

About Collections Add to Cart Button

Boost your sales while reducing shopping time by adding an ‘add to cart button’ in every product on collection pages.

Make It Easier for Your Customers

Make the shopping process at your store easier! Including ‘Add to cart’ buttons on collection pages will speed up the checkout process for your customers.

Prompt Customers to Purchase

Allowing products to be added to the cart directly from collection pages helps increase sales.

Simple Integration

This app is fully integrated with all devices for the most popular Shopify themes.

Quick as a Flash

Simplicity and lightning-fast page load speeds are our greatest strengths, and both features are possible to reach with the help of our efficient development infrastructure.

Styles Customization

Customization is a great business strategy. Adjust the app styles with just a few clicks to adapt to your store’s look.

Plug and Play

The app will be installed in your store easily. No coding or template modifications are required. It is fully and smartly integrated with the most popular Shopify themes, so no additional configuration is required…The easier, the better!

Unique Customer Service

We know speed matters, especially when it comes to customer service. Our support team is always glad to help quickly and efficiently.

About Incubate

With a high level of commitment about innovation and creativity, Incubate provides an outstanding variety of apps for Shopify stores. We offer original and valuable solutions.

  • Successful apps in the Shopify market
  • Customer-centric
  • Original development, high-quality code & exceptional experience

Link

add to cart on collection page shopify

Please follow below steps to add “Add to cart” button on Shopify collection pages for each product.

  1. From your Shopify admin, to to Online Store > Theme.
  2. Find the theme you want to edit and then click Action > Edit code.
  3. In the online code editor of collection page find to the loop {% for product in collection.products %} add the below code.
<form action="/cart/add" method="post">
{% if product.variants.size == 1 %}
<input type="hidden" name="id" value="{{ product.variants.first.id }}" />
{% else %}
<select name="id">{% for variant in product.variants %}<option value="{{ variant.id }}">{{ variant.title }}</option>{% endfor %}</select>
{% endif %}
<div><button type="submit" name="add">Add to cart</button></div>  
</form>

add to cart on collection page shopify

Just follow the steps for Debut theme for Add to cart button on collection pages.

  • From Shopify Admin select Online Store and click on Themes
  • Choose your main theme
  • Click the . . . on the top left-right (see below) and hit Edit code
  • Open Snippets -> product-card-grid.liquid File and paste below code at the end of the page
<form method="post" action="/cart/add">
  <input type="hidden" name="id" value="{{ product.variants.first.id }}" />
  <input min="1" type="number" id="quantity" name="quantity" value="1"/>
  <input type="submit" value="Add to cart" class="btn" />
</form>

Bundler ‑ Product Bundles for Shopify

Bundle products, Mix&Match bundles, discounted pricing

Increase average order value

Increase your average order value by offering your customers a discount or free shipping when they buy a combination of products.

Choose bundle discount type

Set a percentage discount, fixed amount discount, fixed price or free shipping discount for each product bundle.

Compatible with subscriptions!

Bundler can apply bundle discounts even on auto-charging subscription products! You can apply bundle discount on initial or all orders!

About Bundler ‑ Product Bundles

Bundler – Product Bundles will help you boost your sales and increase your average order value by applying discounts on products bought in bundles. Bundler is a market disruptor, as it offers bundling functionality to Shopify users for a great price!

What is a bundle?

A bundle is a combination of products that get a discount when purchased together. Bundled products will help you increase your average order value, boost your sales and sell your less popular products.

Example: Create a bundle with two products and offer a 15% discount on both if purchased together. The product bundle will be displayed on these two product pages with discounted prices.

Main benefits:

  • Offer bundles to your customers
  • Increase average order value
  • Boost sales with bundle discounts
  • Sell popular products together with less popular products
  • Bundle discounts are applied at checkout
  • Bundle funnel popups
  • Compatible with subscriptions (NEW)

Compatible with subscriptions (NEW)

Bundler was recently updated to make it compatible with subscriptions!

Fixed bundle price

Create a bundle with a fixed price and the app will calculate the discount!

Funnels

Funnels allow you to promote your bundles in a popup whenever a customer adds one product from the bundle to the cart!

Percentage discount

You can set a percentage discount on products in the bundle. This is the easiest and most effective way of creating bundle discounts!

Fixed amount discount

Set a fixed discount for products in the bundle. The discount will be proportionally divided between products when they are bought together.

Free shipping

Give your customers free shipping when they buy a bundle.

Bundle builder or Mix&Match functionality

Create a Mix and Match bundle to allow your customers to build their own bundle based on your requirements.

Bundle savings popup

Display a popup with the total bundle savings for the current user’s cart. This gives users an overview of their savings and increases conversion rate by asking them to checkout right now!

Shopify POS integration

Apply bundle discounts in your Shopify POS by simply clicking on the app name and applying the available discounts!

Bundle variants from the same product

You can create bundles on product level or variant level. Product level bundles will have a dropdown to select a variant, while variant level bundles will treat each variant as a separate product.

Custom image for variant bundle

Hide products and display a custom bundle image for variant level bundles.

Landing page for each bundle

Each bundle has a landing page so you can promote it without any extra work.

Display bundle on any page you want

Bundler offers a unique functionality where you get a special HTML snippet you can use to display a bundle on any page you want!

Integrates with

  • Add to cart button,
  • POS,
  • Currency Converters,
  • Subscriptions

Shopify Design Policy

Although Shopify Support is able to support a wide range of basic customizations, keep in mind that Shopify can’t help with the following tasks:

  • Implementing unsupported tutorials
  • Customizing or troubleshooting themes that contain significant code changes
  • Installing, removing, or modifying third-party apps (apps not developed by Shopify)
  • Customizing or troubleshooting third-party code (code not developed by Shopify, including code from Experts and Forums)
  • Customizing or troubleshooting content added via the rich text editor.
  • Adding new fonts
  • Editing slideshows (including sizing, cropping and functionality)
  • Adding pop-ups
  • Adding additional add to cart buttons on product pages or collection pages
  • Changing drop-down menus into buttons
  • Providing advanced collection sorting and filtering
  • Making a theme wider or narrower
  • Making an unresponsive theme responsive
  • Adding infinite scroll (showing more products or content as the page scrolls)
  • Editing images (including cropping, adjusting color profiles, removing backgrounds, etc.)
  • Adding hover effects to product images
  • Adding labels or badges on collection pages
  • Adding color swatches
  • Implementing changes that provide misleading or deceptive information to customers
  • Moving features from one theme to another
  • Changing the color of payment icons
  • Editing the code for the checkout (except for Shopify Plus)
  • Custom translation services (including Order Printer and E-mail Notification Templates)
  • Providing coding instructions or feedback

Free Shipping Bar for Shopify

[Required] Setup Free Shipping:

Follow these steps to setup free shipping with a minimum order value for your Shopify store:

  1. Go to Shopify Admin > Settings > Shipping
  2. Open the relevant Shipping Profile
  3. Add a Shipping Zone to this profile
  4. Add Shipping Methods to this zone
  5. Add a Condition and select “Based on order price”
  6. Enter a minimum order price (same as the goal in the Free Shipping Bar App)
  7. When you’re finished, click “Done”

Now you can create a bar by clicking the “Create New Bar” button below. (Watch Tutorial Video)

BASIC, SHOPIFY, AND ADVANCED PLANS INCLUDE:

  • Online store
  • Unlimited products
  • 24/7 support
  • Abandoned cart recovery
  • App ecosystem with 4,100+ apps
  • Print shipping labels
  • Sales channelsSell on online marketplaces and social media. Channel availability varies by country.
  • Fast and reliable checkout
  • Free SSL certificate
  • Over 100 currencies for your online store
  • Discount codes
  • Shopify POS LiteAccept casual, in-person payments at markets, fairs, pop-ups, and more.
  • Shopify POS Pro for $89 USD a month for each locationRun your brick-and-mortar business with powerful tools built for omnichannel selling.
  • Manual order creation
  • Gift cards

How to disable your password page in Shopify Website

When you are in trail mode means you don’t have any plan, then Shopify website page ask password

  1. Login into your Shopify account
  2. Click on Select Plan Button
  3. Choose Plan as per your need

After Buy a Plan

  1. Click on Online Store
  2. Select Preferences
  3. Scroll and GOTO Password Protection section