Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.

Hier finden sich Events die sich mit dem Bestellprozess Schritt "Persönliche Daten" befassen.

...

Interface: \brandbox\shop\viewCheckout\lib\event\checkoutSessionEventInterface

Methode

Eingabe

Rückgabe

Beschreibung

onShowPersonalAccordion

\brandbox\shop\viewCheckout\lib\event\checkoutPersonalEventInterface

void

This event presents programmers with the opportunity to show or hide the "personal" tab in the checkout accordion.

The $showPersonalData parameter of the dto will determine the state of the tab once the event is over.
The propagation of the event can be stopped by setting the $continue parameter of the dto to false.


dtoBuildPersonalData

...