{% extends "pretixcontrol/event/settings_base.html" %} {% load i18n %}{% load bootstrap3 %} {% block inside %}
{% blocktrans %}Choose how buyers move through checkout. Each flow maps to real pretix components — some need a little event configuration (noted below).{% endblocktrans %}
| 1 · Express single-page | {% trans "Works out of the box. This plugin adds a compact, sticky-CTA style; pair with the Checkout boosters plugin for scarcity + wallets." %} |
| 2 · Dedicated add-ons step | {% trans "Native. Give your ticket product an add-on category (camping, parking, merch) — pretix shows the add-ons step automatically. No other setup." %} |
| 3 · Upsell interstitial | {% trans "This plugin adds a real extra checkout step. List the upsell product IDs above (VIP upgrade, fast-track, bundle). Shown after tickets, before details." %} |
| 4 · Seating / zones first | {% trans "Attach a seating plan to the event (Settings → Seating). Buyers pick seats first; offer parking as an add-on category." %} |
| 5 · Queue / register to unlock | {% trans "Enable the Pre-sale referral and/or Waiting-room plugins to gate the shop; the normal add-ons step follows." %} |
| 6 · Bundle / package cards | {% trans "Create pre-composed products (Weekend + Camping) or bundled add-ons; use the Dynamic pricing plugin for the 'best value' nudge." %} |