Skip to content

Configure Plan Mapping

Plan mapping translates internal plan identifiers into human-readable names shown to users. Add-on mapping does the same for add-on keys.

  1. Open your Vertical in Strapi
  2. Find the planMapping repeatable field
  3. Add entries for each plan:
Field Purpose Example
planName Internal plan ID (from pricing engine) BASIC
mappedName Display name shown to users Basic Plan
planName mappedName
BASIC Basic
COMFORT Comfort
PREMIUM Premium Plus
  1. Find the addonMapping repeatable field
  2. Add entries for each add-on:
Field Purpose Example
key Internal add-on key (matches Quote-Page add-on key) GLASS_COVERAGE
label Display name Glass Coverage
  • Quote page — Plan columns in the coverage table use mappedName
  • Checkout — The selected plan shows the mappedName
  • Policy details — After purchase, the policy summary uses mapped names
  • Add-on labels — Anywhere add-ons are listed, label is used instead of the raw key