LatePoint – Date First Booking self-updates
WordPress plugin: reorders LatePoint booking flow so customers pick a date before selecting a service
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/upggr/latepoint-date-first/archive/refs/heads/master.zipShips its own WordPress updater (Plugin Update Checker), so new versions show up under Dashboard → Updates.
A WordPress plugin that reorders the LatePoint booking flow so customers pick a date before selecting a service. Only services that have availability on the chosen date are shown.
Ideal for venues where every service shares the same work schedule — beach clubs, day spas, event spaces, etc.
What it does
- Moves the Date & Time step before the Service step
- Renders the calendar correctly even though no service is selected yet
- On the Service step, hides fully-booked services for the chosen date
Requirements
- WordPress 5.8+
- PHP 7.4+
- LatePoint Pro (tested on v5.x)
Installation
- Download the latest zip from Releases
- Go to WordPress Admin → Plugins → Add New → Upload Plugin
- Upload the zip and activate
- In LatePoint → Booking Form Editor, drag Date & Time before Service Selection and save
Updates will appear automatically in WP Admin → Plugins once a new release is published on GitHub.
How updates work
The plugin uses Plugin Update Checker to poll this GitHub repo for new releases. When a new release is published with a .zip asset, WordPress will show the standard update notification.