Baza-Buchungskalender v2 – Vollständige Referenz zu JavaScript-Ereignissen und -Triggern Eine vollständige Übersicht über alle JavaScript-Ereignisse in Baza Booking Calendar v2 . Nutzen Sie diese Ereignisse zur Integration mit Google Analytics 4 , Google Tag Manager , LiveChat, Zapier oder beliebigen benutzerdefinierten Skripten.
Alle Ereignisse werden ausgelöst bei $(document) mit dem bbc Präfix ausgelöst. Abhören mit:
$(document).on('bbcEventName', function(e, data) {
console.log(data);
});Initialisierung Ereignis Parameter bbcInitialized–
Kalender Ereignis Parameter bbcCalendarPrintedservice, queryParamsbbcAjaxPrintCalendarSuccess– bbcCalendarNavigateddirection: next/prev, queryDatabbcServiceChangedservice, queryDatabbcHandleClick– bbcCalendarClickHandledelement, selectedCountbbcFirstClickInDayelement, date, daybbcRangeSelectedstartIndex, endIndex, day, datebbcDayResetelement, day, datebbcSelectedSlotsCleared– bbcCalendarRefreshClicked– bbcCalendarClearedservicebbcSwipeDetecteddirectionbbcPendingSlotClicked– bbcBookedSlotClicked– bbcUnableSlotClicked– bbcOffSlotClicked– bbcPrevButtonDisabledTodaydate
Ereignis Parameter bbcFormSubmittedformDatabbcFormValidatedisValidbbcFormSubmitSuccessoutAction: buy/get_urlbbcFormSubmitFailedreasonbbcFormSubmitIgnored– bbcFormSubmitError– bbcUnenableSlotsCheckedfound_slotsbbcRulesCheckboxChangedchecked: boolbbcInvoiceCheckboxChangedchecked: bool
Gutschein Ereignis Parameter bbcCouponAppliedcouponCode, couponData.coupon_type, couponData.coupon_valuebbcCouponCheckFailedreason: empty_code/invalid/errorbbcCouponReset– bbcCouponAlreadyAppliedcouponCodebbcCouponButtonClicked– bbcDiscountCalculateddiscount, totalPrice, couponData
Zusätzliche Dienstleistungen Ereignis Parameter bbcAdditionalServicesLoadedservicebbcAdditionalQtyIncreasedid, name, value, totalPricebbcAdditionalQtyDecreasedid, name, value, totalPricebbcAdditionalCategoryChangedcategoryIdbbcSelectedServicesUpdatedselectedServices, totalPricebbcAdditionalServicesCleared– bbcAdditionalServicesInputUpdatedselectedServices, formattedStringbbcPopupOpened– bbcPopupClosed– bbcServiceQuantityChangedserviceId, deltabbcServiceRemovedserviceId
Preise Ereignis Parameter bbcTotalCalculatedtotalPrice, totalDiscount, taxAmount, selectedHours, chosenDatesbbcBookingDetailsUpdatedvollständiges Ergebnisobjekt bbcUpdateBookingDetails–
Treueprogramm Ereignis Parameter bbcLoyaltyFoundloyaltyData, userDatabbcLoyaltyDiscountApplieddiscountPercent, loyaltyDatabbcLoyaltyDiscountCalculateddiscount, totalPrice, discountPercentbbcLoyaltyReset– bbcLoyaltyNotFounduserDatabbcLoyaltyMessageShownloyaltyDatabbcLoyaltyCheckErrorerror, userData
Warenkorb-Modul Für Warenkorb-Ereignisse muss das BBC-Cart-Modul unter „Einstellungen – Allgemein – Warenkorb aktivieren“ aktiviert sein.
Ereignis Parameter bbcDiscountApplied– bbcLoyaltyApplied– bbcCouponApplied– bbcCouponReset–
Benutzeroberfläche und System Ereignis Parameter bbcComponentsInitialized– bbcComponentsBound– bbcEventHandlersInitialized– bbcUIInitialized– bbcApplicationStarted– bbcTextCopiedtextbbcCopyFailederrorbbcStateChangedkey, value, oldValuebbcConfigChangedkey, valuebbcScrolledTotarget, element
Zuletzt geändert: 10.08.2026