- How to Display Tax-Inclusive Prices in LatePoint
- Bundled Services
- Managing Bookings With The New Shopping Cart
- Set custom start date for the calendar on your booking form
- How to make Phone Number a required field?
- Add booking form directly on a page
- Redirect to a custom “Thank you” page after booking is complete.
- Adding a booking button to your page
- Change 12/24 hour time system
- How to skip agent selection step and have agent automatically assigned
- Add custom content before or after booking steps
- Customize Book Button Appearance
- Add preselected Agent, Service or Location on Book Appointment Button or Form
- How to change time slot style on the calendar?
- Custom CSS for changing colors
- Booking Form Editor
- Specify which services, agents and locations will be available on a booking form
- How to pick specific categories to be displayed on the booking form
- How to show only services from specific category
- Set custom fonts for the booking form
- How to setup Facebook Pixel
- How to Disable the Messaging Functionality in LatePoint
- How to upgrade to Version 5?
- How to Update to Version 5.1.0
- Which addons are part of a PRO bundle in version 5?
- How to deactivate my license from a website I no longer use.
- Redirect to a custom “Thank you” page after booking is complete.
- How to add a link to terms of service checkbox custom field
- Edit content of the left panel section
- How to enable self hosted Google Calendar setup?
- How does LatePoint send emails?
- How to enable debug log?
- Add to Calendar link is not working
- Getting “One of the plugins is invalid” error when installing add-ons
- Error: unexpected ‘int’, expecting function…
- Service categories not showing during booking process
- Error: Cannot read properties of null (reading: verifyBuyer)
- WordPress Users still can’t login, even when “Use WordPress users as customers” option is checked
- New service is being created when trying to update existing service.
- Auto-sync of events from Google Calendar is not working
Shortcode to output a list of resources
This shortcode will output a list of bookable resources, it could be agents, services or locations. There are two ways of adding it to your page:
Shortcode
[latepoint_resources items="agents" columns="4"]

[latepoint_resources items="services" columns="4"]

[latepoint_resources items="locations" columns="3"]

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"]
Booking process settings
This shortcode accepts the same booking parameters as the booking button. You can specify which which agent, service or location is preselected, start date etc. For example if you want to preselect a specific agent for a list of generated services, you can do the following:
[latepoint_resources items="services" selected_agent="any"]
Full list of booking attributes:
[latepoint_shortcode_attributes_skip_steps]
Block Element
If you are using a WordPress theme that supports Block Elements, you can search for a list of resources element in a list of available Blocks.

Once you’ve inserted this block, its attributes can be edited using a settings panel for that block:

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