Next Commerce
Addon Toggle

Addon Toggle

The Addon Toggle lets visitors independently add or remove individual packages — add-ons, warranties, insurance, upgrades, or any optional item. Unlike the Package Selector (pick one), any number of toggles can be active at the same time.

How It Works

  1. Add data-next-package-toggle to a container and place [data-next-toggle-card] children with data-next-package-id
  2. Clicking a card that is not in the cart adds it; clicking one that is in the cart removes it
  3. Mark a card data-next-selected="true" to auto-add it on page load (deduped across page refreshes)
  4. Prices are fetched with the full current cart as context so offer discounts that depend on cart total are reflected correctly

On this page