• Resolved vasaragova

    (@vasaragova)


    Please provide me Filter function (action Hooks) for updating and delete appointment back-end

    (1) I want to filter functions after updating appointments like customers, employee,services from CMS then after I need to perform an action so without any core changes I will update my code

    (2) Filter function for delete appointment from CMS then after I want to add some code

    I have only 4 webhooks but I want to webhook or filter function delete and update appointment

Viewing 1 replies (of 1 total)
  • Plugin Author ameliabooking

    (@ameliabooking)

    Hello there.

    Unfortunately, we don’t have hooks (action and filters) at the moment. What we have is a few JS hooks that are triggered depending on the view:

    window.beforeAddToCalendarLoaded()
    window.beforeBookingLoaded()
    window.beforeSearchLoaded()
    window.beforeSearchFiltered()
    window.afterSearchFiltered()
    window.beforeConfirmedBooking()
    window.beforeCatalogLoaded()
    window.afterSelectCatalogCategory(object_category)
    window.beforeCatalogCategoryLoaded(object_category)
    window.beforeCatalogServiceLoaded(object_category, object_service)
    window.afterSearchActivateService(object_appointment, object_serviceActive)
    window.afterSearchGoToSecondStep(object_appointment, object_serviceActive)
    window.afterBookingSelectDateAndTime(object_appointment, object_serviceId, object_providerId, object_locationId)
    window.afterBookingSelectService(object_appointment, object_serviceId, object_providerId, object_locationId)
    window.beforeConfirmBookingLoaded(object_appointment, object_service, object_provider, object_location)
    window.afterConfirmBooking(object_appointment, object_service, object_provider, object_location)

    What you’re looking for to achieve is not possible with the plugin’s built-in features. Since you’re using webhooks, which are only available in the full (paid) version of the plugin, please open a ticket on our official support platform, and we’ll gladly help you there.

    Commercial products are not supported in these forums, as per this comment by ww.wp.xz.cn moderators.

    Thank you for understanding.

Viewing 1 replies (of 1 total)

The topic ‘Filter function (action Hooks) for update and delete appointment back-end’ is closed to new replies.