I have an employee who offers the following services:
1. Service 1: which is online and has no location and each session has 1 hour duration
2. Service 2: user should be able to book from a list of available locations and session length is 2 hours
3. Service 3: this is on one location only and session length is 3 hours
Employee is always the same person.
Can these 3 totally different services, differently prices and various locations all be configured under one employee account and succesfully synced with the calednar (in this case Google)?
Each location can have a different working period. For example, on the location "Office", the employee will be available from 9am to 5pm, but on the "Remote" location, the employee will be available from 6pm to 9pm.
But, the duration of the service, cannot be changed based on the location.
Hope this helps you.
Please let me know if you have any other questions.
That's a pity. Would it work if I was to set a different empoyee for each service so that I can customise duration per service? And if that works, how would I be able to connect these to one calendar as in reality it is only one employee?
All Amelia's users are saved in the database, and databases don't allow multiple users to have the same email.
The only way you can do this is through the database, so you'd need to navigate to wp_amelia_users table (please note that wp_ is the default database prefix, but on your end it could be anything, so look for your_prefix_amelia_users table). Then, go to Structure of that table, and drop the "email" index:
After that, go back to the table (click on "Browse" in top left of the screen above), and manually change the email addresses of all your "providers". You cannot do this from within Amelia, though, so if you were to add a new employee, you would need to save that employee with a dummy email address, then navigate back to wp_amelia_users and change his email in the database.
Hi there,
I have an employee who offers the following services:
1. Service 1: which is online and has no location and each session has 1 hour duration
2. Service 2: user should be able to book from a list of available locations and session length is 2 hours
3. Service 3: this is on one location only and session length is 3 hours
Employee is always the same person.
Can these 3 totally different services, differently prices and various locations all be configured under one employee account and succesfully synced with the calednar (in this case Google)?
Thank you!
Patrick
Hello Patrick,
Thank you for reaching out to us.
In the "Work hours" tab of the employee, different working periods can be specified for specific services and locations.
Hope this helps you.
Please let me know if you have any other questions.
Kind Regards,
Uros Jovanovic
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Thanks for getting back, Uros. So, not only can there be different work hours for a location, each location can also have different session lenghts?
Hello Patrick,
Thank you for reaching back out to us.
Each location can have a different working period. For example, on the location "Office", the employee will be available from 9am to 5pm, but on the "Remote" location, the employee will be available from 6pm to 9pm.
But, the duration of the service, cannot be changed based on the location.
Hope this helps you.
Please let me know if you have any other questions.
Kind Regards,
Uros Jovanovic
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Hi again Uros,
That's a pity. Would it work if I was to set a different empoyee for each service so that I can customise duration per service? And if that works, how would I be able to connect these to one calendar as in reality it is only one employee?
Hello Patrick,
Yes, it would work fine like that.
All Amelia's users are saved in the database, and databases don't allow multiple users to have the same email.
The only way you can do this is through the database, so you'd need to navigate to wp_amelia_users table (please note that wp_ is the default database prefix, but on your end it could be anything, so look for your_prefix_amelia_users table). Then, go to Structure of that table, and drop the "email" index:
After that, go back to the table (click on "Browse" in top left of the screen above), and manually change the email addresses of all your "providers". You cannot do this from within Amelia, though, so if you were to add a new employee, you would need to save that employee with a dummy email address, then navigate back to wp_amelia_users and change his email in the database.
Kind Regards,
Uros Jovanovic
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables