I am the only "employee" and would like to create yoga classes with fixed times per week. For example, I would like : - group class 1 on Tuesdays and Thursdays from 6 to 7 a.m. - group class 2 on Tuesdays from 5 to 6 p.m., Wednesdays from 6 to 7 p.m. and Thursdays from 6 to 7 p.m. - group class 3 on Wednesdays and Fridays from 9 to 10 a.m. I understand that this functionality is not possible with the Amelia pulgin and that the only way to achieve it is to create as many employees as there are different types of services (classes here) and to assign them the working hours and days corresponding to the different services. The problem I'm having is that I can't put the same e-mail address in the profiles of the different employees. I'd like to receive booking notifications at the same e-mail address. How can I do this? Thank you
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 the 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 the Structure of that table, and drop the "email" index:
After that, go back to the table (click on "Browse" in the 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.
Thank you for your answer. Can I have access to this database with my Amelia Pro license? Because when I click on wpDatatables on my Amelia account, I only have links to purchase another plan...
Hello,
I am the only "employee" and would like to create yoga classes with fixed times per week. For example, I would like :
- group class 1 on Tuesdays and Thursdays from 6 to 7 a.m.
- group class 2 on Tuesdays from 5 to 6 p.m., Wednesdays from 6 to 7 p.m. and Thursdays from 6 to 7 p.m.
- group class 3 on Wednesdays and Fridays from 9 to 10 a.m.
I understand that this functionality is not possible with the Amelia pulgin and that the only way to achieve it is to create as many employees as there are different types of services (classes here) and to assign them the working hours and days corresponding to the different services. The problem I'm having is that I can't put the same e-mail address in the profiles of the different employees. I'd like to receive booking notifications at the same e-mail address. How can I do this? Thank you
Hello Eléa,
Thank you for reaching out to us.
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 the 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 the Structure of that table, and drop the "email" index:
After that, go back to the table (click on "Browse" in the 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
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
Hello Uros,
Thank you for your answer. Can I have access to this database with my Amelia Pro license? Because when I click on wpDatatables on my Amelia account, I only have links to purchase another plan...
Attached files: Capture d’écran 2024-07-10 à 15.33.58.png
Capture d’écran 2024-07-10 à 15.36.15.png
Hello Eléa,
Databases are separate entities from us, this is a database of your website on the server of your hosting provider.
You can reach out to your hosting provider and they can assist you with login into a database.
Kind Regards,
Uros Jovanovic
[email protected]
Rate my support
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