class ProductQuantity { constructor() { this.init(); } init() { this.bindEvents(); this.updateAllProductStates(); //this.initSmartWizard(); } initSmartWizard() { // SmartWizard Event-Listener für Schrittwechsel $(".smartwizard-abo").on( "leaveStep", (e, anchorObject, stepNumber, stepDirection) => { // Formular im aktuellen Schritt finden const $currentForm = $(e.target).find(".tab-pane.active form"); if ($currentForm.length) { // Temporäres Formular erstellen und absenden const $tempForm = $("