Linux 软件免费装
Banner图

BundleBoss - Product Bundles, Composite Products & Kit Builder for WooCommerce

开发者 bundleboss
更新时间 2026年7月15日 07:09
PHP版本: 8.0 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

product configurator frequently bought together product bundles mix and match build a box

下载

4.6.0 4.4.11 4.4.12 4.5.3 4.7.0 4.4.14 4.5.0 4.5.1 4.5.2 4.5.5 4.4.13 4.5.6 4.5.4 4.8.1 4.9.0 4.8.0 4.9.1 4.9.2 4.10.0 4.11.0 4.12.0 4.12.1 4.13.0 4.5.7

详情介绍:

BundleBoss is one plugin instead of three: deal packs, configurable kits and build-your-own boxes all live here, so you are not stitching separate bundle, mix-and-match and composite plugins together. And it starts simple: a first bundle takes about two minutes, timed from a fresh install to published on a stock store. Here is what sets it apart: most bundle plugins lock every slot. BundleBoss is built around customer choice from the first click. The free plugin groups products into a "buy these together and save" pack and lets customers pick the size and colour of every unit, buying the lot as one cart line. If you can describe the bundle, you can probably build it here. That is why shops run it for deal packs, configurable products, build-your-own kits, gift sets, and team kit and workwear. See BundleBoss build a bundle in two minutes: https://www.youtube.com/watch?v=DuWtQvS689A Try it live: demo.getbundleboss.com is a full demo store running Pro, with build-a-box discounts, a PC configurator and more. Click around and build things, nothing breaks, it resets nightly. Prefer reading? The step-by-step guides are at getbundleboss.com/docs. What is free and what is Pro The free plugin is the complete fixed-bundle product, not a demo and not a trial. You choose what goes in the bundle; your customer configures every unit of it and buys the lot as one cart line. Free includes: Pro adds the Builder and the selling tools:
Ready to grow every order? BundleBoss Pro has a 14-day trial, no card needed. Upgrading keeps every bundle you built in the free plugin.
When you find something BundleBoss does not do yet, tell us. We are small, we ship often, and we build what shop owners actually ask for (see "Tell us what you need" below). The free plugin, in detail BundleBoss Pro, in detail BundleBoss Pro adds the full Builder, advanced layouts, and the selling tools to grow every order: The free plugin is complete on its own; Pro adds everything described here. Everything under "The free plugin, in detail" stays free. Tell us what you need BundleBoss is built and updated by the people who answer its support, and the roadmap is written by real shop owners. If you need a bundle it does not handle yet, or an option you wish existed, ask for it on the support forum. Every request gets read and answered, and "can it do X?" is exactly how new features get chosen. You name it, and there is a real chance we build it. Requirements

安装:

  1. In your WordPress admin go to Plugins > Add New, search for BundleBoss, then install and activate it. WooCommerce needs to be installed and active.
  2. Go to Products > Create a bundle. The guided wizard takes you from picking products to a finished bundle page in a few minutes, with a live preview of what your customers will see.
  3. Prefer the full editor? Create a product and choose the Bundle product type: the products go on the Bundle Items tab, the deal (a percentage off, an amount off, or one fixed price) on Bundle Pricing, and extras like gift options or Buy X Get Y on Bundle Promotions.
  4. Publish and open the product page. The bundle is ready to sell, with live totals, per item options and stock checks built in.
Want to try it before installing? Use the Live Preview button on this page, or browse the demo shop at https://demo.getbundleboss.com.

屏幕截图:

  • Choice slots (Pro): the customer picks each item from pools you define, with photos and prices on every option.
  • Build-a-box with quantity breaks (Pro): the tier ladder is advertised up front, the box nudges toward the next discount as it fills, and the saving shows live.
  • Configurator layout (Pro): a full-page builder with a price delta on every option and a running "Your build" summary.
  • Size-run quantity grid (Pro): order ten across colours in one matrix with swatch tiles, instead of ten separate rows.
  • Step-by-step layout (Pro): one decision at a time with progress chips, the total always in view.
  • Gift mode (Pro): a recipient, gift message, optional gift wrap and a no-prices gift receipt, all carried through to the order.
  • Frequently bought together (Pro): an "add these together" block of companion products at a combined, discounted price.
  • Buy X get Y (Pro): buy-two-get-one-free offers scoped to the bundle's items, the cheapest free, shown as was, pay and you save.
  • Fulfilment-ready cart: the bundle is one line with its components broken out as a pick list for the warehouse.

常见问题:

Does it work with variable products?

Yes, that's the core use case. Customers pick a variation for every unit, restricted to the options you allow per bundle item.

Can a bundle include virtual or downloadable products?

Yes. Virtual items (services, licence keys you fulfil yourself) just work. Downloadable items deliver their files like any normal purchase: permissions are granted when the order is paid, the customer gets the links in the order email and under My Account → Downloads, and a refund cuts access automatically.

Does selling a bundle reduce the stock of the products inside it?

Yes. Component (and variation) stock is reduced when the bundle sells and restored if the order is cancelled or refunded. Stock is also validated during configuration, at add-to-cart, and again at checkout.

Can I set one fixed price for the bundle?

Yes. Each bundle can use either a percentage discount off the sum of the chosen items, or a fixed price that never changes regardless of the customer's choices.

Can I make the configurator match my store's branding?

Yes. The configurator inherits your theme's fonts automatically, and every colour it uses is exposed as a CSS variable. Set a handful of values in Appearance → Customize → Additional CSS and the whole interface follows your brand: :root { --bb-accent: #c2410c; /* step highlights */ --bb-ink: #1e2a4a; /* headlines and the total bar */ --bb-surface: #fffdf8; /* cards */ --bb-border: #e8e0d0; } The full token list is documented at the top of the plugin's bundle.css.

Can I show my own information next to the configurator (total weight, nutrition, performance)?

Yes. The configurator fires a JavaScript event, bundle_boss:build_changed, after every change the customer makes. The event detail carries the whole build: which products and variations are picked, quantities, and the running totals. Listen for it, derive whatever your store cares about, and render the result into the container printed by the bundle_boss_after_summary action: document.addEventListener( 'bundle_boss:build_changed', function ( e ) { if ( ! e.detail.complete ) { return; } // e.detail.items gives [ { productId, qty, units: [ { variationId, attributes } ] } ] myPanel.textContent = 'Total weight: ' + myWeightFor( e.detail.items ) + ' kg'; } ); A PC store renders performance estimates, a hamper store calories, a ski shop carry weight. The event works on every bundle, free and Pro alike.

Does it work with the block (Gutenberg) cart and checkout?

Yes, both. The classic shortcode pages and the block-based Cart & Checkout are fully supported: bundle pricing, the selections summary, stock protection and order details all work identically, and the progress-to-discount nudge appears in the block cart too. Block themes (Full Site Editing) are also tested.

Is my data removed when I uninstall?

By default, no: bundle products and their configuration are deliberately kept, so reinstalling restores everything. If you want uninstalling to remove all bundles and settings, switch on "Delete all BundleBoss data when the plugin is uninstalled" under WooCommerce → BundleBoss (download an export first, on the same page).

Can I back up my bundles or move them to another site?

Yes. WooCommerce → BundleBoss exports every bundle (items, choice pools, rules, pricing and promotions) as one JSON file. Importing matches products by SKU, then slug, so the file survives the move to a site where product IDs differ; anything that can't be matched is reported, never guessed.

Does it work on multilingual sites (WPML / Polylang)?

Yes. Bundle settings copy to translations, slot labels are translatable per language, and product/term references are mapped to the language being browsed.

更新日志:

4.13.0 - 2026-07-14 4.12.1 - 2026-07-14 4.12.0 - 2026-07-14 4.11.0 - 2026-07-13 4.10.0 - 2026-07-13 4.9.2 - 2026-07-12 4.9.1 - 2026-07-11 4.9.0 - 2026-07-11 4.8.1 - 2026-07-10 4.8.0 - 2026-07-09 4.7.0 - 2026-07-07 4.6.0 - 2026-07-06 4.5.7 - 2026-07-03 4.5.6 - 2026-06-30 Smoother upgrade from free to Pro: 4.5.5 - 2026-06-27 Match the builder to your brand, plus editor and display polish: 4.5.4 - 2026-06-24 A new way to lift order value, right at the cart: 4.5.3 - 2026-06-24 Display fixes for themes that show products in a narrow column, including block themes: 4.5.2 - 2026-06-24 Clearer savings everywhere, plus more build-a-box control and a few fixes: 4.5.1 - 2026-06-21 A thorough tidy-up of the bundle editor, so building a bundle is faster and clearer: 4.5.0 - 2026-06-21 The Builder's biggest update yet. All of the following are in Pro: 4.4.15 - 2026-06-21 4.4.14 - 2026-06-21 4.4.13 - 2026-06-20 4.4.12 - 2026-06-20 4.4.11 - 2026-06-19 4.4.10 4.4.9 4.4.8 4.4.7 4.4.6 4.4.5 4.4.4 4.4.3 4.4.2 4.4.1 4.4.0 4.3.1 4.3.0 4.2.1 4.1.2 4.1.0 4.0.0 3.6.0 3.5.0 3.4.0 3.3.0 3.2.x