User Tools

Site Tools


magento2:extensions:magento-2-bundle-builder

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

  • Multi-step wizard for configuring bundles from a base item plus dependent accessories.
  • Garmin, mount kit, and accessory selection flows.
  • Collar AI preview support.
  • Shares validation, pricing summary, and add-to-cart planning with Product Builder Core.

Requirements

  • Magento 2.4.x (Open Source or Adobe Commerce).
  • PHP: ^8.2 || ^8.3 || ^8.4 (as declared by the published package).
  • A current Toweringmedia license and Composer credentials for https://composer.toweringmedia.com/.
  • Requires toweringmedia/module-product-builder-core and toweringmedia/module-ai-core — Composer installs both automatically.

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/module-bundle-builder — 0.2.1

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

  • Bundle Builder ships no configuration section of its own. Builder settings live in Stores > Configuration > Towering Media > Product Builder (config section product_builder, provided by Product Builder Core).
  • Which products use a bundle flow is set on the product records, not in Stores > 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

  • This is a flow pack, not a standalone builder. It is only useful alongside Product Builder Core.
  • The shipped flows are built around specific product families (Garmin units and mount kits). Adapting them to a different catalog is implementation work, not configuration.

Validation checklist

  • bin/magento module:status shows the module(s) as enabled.
  • Extension configuration saves without errors in Admin.
  • The admin screens listed above are reachable and load without error.
  • Expected storefront/admin behavior is present after a cache flush.
  • No critical PHP/JS errors appear in var/log/ during the primary test flow.

Troubleshooting

  • Composer cannot find the package: confirm the https://composer.toweringmedia.com/ repository and your credentials are present in auth.json, and that your license covers this package.
  • Feature not visible: verify module status, flush cache, and redeploy static content.
  • Admin setting not applying: clear cache and confirm the config scope (default / website / store view).
  • Unexpected behavior: retest with only the required related modules enabled.

Support

magento2/extensions/magento-2-bundle-builder.txt · Last modified: by 127.0.0.1