Add-On: Front-End Agents
After installing and activating the Front-End Agents add-on for Booked, everything is fairly automated. There are no settings (yet) to apply. It simply converts the Profile pages of logged in Booking Agents (or admins) into the front-end agent view.
<?php echo '<img src="'.CP_PLUGIN_URL.'/css/images/default_thumbnail.png">'; ?>
Create a Profile Page (if you don't have one already)
To create the profile page, simply create a page and call it Profile (or whatever you'd like) and then place the following shortcode on the page:
[booked-profile]
Visit the Profile Page
Now that you have a Profile page, visit this page as a logged in Booking Agent or Administrator. You will see three tabs:
- Upcoming Appointments — These are the appointments in your assigned calendars that are upcoming. You can view and/or cancel them from this tab.
- Pending Appointments — These are appointments that were submitted but not approved yet. You can view, approve, and/or cancel them from this tab.
- Appointment History — This is where all of your past appointments will end up. You can view and/or delete them from this tab.