FAQ
Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.
Does it require WooCommerce?
Section titled “Does it require WooCommerce?”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.
How is the discount applied?
Section titled “How is the discount applied?”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.
How do I choose the bundled products?
Section titled “How do I choose the bundled products?”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.
How many products can a bundle contain?
Section titled “How many products can a bundle contain?”Up to 50 companions per product. Blanks, duplicates and the product’s own ID are dropped automatically on save.
Where is the bundle definition stored?
Section titled “Where is the bundle definition stored?”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.
Does it show how much the customer saves?
Section titled “Does it show how much the customer saves?”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.
Does it create custom database tables?
Section titled “Does it create custom database tables?”No. Definitions are product meta. The plugin also stores the bundle_settings and bundle_db_version options.
What happens when I delete the plugin?
Section titled “What happens when I delete the plugin?”The uninstall routine removes the bundle_settings and bundle_db_version options and every _bundle_definition meta row, leaving no leftover data.
Does it add jQuery or shift the layout?
Section titled “Does it add jQuery or shift the layout?”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.)
What does the Pro edition add?
Section titled “What does the Pro edition add?”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.