Add booking form directly on a page

January 25, 2019

You can add booking form directly on your page instead of a button and a lightbox. There are two ways you can do that: Shortcode You can add [latepoint_book_form] shortcode to the place on your page where you want the form to be rendered. You can customize the form using shortcode attributes. Example of using […]

Add a trigger to custom element to open a booking form

January 9, 2019

You can add a trigger to your custom element to open a booking form when the element is clicked by adding the os_trigger_booking css class to that element. If you want to preselect agent, location or service on the booking form, you will have to add data- attributes to your element. Note: it works with […]

How to show only services from specific category

January 3, 2019

If you want to preselect service category to so that your customers can only see services that belong to this category, you can simple set selected_service_category attribute of the [latepoint_book_button] shortcode with a list of category IDs you want to appear on the booking form. You can find service category ID on categories list page in […]

How to pick specific categories to be displayed on the booking form

January 3, 2019

If you want to show only specific service categories to your customers when they book their appointment, you can simple set show_service_categories attribute of the [latepoint_book_button] shortcode with a list of category IDs you want to appear on the booking form. You can find service category ID on categories list page in admin: Example Usage: [latepoint_book_button […]