diff --git a/shop/components/order-wizard.tsx b/shop/components/order-wizard.tsx index c557564..0d7b39d 100644 --- a/shop/components/order-wizard.tsx +++ b/shop/components/order-wizard.tsx @@ -16,6 +16,7 @@ import { StepBilling } from './wizard/step-billing' import { StepSoftware } from './wizard/step-software' import { StepSummary } from './wizard/step-summary' import { SummarySidebar } from './wizard/summary-sidebar' +import { LicenseLookupPanel } from './wizard/license-lookup-panel' type CategorySelection = { productId: string | null // selected product in this category @@ -734,10 +735,16 @@ export function OrderWizard({ animate={{ opacity: 1, x: 0 }} exit={{ opacity: 0, x: -20 }} > -
Schritt 3 von 4 — Software konfigurieren
+ Geben Sie Ihre bisherige CAS-Lizenznummer ein, + um Lizenzinformationen automatisch abzurufen. +
+ ++ Demo: + setLicenseKey('CAS-2023-PRO-00123')} + > + CAS-2023-PRO-00123 + + {' · '} + setLicenseKey('CAS-2020-STD-00456')} + > + CAS-2020-STD-00456 + +
++ Lizenzserver wird abgefragt… +
+Lizenz nicht gefunden
++ Die eingegebene Nummer wurde im Lizenzsystem nicht gefunden. + Bitte prüfen Sie die Eingabe. +
+Produkt
+{result.product}
++ {result.edition} · v{result.version} · {result.seats} Arbeitsplätze +
+Lizenznehmer
+{result.customer}
+
+
+
{fmt(result.issuedAt)}
+
+
+ {fmt(result.expiresAt)} +
+
+
{fmt(result.maintenanceUntil)}
+
+
+