Zum Inhalt springen

FAQ

Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.

Yes. Bundle extends WooCommerce products. With WooCommerce inactive it shows an admin notice and registers no hooks. It needs WooCommerce 8.0 or newer and PHP 8.1 or newer.

The percentage is set per product on the Bundle tab; how it reaches the cart is the store-wide Discount mode under WooCommerce → Bundle:

  • Single cart fee (default), one negative line in the cart and at checkout.
  • Per-item price adjustment, each bundled line’s price is reduced. Only lines added through the bundle are affected, not the same product bought on its own.

Enter their product IDs, comma-separated, in the Bundle tab of the product editor. The product ID is in the URL while editing and in the ID column under Products. Bundle Pro replaces this with WooCommerce’s native product search.

Up to 50 companions per product. Blanks, duplicates and the product’s own ID are dropped automatically on save.

As the lead product’s _bundle_definition post meta, the companion IDs and the discount percentage. There are no custom database tables.

Can I place the box somewhere other than under the product summary?

Section titled “Can I place the box somewhere other than under the product summary?”

Yes. Use [bundle] where the current product is known, or [bundle id="123"] for a specific product, and turn off Show on product page to stop the automatic placement. The box still renders only when that product has a resolvable bundle.

Can I customise the box title and button text?

Section titled “Can I customise the box title and button text?”

Yes. The box title, add-to-cart label and discount-line label are editable and translatable on the WooCommerce → Bundle page. Leave a field blank to use its default.

Can I change the box markup or hook into the render?

Section titled “Can I change the box markup or hook into the render?”

No. The box template ships inside the plugin and is rendered directly, there is no theme template-override path and no storefront filter for the markup. Restyle it with CSS against the .bundle-box classes. Layout changes are part of Bundle Pro.

Yes, when a discount is set on the product and Show savings is on. The box shows the bundle total and the amount saved; it also shows a “save X%” line whenever a discount is set.

What happens if a bundled product is deleted?

Section titled “What happens if a bundled product is deleted?”

It is skipped, both when rendering the box and when adding to the cart. If no listed companion still resolves, the box hides itself, so a stale ID never breaks the page. At add-to-cart, an out-of-stock or unpurchasable companion is also skipped, with a notice, while the rest are added.

No. Definitions are product meta. The plugin also stores the bundle_settings and bundle_db_version options.

The uninstall routine removes the bundle_settings and bundle_db_version options and every _bundle_definition meta row, leaving no leftover data.

No. The storefront box is server-rendered with one small stylesheet and no JavaScript or jQuery. Thumbnails reserve their space (no layout shift), the box honours the visitor’s dark-mode preference, and it respects reduced-motion. (The admin settings page loads a tiny script only to position the ”?” help bubbles.)

A product-search picker, a fixed bundle price, order-history suggestions, tiered quantity pricing, mix-and-match layouts, scheduled deals and bundle analytics. See Bundle Pro.