Linux 软件免费装
Banner图

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

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

标签

woocommerce bundle product bundles composite products kit builder

下载

4.4.11 4.4.12 4.4.13 4.5.2 4.4.14 4.5.0 4.5.1

详情介绍:

BundleBoss adds one configurable bundle product type to WooCommerce that stretches from a simple fixed pack to a kit the customer configures item by item. Want a straightforward "buy these three together and save"? Set it up in a minute. Want customers to choose the size and colour of every unit and buy the lot as one cart line? That is the heart of BundleBoss, and it is where most bundle plugins stop short: they lock every slot, while BundleBoss is built around customer choice from the first click. If you can describe the bundle, chances are you can build it here. And when you find something it 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). Shops run BundleBoss for discounted deal packs, configurable products, build-your-own kits, team kit and workwear, and starter packs. Highlights BundleBoss Pro 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 in the Highlights list above 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. Upload the plugin to /wp-content/plugins/bundle-boss/, or install via the Plugins screen.
  2. Activate it through the Plugins screen.
  3. Create a new product and choose the Bundle product type.
  4. Add products in the Bundle Items tab, set pricing in Bundle Pricing, optional promotions in Bundle Promotions.

屏幕截图:

  • Build-a-box (Pro): the customer fills a box by picking any number from a pool you define, with a target size and a live count and total.
  • Size-run grid (Pro): order ten across colours and sizes in one matrix with colour swatches, instead of ten separate rows.
  • Configurator layout (Pro): a full-page two-pane builder with a price on every option and a running "Your build" summary.
  • Choice slots (Pro): the customer picks each item from the pools you define, ideal for team kit and made-to-order bundles.
  • Conditional items (Pro): a bundle item appears only after the customer picks something that needs it, enforced on the server.
  • 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.5.2 Clearer savings everywhere, plus more build-a-box control and a few fixes: 4.5.1 A thorough tidy-up of the bundle editor, so building a bundle is faster and clearer: 4.5.0 The Builder's biggest update yet. All of the following are in Pro: 4.4.15 4.4.14 4.4.13 4.4.12 4.4.11 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