Table of Contents

Magento 2 Bundle Builder User Guide

For a shopper-friendly overview of features and setup, see the Magento 2 Bundle Builder User Guide - Product Builder Flows on the storefront. This wiki page remains the full technical documentation.

Extension context

This is a Toweringmedia Magento 2 extension guide for the current admin extension catalog.

Product page

Overview

Bundle Builder is the multi-step bundle configuration flow pack for the Towering Media Product Builder framework. It adds wizard flows for building kits from a base device plus dependent accessories — the shipped flows cover Garmin units, mount kits, and accessory selection, with collar AI preview support.

What this extension does

Requirements

Installation

Install and validate in a staging environment before production rollout.

cd /path/to/magento
composer require toweringmedia/module-bundle-builder
 
bin/magento module:enable Toweringmedia_BundleBuilder
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento setup:static-content:deploy -f
bin/magento cache:flush

Currently published versions at the time of writing:

Toweringmedia packages are served from the licensed Composer repository https://composer.toweringmedia.com/. If Composer reports that the package could not be found, your credentials are missing or the license does not cover this package yet. Retrieve your keys from My Account on toweringmedia.com, or contact support@toweringmedia.com.

General installation notes that apply to every Toweringmedia extension are in the installation guide.

Configuration

Basic usage and what to expect

  1. Install and enable the module, then assign a bundle flow to the parent products that should use the wizard.
  2. Step through the storefront wizard to confirm dependent options resolve correctly and the bundle adds to cart with the expected child items.

Notes and limitations

Validation checklist

Troubleshooting

Support