Documentation

Learn how to set up, customize, and expand the functionality of WooCommerce

Product Bundles

Categories


Documents

  • REST API Reference

    WooCommerce 2.6 added support for REST API endpoints based on the WordPress REST API infrastructure. Product Bundles extends the /products/ and /orders/ endpoint responses with 2 new properties: bundled_by and bundled_items. Additionally, Product Bundles 8.3.0 added support for Store API cart/add-item, cart/update-item and cart/remove-item endpoints to allow updating cart via Store API programmatically. Products Product […]

  • Snippets

    Use these snippets to customize the appearance and functionality of WooCommerce Product Bundles. To use a snippet, download the linked file and activate it as you would with any other plugin. Alternatively, you can copy the code to your site. We would recommend adding these snippets into a separate snippets plugin rather than modifying your […]

  • Store Owner’s Guide

    Installation Getting Started Creating Bundles To create a product bundle: Every product you add under the Bundled Products tab has a dedicated set of options that allow you to control various parameters, such as its minimum and maximum quantity. These options are explained in Bundled Product Settings. Note that it’s possible to bundle multiple instances […]