---
title: "Product Bundles for WooCommerce PRO"
description: "Split payments for WooCommerce Product Bundles. Bundle pricing overrides individual product prices, and transfer settings are configured at the bundle level just like any other product."
url: "https://docs.splitpayplugin.com/features/integrations-and-compatibility/product-bundles-for-woocommerce/"
---
## Overview

[Product Bundles for WooCommerce](https://woocommerce.com/products/product-bundles/) allows you to group multiple products together and sell them as a single unit, often at a discounted price. Split Pay integrates with Product Bundles to ensure that transfer calculations are based on the **actual bundle price** charged to the customer.

## How bundle pricing affects transfers

When a bundle is sold, the individual product prices within the bundle are typically replaced by the bundle's own pricing. This is an important distinction for transfer calculations:

Transfer settings on the **individual bundled products are ignored** when they are purchased as part of a bundle. Only the transfer settings on the **bundle product itself** are used.

For example, if Product A ($50) and Product B ($30) are bundled together for $60:

*   Any transfer settings on Product A or Product B are **not used** for this order.
*   The transfer is calculated based on the **$60 bundle price** using the bundle product's transfer settings.

## Configuring transfers for bundles

Set up transfers on a bundle product the same way you would on any standard WooCommerce product:

Navigate to **Products → Edit** for your bundle product.

Open the **Split Pay** tab in the product data panel.

Configure your connected account, transfer type (percentage or fixed amount), and the transfer value.

Save the product.

If no product-level settings are configured on the bundle, global transfer settings will apply (just like any other product).

## Example

| Item | Individual Price | Bundle Price | Transfer Setting | Transfer Amount |
| --- | --- | --- | --- | --- |
| **Starter Bundle** (Product A + B + C) | $50 + $30 + $20 = $100 | $75 | 20% on bundle | $15.00 |

The transfer is 20% of the **$75 bundle price**, not the $100 sum of individual prices.

## Per-item pricing bundles

Product Bundles supports a "per-item pricing" mode where the bundle does not have its own price — instead, each bundled item retains its individual price. In this case:

*   Each bundled item appears as a separate line item in the WooCommerce order.
*   Split Pay will process each line item individually using its own transfer settings (or the global settings).
*   Transfer settings on the bundle product itself are not used since the bundle has no price of its own.

If your bundle uses per-item pricing, configure transfer settings on each individual product rather than on the bundle itself.

## Requirements

*   **Split Pay Pro** — The Product Bundles integration requires the Pro version.
*   **Product Bundles for WooCommerce** — Tested with version 6.x and above.
