Content
Amelia WordPress Booking plugin uses shortcodes for easy adding booking forms and customer and employee panels to the front-end page of any WordPress website. Below is the list of shortcodes available in Amelia.
1. For Step-by-Step Booking Wizard view:
- [ameliabooking] if you want to show the basic Step-by-step Booking wizard,
- [ameliabooking category=1] if you want to show only the services from a category with ID 1,
- [ameliabooking service=1] if you want to show the booking form for the service with ID 1.
- [ameliabooking employee=1] if you want to show the booking form for the employee with ID 1,
- [ameliabooking location=1] if you want to show the booking form for the location with ID 1,
- [ameliabooking category=1 employee=1] if you want to show only the services from a category with ID 1 that are assigned to the employee with ID 1,
- [ameliabooking category=1 location=1] if you want to show only the services from a category with ID 1 that are provided on the location with ID,
2. For the Service Catalog view:
- [ameliacatalog] if you want to show the basic Service Catalog view,
- [ameliacatalog category=1] if you want to show only the services from a category with ID 1,
- [ameliacatalog service=1] if you want to show this form for the service with ID 1,
- [ameliacatalog employee=1] if you want to show the services of one specific employee with ID 1,
- [ameliacatalog location=1] if you want to show the services of one specific location with ID 1,
- [ameliacatalog category=1 employee=1] if you want to show only the services from a category with ID 1 that are assigned to the employee with ID 1,
- [ameliacatalog category=1 location=1] if you want to show only the services from a category with ID 1 that are provided on the location with ID 1,
3. For the Search view:
- [ameliasearch] if you want to show the basic search view,
- [ameliasearch today=1] if you want to show the search view with a preselected current date.
4. For the Event booking:
- [ameliaevents] if you want to show a list of all your events,
- [ameliaevents tag=’name’] if you want to show just the events that belong to the same tag defined during the creation of events, where “name” will be replaced with the tag name,
- [ameliaevents event=1] if you want to show only the event with ID 1 without its recurring events,
- [ameliaevents event=1 recurring=1] if you want to show the event with ID 1 with all his recurring events.
5. Amelia Front-end Customer Panel
- [ameliacustomerpanel appointments=1 events=1] if you want to show both Appointments and Events,
- [ameliacustomerpanel events=1] if you want to show only Events,
- [ameliacustomerpanel appointments=1] if you want to show only Appointments in the Customer Panel.
6. Amelia Front-end Employee Panel
- [ameliaemployeepanel appointments=1 events=1] if you want to show both Appointments and Events,
- [ameliaemployeepanel events=1] if you want to show only Events,
- [ameliaemployeepanel appointments=1] if you want to show only Appointments in the Employee Panel.