Hier finden sich Events die sich mit dem Bestellprozess Schritt "Persönliche Daten" befassen.
Hinweis: Events die eher auf Datenobjekte wie sessionCheckout oder shopOrder reagieren sollten sollten nicht in diesem Event verarbeitet werden sondern in deren Events.
Events
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.
|