The website I'm creating offers tutoring in 4 subjects as of now: Biology, Chemistry, Physics, and Math. Right now I have all services in a long drop down on the booking page (Biology 1 person, Biology 2 people, Math 1 person, Math 2 people, etc.) Is there a way to create a booking form for each subject? So, if a customer views the Biology tutors, for example, and wants to book a Biology tutoring session, can a form be on that page with just the Biology Tutoring services in the form and not an extensive drop down? Then, I'd do the same for chemistry tutor page, physics tutor page, etc. Sorry if this question has been asked/ answered already.
Sure, there are a lot of ways to separate the information which you want to be shown on the frontend booking; the one that you would find the most useful would be using this shortcode:
[ameliabooking service=ID]
This booking window will only display one service; instead of ID just enter the number of the service ID (you can find this in Amelia > Services, next to the service name).
Could I add multiple services on a page by using more than one ID? For example:
[ameliabooking service=10, 13, 15]
Then on another page:
[ameliabooking service=11, 9, 16]
...and so on?
How would I add packages to these pages? I tried adding an ID of a service and that worked but multiple IDs did not. I tried adding a package but that didn't work. The form doesn't load.
So what I'm trying to do is on the Biology page add:
1 person 1 hour tutoring service
2 person 1 hour tutoring service
3+ person tutoring service
1 person 5 hour package tutoring service
1 person 10 hour package tutoring service
Then the same thing on the Math, Physics, and Chemistry pages.
I'm sorry to be a pain in the ass but how do I assign packages to a subject tutor?
OK. I'm getting there. I grouped things into separate categories and can put them on separate pages. For example all Biology services (1 person 1 hour tutoring service, 2 person 1 hour tutoring service, 3+ person tutoring service) are in category 6 and put the short code [ameliabooking category=6] and it showed just biology tutoring services.
What I can't figure out is how to assign a selected tutor to a package. When a customer chooses 1 person 1hour two packages are available 1-5 hour package and 1-10 hour package. If I select a tutor and select one of the packages it does not keep that tutors name. Any idea how I can do this? If I figure it out, I'll post the info.
All also noticed when I select a package (5 hours for example), it only lets me book one session. Can't the customer book all 5 appointments at the time of purchase? When I edit the package and set it to 5 and save and then return, it does not save.
Hello,
The website I'm creating offers tutoring in 4 subjects as of now: Biology, Chemistry, Physics, and Math. Right now I have all services in a long drop down on the booking page (Biology 1 person, Biology 2 people, Math 1 person, Math 2 people, etc.) Is there a way to create a booking form for each subject? So, if a customer views the Biology tutors, for example, and wants to book a Biology tutoring session, can a form be on that page with just the Biology Tutoring services in the form and not an extensive drop down? Then, I'd do the same for chemistry tutor page, physics tutor page, etc. Sorry if this question has been asked/ answered already.
Thank you
Hi Kevin,
thank you for reaching out!
Sure, there are a lot of ways to separate the information which you want to be shown on the frontend booking; the one that you would find the most useful would be using this shortcode:
[ameliabooking service=ID]
This booking window will only display one service; instead of ID just enter the number of the service ID (you can find this in Amelia > Services, next to the service name).
Thank you, Ivana,
Could I add multiple services on a page by using more than one ID? For example:
[ameliabooking service=10, 13, 15]
Then on another page:
[ameliabooking service=11, 9, 16]
...and so on?
How would I add packages to these pages? I tried adding an ID of a service and that worked but multiple IDs did not. I tried adding a package but that didn't work. The form doesn't load.
So what I'm trying to do is on the Biology page add:
1 person 1 hour tutoring service
2 person 1 hour tutoring service
3+ person tutoring service
1 person 5 hour package tutoring service
1 person 10 hour package tutoring service
Then the same thing on the Math, Physics, and Chemistry pages.
I'm sorry to be a pain in the ass but how do I assign packages to a subject tutor?
OK. I'm getting there. I grouped things into separate categories and can put them on separate pages. For example all Biology services (1 person 1 hour tutoring service, 2 person 1 hour tutoring service, 3+ person tutoring service) are in category 6 and put the short code [ameliabooking category=6] and it showed just biology tutoring services.
What I can't figure out is how to assign a selected tutor to a package. When a customer chooses 1 person 1hour two packages are available 1-5 hour package and 1-10 hour package. If I select a tutor and select one of the packages it does not keep that tutors name. Any idea how I can do this? If I figure it out, I'll post the info.
All also noticed when I select a package (5 hours for example), it only lets me book one session. Can't the customer book all 5 appointments at the time of purchase? When I edit the package and set it to 5 and save and then return, it does not save.
Thank you