Learn how to set up, customize, and expand the functionality of your WooCommerce products with our library of documentation and tutorials.
  1. Documentation /
  2. Products /
  3. Extensions /
  4. Product Bundles

Product Bundles

Categories


Documents

  • Actions Reference

    Summary This guide documents the most useful action hooks available in Product Bundles. It is not an exhaustive reference of all available actions and does not include tutorials on how to achieve certain tasks. We recommend reading Data Structures and Storage and keeping the Functions Reference handy. Take time to familiarize yourself with the plugin […]

  • Compatibility and Integrations

    Product Bundles has been designed from the ground up to follow WooCommerce conventions and sound engineering practices. However, third-party extensions or plugins may not always interact with it in a seamless, predictable manner. We can only guarantee that a plugin will work with Product Bundles only after reviewing its code for potential issues. Supported Extensions […]

  • Data Structures and Storage

    Product Data Product Bundles are stored in the database as custom post type entries of the product post type, similar to all product types in WooCommerce core. The extension introduces the Product Bundle product type by adding a bundle term value to the product_type taxonomy. All bundles are instances of the WC_Product_Bundle class, which extends […]

  • Extensions

    This document lists some popular official extensions and free plugins that add more functionality to Product Bundles. Free Mini-Extensions Free mini extensions are provided are supported voluntarily in WordPress.org forums. To install a free mini-extension: Product Bundles – Bulk Discounts Product Bundles – Bulk Discounts introduces dynamic pricing rules and bulk quantity discounts to Product […]

  • Feedback and Suggestions

    Don’t see a feature in Product Bundles that you think would be useful? We’d love to hear it! The best place to start is the Ideas board, where you can view and up-vote existing feature requests, or add your own. Alternatively, suggest it to our support team and we’ll consider adding it in a future release.

  • Filters Reference

    Summary This guide documents the most useful filter hooks available in Product Bundles. It is not an exhaustive reference of all available filters and does not include tutorials on how to achieve certain tasks. We recommend reading Data Structures and Storage and keeping the Functions Reference handy. Take time to familiarize yourself with the plugin […]

  • Frequently Asked Questions

    Basic Functionality Some items do not appear or cannot be purchased in bundles, although they appear to be saved correctly. Products that are part of a Product Bundle must have a price assigned, even when Priced Individually is unticked. WooCommerce does not allow products with a blank price to be purchased. Note that some third-party plugins may interfere with […]

  • Functions Reference

    Summary This guide introduces some of the most useful functions available in Product Bundles. It does not include tutorials on how to achieve certain tasks. We recommend reading Data Structures and Storage before consulting this reference. Take time to familiarize yourself with the plugin architecture and the the WC_PB_Cart, WC_PB_Order, WC_PB_DB and WC_Bundled_Item_Data objects. Cart […]

  • Product Bundles

    Product Bundles allows you to group existing simple, variable, and subscription products — and sell them together. The extension allows you to: Bundle simple and variable products — and limit the available variations. Bundle multiple instances of the same product. Set a min/max quantity for each bundled product, or define a lower/upper limit for the combined quantity […]

  • Product Bundles v5.0 – What’s New

    WooCommerce Product Bundles version 5.0 introduces many features requested by store owners and developers. The biggest upgrade to date, the release addresses the scalability and stock reporting requirements of large stores and brings even greater pricing and shipping flexibility for creating complex bundles. Requirements WooCommerce 2.4 or higher is now required. If your site is […]