OxifyOxify
Frequently Bought Together (FBT)

FBT button variables and pricing display

Customize the FBT add-bundle button text and how prices are displayed.

This article is a draft and may be incomplete or change before publishing.

Button text variables

The "Add bundle" button text supports three tokens replaced at runtime:

  • {bundle_total} — The total price of all bundle items.
  • {savings} — The discount amount or percent.
  • {count} — The number of items in the bundle.

Examples

  • Add {count} items for {bundle_total} → "Add 3 items for $74.97"
  • Bundle and save {savings} → "Bundle and save $15"
  • Add bundle — save {savings} → "Add bundle — save 15%"

Pricing modes

  • Total — One total price for the whole bundle.
  • Per-item with strikethrough — Each item shows its original and discounted price.
  • Savings-first — Lead with "Save $X" prominently, prices secondary.

Lead with savings when the discount is the main pitch. Lead with total when the bundle's value is the main pitch.

On this page