Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Bookly

    (@ladela)

    Hi Raymond,

    Thanks for your interest in our product.

    Currently the only option to book appointment with Bookly is to fill in the booking form.
    Manually you may add appointments from the back-end calendar or appointments tab.

    Thanks!

    Thread Starter RaymondTri

    (@raymondtri)

    Is there no way to hook into this?

    At this point I’m even looking into solutions like :

    ?>
    `<script type=”text/javascript” src=”/plugins/bookly-responsive-appointment-booking-tool/backend/modules/appointments/resources/js/ng-app.js”></script>
    <form class=”form-inline” action=”” method=”post” style=”margin-bottom: 20px”>
    <button type=”button” class=”btn btn-info pull-right” ng-click=”newAppointment()”><?php _e( ‘New appointment’, ‘bookly’ ) ?></button>
    </form>
    <?php
    include ‘/plugins/bookly-responsive-appointment-booking-tool/backend/modules/calendar/templates/_appointment_form.php’;`

    We need to expose a back end form for non-admins to create appointments for other users.

    Are there any suggestions that you could give me? I don’t have a problem writing code, but I want to be going in the right direction and have not dug through your plugin yet to see exactly how it works.

    Plugin Author Bookly

    (@ladela)

    Hello,

    Currently Bookly doesn’t provide a hook API so there is no way to hook into the code for now. Soon we are planning to release a hook API in our future releases.

    Thanks,
    Ladela Team

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Pre-Purchase Question’ is closed to new replies.