Auto-sync of events from Google Calendar is not working

October 30, 2021

If you have followed our guide on setting up two-way sync with Google calendar, LatePoint should automatically block time slots of the events that you create in Google Calendar. If you see your calendar events in “grey” instead of “green” it means something is preventing Google to push updates to your server. Some membership plugins […]

New service is being created when trying to update exiting service.

October 20, 2021

This issue might happen when you have a lot of locations or agents and your PHP limit set for max_input_vars directive is not enough to handle form submission, If there are more input variables than specified by this directive, an E_WARNING is issued, and further input variables are truncated from the request. For more info click here. […]

How to enable debug log?

October 5, 2021

To enable debug set WP_DEBUG and WP_DEBUG_LOG to true in your wp-config.php file: Once you’ve done that – all further errors will be logged in wp-content/debug.log file. Please provide our support agents with this file AFTER you enabled debug and replicated the error. !! IMPORTANT: Once the issue is fixed – remove these debug settings […]

How to develop custom payment add-ons for LatePoint

October 5, 2021

For this example we will integrate Flutterwave payment processor into LatePoint. First of all you have to download our latepoint-addon-starter plugin from GitHub. Unzip it and rename the folder to latepoint-payments-flutterwave and replace all instances of -addon-starter with –payments-flutterwave. Open the main file, which is now called latepoint-payments-flutterwave.php and renamed all variables and strings from […]