Pro add-on · Merchandising

Product Bundles for WordPress

Package several products under one SKU at a fixed or automatically computed price.

$199/yr or $549 once — all 35 add-ons Same admin as the free core Enable or disable without losing data
What it does

Product Bundles, in practice.

Turns any product into a bundle with a stored composition, recomputing the bundle price whenever the composition changes. The bundle sells as a single line, but real inventory is checked and decremented against each component, and the component list is snapshotted onto the order for warehouse and invoice use.

CapabilitiesMerchandising
  • Composition editor with atomic full-list replacement
  • Price computed from components, honoring per-line overrides
  • Component stock shortfalls surfaced at checkout
  • Component stock decremented atomically at order creation
  • Stock restored once on cancel or full refund from the order snapshot
  • Validation: no self-reference, no nested bundles
Where it shows up

Storefront, admin and settings.

On the storefront

  • “What’s included” section on the product page

In the admin

  • Bundle composition editor per product

Settings you control

  • Show the bundle contents on the product page
For developers

Routes and hooks.

Built on the same Addon SDK as every other Pro add-on — extend it instead of replacing it.

REST routes

  • GET /ambikly-pro/v1/products/{id}/bundle-items
  • PUT /ambikly-pro/v1/products/{id}/bundle-items
  • POST /ambikly-pro/v1/products/{id}/bundle-items
  • DELETE /ambikly-pro/v1/products/{id}/bundle-items

Core hooks it listens to

  • ambikly_stock_shortfalls
  • ambikly_product_detail_body
  • ambikly_order_created
  • ambikly_order_status_changed
  • ambikly_order_refunded
  • rest_api_init
Setup

From toggle to live in a few minutes.

  1. Enable it

    Ambikly → Add-ons → Product Bundles → toggle on. Pro must be active; nothing else to install.

  2. Set it up

    Open its settings panel and set: show the bundle contents on the product page.

  3. Find it in use

    The storefront surfaces, admin screens and settings it adds are listed under “Where it shows up” above; nothing needs placing by hand unless a shortcode is named there.

  4. Turn it off without losing anything

    Disable the add-on from the same screen. Its settings and data stay in place, and a lapsed license pauses it the same way — the store keeps running.

Where it fits

Part of the physical products story.

Inventory, variations, shipping zones, tax rates, coupons, refunds and seven payment methods ship in the free core. Conditional shipping rules, shipment tracking, swatches and bundles arrive with Pro — in the same admin.

  • Inventory and low-stock alerts in Free
  • Shipping zones and tax rates in Free
  • No transaction fees
FAQ

About Product Bundles.

Does a bundle sell out when one component does?

Yes. Each component’s real stock is checked, so a bundle with a sold-out part reports the shortfall like any ordinary product.

Can I put a bundle inside a bundle?

No — nested bundles are rejected on save.

What happens to a digital product turned into a bundle?

Its original type is remembered and restored when the bundle is removed.

Get Product Bundles with every other add-on.

Pro is $199 a year or $549 once, for all 35 add-ons. Enable this one from the same admin the day you need it.