Vendi Golf has 3 fee settings –
- 3 hours
- 5 hours
- Twilight

We use customer properties for these settings –
VENDI_GOLF_HIRE_FEE_3_HOURS
VENDI_GOLF_HIRE_FEE_5_HOURS
VENDI_GOLF_HIRE_FEE_TWILIGHT
The Twilight fee will start after a cut off time which is set by customer property:
VENDI_GOLF_TWILIGHT_START_TIME

If carts are booked during twilight times, the entire available booking for the rest of the day is allocated to that booking.
These are the 3 basic settings. We can configure different times and rates by venue ID. please check the customer properties of vendigolf to refer to existing properties when making changes.
If we need a different fee for a day of the week then we use this property
| VENDI_GOLF_HIRE_FEE_3_HOURS_day(THURSDAY) VENDI_GOLF_HIRE_FEE_5_HOURS__day(THURSDAY) VENDI_GOLF_HIRE_FEE_TWILIGHT_day(THURSDAY) |