|

List of shortcodes for LatePoint

Booking Form

Adds a booking form directly onto the page.

[latepoint_book_form]
CleanShot 2023 04 26 At 23.29.19@2x 1024x578

Example usage with attributes

You can find a full list of available attributes by clicking this link.

[latepoint_book_form selected_agent="1" hide_side_panel="yes"]

Booking Button

Adds a booking button on the page. Clicking this button will open a booking modal.

[latepoint_book_button]
CleanShot 2023 04 26 At 23.32.44@2x 1024x645

Example usage with attributes

You can find a full list of available attributes by clicking this link.

[latepoint_book_button selected_agent="1" css="margin-top: 10px" border="1px solid #111" calendar_start_date="2021-01-24"]

Customer Dashboard

Shows customer dashboard, if customer is logged in, if not – it will show a login form.

[latepoint_customer_dashboard]
CleanShot 2023 04 26 At 23.27.11@2x 1024x488

List of Services/Agents/Locations

Outputs a list of bookable resources, it could be agents, services or locations

[latepoint_resources items="agents" columns="4"]
CleanShot 2022 09 13 At 00.11.11@2x 1024x292
[latepoint_resources items="services" columns="4"]
CleanShot 2022 09 13 At 00.11.26@2x 1024x361
[latepoint_resources items="locations" columns="3"]
CleanShot 2022 09 13 At 00.11.48@2x 1024x352

Show specific items or groups

You can specify list of IDs of resources you want to show using item_ids attribute or group_ids if you are generating services or locations resources which have groups.

[latepoint_resources items="locations" item_ids="3,5"]
[latepoint_resources items="services" group_ids="2,4,6"]

Edit button caption text

[latepoint_resources items="locations" button_caption="Make an Appointment"]

Edit styling of the button

[latepoint_resources items="locations" button_bg_color="#111" button_text_color="#fff" button_font_size="18px" button_border_radius="10px"]

Set limit on how many items are displayed

[latepoint_resources items="locations" limit="4"]

Calendar of Services

This shortcode will output a monthly or weekly calendar of your services:

[latepoint_calendar]
CleanShot 2024 05 07 At 09.45.29@2x 1024x583
[latepoint_calendar view="week"]
CleanShot 2024 05 07 At 09.46.55@2x 1024x579

Show specific services

You can specify list of IDs of services you want to show using show_services attribute.

[latepoint_calendar show_services="1,2"]

Start on a specific date

You can set a specific date that calendar should start on. You can specify a date in YYYY-MM-DD format or enter phrases like +1 month, +1 week etc.

[latepoint_calendar date="+1 month"]
Was this doc helpful?
What went wrong?

We don't respond to the article feedback, we use it to improve our support content.

On this page