For the complete documentation index, see llms.txt. This page is also available as Markdown.

Create an option

spinner

Options and variants

Options allow you to offer the same service in different configurations without creating multiple services.

An option describes what can vary within a service, for example color, storage size, or performance level. Each option contains one or more variants, which represent the actual selectable values.

This makes it possible to keep your service portfolio clean while still offering flexibility where it matters.


Mapping configuration

The mapping configuration defines how an option behaves within the service setup.

Some options belong together and describe different aspects of the same configuration. Others represent independent additions that can be added on top of a service.

Options of type Combination are used for variations that belong together, such as color, memory, or storage. Selected variants are treated as one combined configuration.

Options of type Additive are used for independent additions, such as accessories or additional services. These options do not depend on other selections and can be added individually.

Choosing the right mapping configuration helps you model real-world setups accurately while keeping services easy to maintain.


Display type for options

When an offer contains options with multiple variants, you can control how these variants are displayed in the marketplace.

The display type does not change the logic or pricing of an option. It only affects how variants are presented to the user during selection.


Standard view

In the Standard view, variants are displayed as individual selection cards.

This layout is ideal when:

  • the number of variants is small

  • variants are visually or conceptually distinct

  • you want users to compare options at a glance

The standard view works especially well for options like colors, editions, or clearly differentiated configurations.


Compact view

In the Compact view, variants are displayed inside a dropdown menu.

This layout is helpful when:

  • there are many variants

  • variants are similar in nature

  • screen space should be kept minimal

The compact view keeps the interface clean and prevents long lists from overwhelming the user.

Last updated

Was this helpful?