Variants

Each item could linked with a variant.

Variants are displayed in the frontend only, if they are enabled by TypoScript.

Enabling is easy. See

Architecture

  • item
    • variant (properties: label, required)
      • variant 1 (properties: label, fee, default)
      • variant 2 (properties: label, fee, default)
      • variant … (properties: label, fee, default)
      • variant n (properties: label, fee, default)

Poperties

Exclusive

Variants are exclusive. This means

  • Each item has its own variant.
  • You can’t use a variant for more than one item.
  • If you need a variant for two items, you have to enter this variant twice.

Required

If a variant is required, one of the variant childs must be selected.

Variants 1 .. n

You can select no or one variant

Fee

Fee for a variant

  • can be 0.00 or greater than 0.00
  • and can’t be < 0.00