Do you want to add different locations to the same time periods?
Locations can be assigned to Employees only, and they can be different for different work time periods only. There isn't a possibility of having two locations at the same time for one employee and for them to depend on the service chosen.
Unfortunately, setting different schedules by week isn't possible in Amelia at the moment. However, we are always looking for ideas on how to make Amelia better. So if you have a couple of minutes, please suggest this feature on our website. The most requested features will be implemented in the coming updates.
But probably we can find a workaround. For example, different working hours can be set through Special days. What should be done also manually, but at least this option allows to set it in prior. So, normal Working hours can be set for even weeks and Special days - for odd weeks (but again, each of these weeks has to be added separately).
If you require any further information, let me know.
There are two ways to change the URI. One is by inspecting the page, and the other one is by going through the database.
1. Open Amelia Settings/Integrations/Google Calendar (or Outlook calendar; or both) and right click/inspect on the Redirect URI field. Then, modify the highlighted line and delete "readonly="readonly"". After that you will be able to change the URI right there, through settings.
That's it, just save the new settings.
2. More complicated method - You'll need to go into your database, but please be careful when you update the table, because if you delete or add anything else, it can cause the plugin not to work properly.
When you access your database via PHPMyAdmin (or some other tool), access wp_options table:
It is possible that your prefix is not "wp_", but something else, so if that is the case, please look for "your_prefix_options" table.
When you access it, you can search through the column "option_name". Search for the term "amelia_settings":
When you find that, you need to edit the property under "option_value" column and find the string "redirectURI". It will look something like this :
So, all you need to do is replace it with your new website's URI:
So basically you need to replace newsite.com with youroldsite.com and it will be shown in Google settings properly. Please note that if you use https you will need to update it also in redirectURI option. Please don't remove the escape characters ( \ ), it needs to stay in \/\/ format
When you're done with this, please check if the URL from “Redirect URI” field and on "Create OAuth client ID" section are the same:
I can not add more than one location to an employee. In our case there are employees working at more than one locations.
Good day, Zoltan!
Do you want to add different locations to the same time periods?
Locations can be assigned to Employees only, and they can be different for different work time periods only. There isn't a possibility of having two locations at the same time for one employee and for them to depend on the service chosen.
Looking forward to hearing from you.
Hi, Zoltan!
You're welcome, glad to be of service.
Unfortunately, setting different schedules by week isn't possible in Amelia at the moment. However, we are always looking for ideas on how to make Amelia better. So if you have a couple of minutes, please suggest this feature on our website. The most requested features will be implemented in the coming updates.
But probably we can find a workaround. For example, different working hours can be set through Special days. What should be done also manually, but at least this option allows to set it in prior. So, normal Working hours can be set for even weeks and Special days - for odd weeks (but again, each of these weeks has to be added separately).
If you require any further information, let me know.
Hi Liza,
Thank you for your reply.
I will try the special days concept of yours. If I'll get questions, I'll get back to you.
Thanks,
Zoltan
Hi, Zoltan!
You are welcome.
Hope that will work for your client.
Best Regards.
Hi Liza,
Can a customer cancel an appointment trough Amelia? If yes, how?
Best regards,
Zoltan
Hi, Zoltan!
You can add the %appointment_cancel_url% placeholder in the notification emails, so they can click on it and cancel their appointment.
Another way would be through the Customer Panel if you have it enabled. They can log in to the front-end and cancel their appointments.
If you require any further information, let me know.
Hi, Zoltan!
There are two ways to change the URI. One is by inspecting the page, and the other one is by going through the database.
1. Open Amelia Settings/Integrations/Google Calendar (or Outlook calendar; or both) and right click/inspect on the Redirect URI field. Then, modify the highlighted line and delete "readonly="readonly"". After that you will be able to change the URI right there, through settings.
That's it, just save the new settings.
2. More complicated method - You'll need to go into your database, but please be careful when you update the table, because if you delete or add anything else, it can cause the plugin not to work properly.
When you access your database via PHPMyAdmin (or some other tool), access wp_options table:
It is possible that your prefix is not "wp_", but something else, so if that is the case, please look for "your_prefix_options" table.
When you access it, you can search through the column "option_name". Search for the term "amelia_settings":
When you find that, you need to edit the property under "option_value" column and find the string "redirectURI". It will look something like this :
So, all you need to do is replace it with your new website's URI:
So basically you need to replace newsite.com with youroldsite.com and it will be shown in Google settings properly. Please note that if you use https you will need to update it also in redirectURI option. Please don't remove the escape characters ( \ ), it needs to stay in \/\/ format
When you're done with this, please check if the URL from “Redirect URI” field and on "Create OAuth client ID" section are the same:
Hope that will help.
Best Regards.
Thank you Liza!
Zoltan
Zoltan,
I'm glad I could help.
Please let us know if you have any other questions.
Best Regards.