This is becoming incredibly frustrating and is making my business look like sh!t.
The easy one: when an appointment is booked, the customer receives 2 texts. They receive an "approved" text and they also receive a "details changed" text. This is dumb. And it costs me SMS charges. Your logic is WRONG. Yes, technically when an appointment is created, its details "change" - because they were previously nothing since the appointment didn't exist. But that's BAD logic. Second, I deleted the "details changed" notifications to get around this but they still get sent. Fix your logic. And pay me for troubleshooting.
The other easy one which apparently is very hard for you:
Set notification "text" version to nil when "html" version exists. Stop auto populating from "html" to "text" and defaulting to "text". It's not difficult.
If html !nil then state = html
This has been going on for as long as I've been using your product. Stop adding new features and fix the core of your product. Otherwise, refund me the money I've payed you, I'll shit all over your product in reviews, and I'll use a different solution.
Seriously, give a fuck about your customers.
Do you even use your own product?
Do you even have any sort of testing? Automated? Manual? Anything?
Thanks for reaching out to us. The customers will not receive two texts when they book. By default, only the confirmation email is sent (depending on the appointment status). If configured to "approved", customers will receive the "Appointment approved" notifications. If configured to "pending", they receive "appointment pending" and so on.
"Details changed" notification is only sent when somebody changes the details of the existing appointment. Once a customer books an appointment, it will be visible in the backend and this is where the details can be changed. No issues like this have been reported so far.
As for the notifications, as previously mentioned, this will be fixed in future updates. Unfortunatelly, it's not something that you can just apply without testing (yes, we do testing before releasing the updates).
Apologies for the inconvenience again and thank you for your understanding.
I will double-check with the developers to make this a priority. As said, we are aware that this is an issue that needs to be fixed as soon as possible.
I'm attaching screenshots of "details changed" messages getting sent along with "Approved" messages. This started (I believe) with Amelia version 7.6.2. As you will also notice in the screenshot, I have deleted the "Details Changed" notification but the sms still gets sent. I have flushed all caches multiple time.
HTML/Text emails:
1. Create an HTML email and save it. Make sure "text" is empty.
2. Click away from Amelia (anywhere - like dashboard).
3. Click on Notifications in Amelia dropdown. You will see the notification has changed to "text" and has imported some of the content that was in html.
4. If you're lucky, when you click on Notifications you can literally see the code switch from the HTML tab to the Text tab.
The customer and employee both have the same phone number booked for the same timeslot. I'm not sure if you are testing with the same customer, but the email "details changed" is only sent when there is already a group booking, and this one is sent to the employee, while the other "appointment approved" is sent to the customer. So, if you are testing, make sure that there is a different phone number (information in general). Also, it's not recommended to delete the notification template, it's enough to disable it. It wont be sent, especially if there is a use case different from the one mentioned above. We tested this and we can confirm that the "details changed" notification is not sent when there is a booking from the front end.
As for the mode changes, this is also tested and it doesn't revert to text mode by itself. Yes, there is currently an issue when you have HTML code added, and you change to text mode manually, but once saved to either text or HTML mode, it doesn't change automatically. We are looking forward to adding the option of selecting a default editor in settings, so changing this in notification settings would be removed.
You're right about the "details changed" email. I used a different number for testing and it's no longer being sent.
"Also, it's not recommended to delete the notification template, it's enough to disable it." As of 7.6.2 default notifications are no longer available. I've had to manually recreate all notifications. If it's not recommended to delete a template, why isn't it there by default (like it used to be)?
I have not changed licenses. The templates went missing with 7.6.2 and are still missing in 7.7. I had to manually create all notifications.
I've added another video where you can see the text/html mode change behavior. This is when first creating a notification. Perhaps it will aid your dev team in troubleshooting.
I have all the versions that you guys send in email. I normally update via wp plugin updates. What's the procedure for updating from local resource? Deactivate and delete plugin (leaving DB in place) then re-install plugin via local upload?
That's pretty much it. It won't delete the data, but reinstalling Amelia should restore the interface (restoring the missing notification templates). If it still doesn't work, then we will log in to take a better look.
Did the re-install and now have new email templates (package, cart, and a few others) but still missing rejected, pending, canceled. Also, reminder stopped working when I lost the email templates (reminder SMS still works so it's not a cron issue). Take a look at the attachment for the settings of the reminder email I created manually. Maybe something is not correct but I doubt it.
The cron job is not configured properly actually. You should be using the PHP option for this.
So, "PHP Cron event" radio button, and add the URL you copied from Amelia/Notifications in this form:
file_get_contents("yourURL");
If you don't see the PHP button, please take a look at this official WP Crontrol Page, in the FAQ section, find this question "which users can manage PHP cron events".
They mention a possible reason why users can't see the "PHP Event" radio button (the user you're logged in to WordPress with most likely doesn't have the edit_files capability).
Crons are scheduled tasks of the server, and this is a 3rd party plugin, so it is not an issue coming from Amelia.
Please make sure you have the latest WP Crontrol version installed and go through the steps explained in their FAQ section, which is mentioned above.
Also, there's a possibility that a security plugin disallows file editing, which as a result hid that "PHP cron event" option selection in WP Crontrol. In iThemes Security there's a "Disable File Editor" option in settings, and that needs to be turned off as well. If you're using a different security plugin, look for a similar option, or reach out to that plugin's support team.
Sorry to chime in here, but we have the same problem, that the cronjob for Amelia notifications does not work anymore. Using Crontrol plugin and we are even unable to delete the cronjob. Contacted the author of Crontrol as well.
In my view this could be a problem of Crontrol and/or Amelia.
I did the update manually and it seems to have worked. Thanks! I need to wait a day to see if the reminder emails and sms still work.
I have one more question: I add time zone for all appointment times. If I manually schedule a client, my notifications include the time zone but the client's notifications do not. Is there a way to rectify this?
If the customer uses a browser to schedule an appointment time_zone works. However, if I manually schedule them (I do this often for follow-up appointments), time_zone is blank.
Amelia needs to store the time zone it got from the browser for each customer so it can use it later. Also, it would be nice if I can set a time zone for a customer manually by editing their details.
This is critical for businesses that operate close to time zone borders and businesses that offer virtual services. Without it, scheduling an appointment is completely useless. The customer always shows up at the wrong time. It's VERY bad.
Currently I have to use Google developer tools and set a time zone manually. Then I have to enter in all their information in Amelia and book the appointment. This also becomes impossible if I want to book them for a time slot that I don't advertise on the website.
Apologies for the delayed answer, I took some time to test the notifications. These are the placeholders that I've added to the notification template for both customers and employees. It's a default text with the time zone placeholder
If I go ahead and book an appointment manually for a customer (from the backend), these are the emails that I receive
The information coming from the placeholder is visible on both emails, but Amelia doesn't store the timezone of the customer, currently. It recognizes the IP address from where the customer is booking an appointment and therefore it can assign the notification language (you can configure this in customer information), but it doesn't store the timezone information.
Please feel free to search through our feature suggestion page, to see if someone may have already suggested this feature. If you can't see it, feel free to add your suggestion there, and as more people vote, the feature will move higher on the priority list.
You can certainly follow our changeLog page if you'd like, where we state any changes/new features/bug fixes during updates and our newsletter, so you're informed about new features, bug fixes, freebies, etc.
Hi, I am using %time_zone%. If the customer schedules through the front end, it works. If I manually schedule them through the back end, it doesn't. This is the case with both emails and sms. I'm attaching an sms example.
As per my previous test, i couldn't reproduce this issue. This is working properly. Here is one more test. Booked an appointment from the backend (blue color means it's booked from the backend)
Thanks for the credentials and apologies for the delayed answer. Apparently, the placeholder is not working, it's not reading the information, but I wasn't able to reproduce the issue on our local server. May I ask for the staging site so I can forward the use case to devs for further troubleshooting?
Sigh.....sms reminders are no longer working. I'm fed up with this. Never has everything just worked with Amelia. It's constant struggle with something. Things just stop working for no know reason. And now the time zone tag doesn't even work when scheduling through the customer facing form. I swear....
Ok, I found an issue with html emails - amelia strips some things out of the html and it was causing an issue. I worked around it and time zone now appears IF the appointment is made via the customer UI. But if schedule via the back-end, still no time zone for the customer - this is the case for both email and sms.
For some reason, i'm getting this error now when I want to access your wp page, not sure why
But, exactly how it was working with my previous testing, it also works when booked from the backend, as well. I've been trying to reproduce this on both local environment and our server, and it works in both places.
Apologies for the inconvenience, but I'm not sure what went wrong with your configuration. From the moment you've reported the initial issue, we weren't able to reproduce the same issue on our server. All the issues you've mentioned were working properly on our side. So we can conclude that the setup is incorrect or perhaps there is a conflict. What I can do as the last solution is to forward this to the developers for further troubleshooting, but you would need to enable access and provide a staging site.
Thanks. Honestly I'm tired of dealing with Amelia issues and don't care anymore. It's been one thing after another since I first installed it last year. Maybe I'll switch to bookly.
I understand that's one of the choices, of course. As previously mentioned, I've tried all possible workarounds to reproduce the issues you are experiencing, but that wasn't possible. Should you feel like we should continue troubleshooting, please let us know.
This is becoming incredibly frustrating and is making my business look like sh!t.
The easy one: when an appointment is booked, the customer receives 2 texts. They receive an "approved" text and they also receive a "details changed" text. This is dumb. And it costs me SMS charges. Your logic is WRONG. Yes, technically when an appointment is created, its details "change" - because they were previously nothing since the appointment didn't exist. But that's BAD logic. Second, I deleted the "details changed" notifications to get around this but they still get sent. Fix your logic. And pay me for troubleshooting.
The other easy one which apparently is very hard for you:
Set notification "text" version to nil when "html" version exists. Stop auto populating from "html" to "text" and defaulting to "text". It's not difficult.
If html !nil then state = html
This has been going on for as long as I've been using your product. Stop adding new features and fix the core of your product. Otherwise, refund me the money I've payed you, I'll shit all over your product in reviews, and I'll use a different solution.
Seriously, give a fuck about your customers.
Do you even use your own product?
Do you even have any sort of testing? Automated? Manual? Anything?
Hi Alex,
Thanks for reaching out to us. The customers will not receive two texts when they book. By default, only the confirmation email is sent (depending on the appointment status). If configured to "approved", customers will receive the "Appointment approved" notifications. If configured to "pending", they receive "appointment pending" and so on.
"Details changed" notification is only sent when somebody changes the details of the existing appointment. Once a customer books an appointment, it will be visible in the backend and this is where the details can be changed. No issues like this have been reported so far.
As for the notifications, as previously mentioned, this will be fixed in future updates. Unfortunatelly, it's not something that you can just apply without testing (yes, we do testing before releasing the updates).
Apologies for the inconvenience again and thank you for your understanding.
Kind Regards,
Stefan Petrov
[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
Alternatively,
I will double-check with the developers to make this a priority. As said, we are aware that this is an issue that needs to be fixed as soon as possible.
Kind Regards,
Stefan Petrov
[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
Double SMS sent:
I'm attaching screenshots of "details changed" messages getting sent along with "Approved" messages. This started (I believe) with Amelia version 7.6.2. As you will also notice in the screenshot, I have deleted the "Details Changed" notification but the sms still gets sent. I have flushed all caches multiple time.
HTML/Text emails:
1. Create an HTML email and save it. Make sure "text" is empty.
2. Click away from Amelia (anywhere - like dashboard).
3. Click on Notifications in Amelia dropdown. You will see the notification has changed to "text" and has imported some of the content that was in html.
4. If you're lucky, when you click on Notifications you can literally see the code switch from the HTML tab to the Text tab.
Attached files: text1.png
text2.png
Details.png
Hi Alex,
The customer and employee both have the same phone number booked for the same timeslot. I'm not sure if you are testing with the same customer, but the email "details changed" is only sent when there is already a group booking, and this one is sent to the employee, while the other "appointment approved" is sent to the customer. So, if you are testing, make sure that there is a different phone number (information in general). Also, it's not recommended to delete the notification template, it's enough to disable it. It wont be sent, especially if there is a use case different from the one mentioned above. We tested this and we can confirm that the "details changed" notification is not sent when there is a booking from the front end.
As for the mode changes, this is also tested and it doesn't revert to text mode by itself. Yes, there is currently an issue when you have HTML code added, and you change to text mode manually, but once saved to either text or HTML mode, it doesn't change automatically. We are looking forward to adding the option of selecting a default editor in settings, so changing this in notification settings would be removed.
Kind Regards,
Stefan Petrov
[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
Here is a link to a video of the TEXT/HTML mode changing by itself and auto-populating TEXT:
Video of mode changing and auto-populating TEXT
You're right about the "details changed" email. I used a different number for testing and it's no longer being sent.
"Also, it's not recommended to delete the notification template, it's enough to disable it." As of 7.6.2 default notifications are no longer available. I've had to manually recreate all notifications. If it's not recommended to delete a template, why isn't it there by default (like it used to be)?
I have not changed licenses. The templates went missing with 7.6.2 and are still missing in 7.7. I had to manually create all notifications.
I've added another video where you can see the text/html mode change behavior. This is when first creating a notification. Perhaps it will aid your dev team in troubleshooting.
Creating new notification changes HTML->TEXT
I have all the versions that you guys send in email. I normally update via wp plugin updates. What's the procedure for updating from local resource? Deactivate and delete plugin (leaving DB in place) then re-install plugin via local upload?
Hi Alex,
That's pretty much it. It won't delete the data, but reinstalling Amelia should restore the interface (restoring the missing notification templates). If it still doesn't work, then we will log in to take a better look.
Kind Regards,
Stefan Petrov
[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
Did the re-install and now have new email templates (package, cart, and a few others) but still missing rejected, pending, canceled. Also, reminder stopped working when I lost the email templates (reminder SMS still works so it's not a cron issue). Take a look at the attachment for the settings of the reminder email I created manually. Maybe something is not correct but I doubt it.
Attachment.
Attached files: Screen Shot 2024-07-23 at 6.27.21 PM.png
Hi Alex,
The cron job is not configured properly actually. You should be using the PHP option for this.
So, "PHP Cron event" radio button, and add the URL you copied from Amelia/Notifications in this form:
If you don't see the PHP button, please take a look at this official WP Crontrol Page, in the FAQ section, find this question "which users can manage PHP cron events".
They mention a possible reason why users can't see the "PHP Event" radio button (the user you're logged in to WordPress with most likely doesn't have the edit_files capability).
Crons are scheduled tasks of the server, and this is a 3rd party plugin, so it is not an issue coming from Amelia.
Please make sure you have the latest WP Crontrol version installed and go through the steps explained in their FAQ section, which is mentioned above.
Also, there's a possibility that a security plugin disallows file editing, which as a result hid that "PHP cron event" option selection in WP Crontrol. In iThemes Security there's a "Disable File Editor" option in settings, and that needs to be turned off as well. If you're using a different security plugin, look for a similar option, or reach out to that plugin's support team.
SiteGround Optimizer -> Frontend Optimization -> Javascript -> Defer Render-blocking JavaScript (uncheck)
Kind Regards,
Stefan Petrov
[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
It's configured properly and was running without problem until your recent updates. See attachment.
Attached files: Screen Shot 2024-07-25 at 3.18.00 PM.png
Sorry to chime in here, but we have the same problem, that the cronjob for Amelia notifications does not work anymore. Using Crontrol plugin and we are even unable to delete the cronjob. Contacted the author of Crontrol as well.
In my view this could be a problem of Crontrol and/or Amelia.
Hi hiegl,
Apologies, but i would have to ask you to open a new ticket with all the details there and we will kindly provide assistance.
Thank you for your understanding.
Kind Regards,
Stefan Petrov
[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
The cron is not the issue. The SMS reminders depend on the same cron and they work. Emails are effed.
I did the update manually and it seems to have worked. Thanks! I need to wait a day to see if the reminder emails and sms still work.
I have one more question: I add time zone for all appointment times. If I manually schedule a client, my notifications include the time zone but the client's notifications do not. Is there a way to rectify this?
Hi Alex,
Great to hear that, indeed! You can use the placeholder %time_zone% in Notifications template / To Customer
This should read the timezone in the Notification that is sent to the customer
Kind Regards,
Stefan Petrov
[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
I do use time_zone.
If the customer uses a browser to schedule an appointment time_zone works. However, if I manually schedule them (I do this often for follow-up appointments), time_zone is blank.
Amelia needs to store the time zone it got from the browser for each customer so it can use it later. Also, it would be nice if I can set a time zone for a customer manually by editing their details.
This is critical for businesses that operate close to time zone borders and businesses that offer virtual services. Without it, scheduling an appointment is completely useless. The customer always shows up at the wrong time. It's VERY bad.
Currently I have to use Google developer tools and set a time zone manually. Then I have to enter in all their information in Amelia and book the appointment. This also becomes impossible if I want to book them for a time slot that I don't advertise on the website.
Hi Alex,
Apologies for the delayed answer, I took some time to test the notifications. These are the placeholders that I've added to the notification template for both customers and employees. It's a default text with the time zone placeholder
If I go ahead and book an appointment manually for a customer (from the backend), these are the emails that I receive
The information coming from the placeholder is visible on both emails, but Amelia doesn't store the timezone of the customer, currently. It recognizes the IP address from where the customer is booking an appointment and therefore it can assign the notification language (you can configure this in customer information), but it doesn't store the timezone information.
Please feel free to search through our feature suggestion page, to see if someone may have already suggested this feature. If you can't see it, feel free to add your suggestion there, and as more people vote, the feature will move higher on the priority list.
You can certainly follow our changeLog page if you'd like, where we state any changes/new features/bug fixes during updates and our newsletter, so you're informed about new features, bug fixes, freebies, etc.
Kind Regards,
Stefan Petrov
[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
Hi, I am using %time_zone%. If the customer schedules through the front end, it works. If I manually schedule them through the back end, it doesn't. This is the case with both emails and sms. I'm attaching an sms example.
Attached files: manual.PNG
Customer.png
through_website.JPEG
Hi alex,
As per my previous test, i couldn't reproduce this issue. This is working properly. Here is one more test. Booked an appointment from the backend (blue color means it's booked from the backend)
An email sent to the customer looks like this
And here is the SMS that I've received
Kind Regards,
Stefan Petrov
[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
I guess all I can say is, I'm glad it works for you. For me it doesn't.
Hi Alex,
Thanks for the credentials and apologies for the delayed answer. Apparently, the placeholder is not working, it's not reading the information, but I wasn't able to reproduce the issue on our local server. May I ask for the staging site so I can forward the use case to devs for further troubleshooting?
Kind Regards,
Stefan Petrov
[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
Sorry, I don't use a staging site. Yes, I know...it's bad. I live dangerously lol. Is there anything I can look at on my end?
Did you by chance change the SMS settings? sms are now coming from a different number.
Sigh.....sms reminders are no longer working. I'm fed up with this. Never has everything just worked with Amelia. It's constant struggle with something. Things just stop working for no know reason. And now the time zone tag doesn't even work when scheduling through the customer facing form. I swear....
Ok, I found an issue with html emails - amelia strips some things out of the html and it was causing an issue. I worked around it and time zone now appears IF the appointment is made via the customer UI. But if schedule via the back-end, still no time zone for the customer - this is the case for both email and sms.
Hi alex,
For some reason, i'm getting this error now when I want to access your wp page, not sure why
But, exactly how it was working with my previous testing, it also works when booked from the backend, as well. I've been trying to reproduce this on both local environment and our server, and it works in both places.
Kind Regards,
Stefan Petrov
[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
You guys aren't able to help so I paused that account.
Hi Alex,
Apologies for the inconvenience, but I'm not sure what went wrong with your configuration. From the moment you've reported the initial issue, we weren't able to reproduce the same issue on our server. All the issues you've mentioned were working properly on our side. So we can conclude that the setup is incorrect or perhaps there is a conflict. What I can do as the last solution is to forward this to the developers for further troubleshooting, but you would need to enable access and provide a staging site.
Kind Regards,
Stefan Petrov
[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
Thanks. Honestly I'm tired of dealing with Amelia issues and don't care anymore. It's been one thing after another since I first installed it last year. Maybe I'll switch to bookly.
Hi alex,
I understand that's one of the choices, of course. As previously mentioned, I've tried all possible workarounds to reproduce the issues you are experiencing, but that wasn't possible. Should you feel like we should continue troubleshooting, please let us know.
Kind Regards,
Stefan Petrov
[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