Please provide me a temporary WP-admin (administrator) user for your site where this happens, so we could log in and take a look ‘from the inside’ as that’s the most efficient way to see and resolve the issue.
We do not interfere with any data or anything else except for the plugin (in case that’s a production version of the site), and of course, we do not provide login data to third parties.
You can write credentials here just check PRIVATE Reply so nobody can see them except us.
From what we can see, Kim booked an event on that day, not an appointment.
If you had placed %zoom_join_url_date% or %zoom_join_url_date_time% then the placeholder would've been hidden, since these two placeholders are used for events.
The %zoom_join_url% placeholder is used for Services (appointments), not Events.
I checked your email notifications, and they are mixed up. This is wrong:
The Event Booked email template, for example, is configured properly:
But the reminder is not:
You need to go through your email templates and make sure that these are added to Customer Appointment Notifications:
%zoom_join_url%
While these can be added to Customer Event Notifications:
My customer just called me because the reminder notifications for an event running tomorrow have not been sent.
I have doubled checked and the cron event seems working (the reminders for the last event have been sent) and the sender provider settings (Mailgun) are correct.
Not sure what to check more than this.
I have updated Amelia to the latest version and WordPress as well.
I can't edit that cron job, so I can't say if there's something wrong with the code. I only have the "Run Now" option:
Did this happen only to one customer, or multiple customers? Do you have a list of those customers? Also, are you referring to email or SMS notifications?
Hello Filippo,
Thank you fo reaching out to us.
Please provide me a temporary WP-admin (administrator) user for your site where this happens, so we could log in and take a look ‘from the inside’ as that’s the most efficient way to see and resolve the issue.
We do not interfere with any data or anything else except for the plugin (in case that’s a production version of the site), and of course, we do not provide login data to third parties.
You can write credentials here just check PRIVATE Reply so nobody can see them except us.
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
Hello Filippo.
Sorry for the late response.
From what we can see, Kim booked an event on that day, not an appointment.
If you had placed %zoom_join_url_date% or %zoom_join_url_date_time% then the placeholder would've been hidden, since these two placeholders are used for events.
The %zoom_join_url% placeholder is used for Services (appointments), not Events.
I checked your email notifications, and they are mixed up. This is wrong:
The Event Booked email template, for example, is configured properly:
But the reminder is not:
You need to go through your email templates and make sure that these are added to Customer Appointment Notifications:
%zoom_join_url%
While these can be added to Customer Event Notifications:
%zoom_join_url_date%
%zoom_join_url_date_time%
Let us know if you face any other issues!
Kind Regards,
Aleksandar Vuković
[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 Aleksander,
Many thanks for your reply and the very detailed explanation.
This makes totally sense, and I will fix the notifications using the right placeholders.
Thanks again,
Filippo
You're welcome, Filippo, glad I could help.
Please feel free to reach out to us if you have any further questions or concerns!
Kind Regards,
Aleksandar Vuković
[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 Aleksander,
I have another issue indeed.
My customer just called me because the reminder notifications for an event running tomorrow have not been sent.
I have doubled checked and the cron event seems working (the reminders for the last event have been sent) and the sender provider settings (Mailgun) are correct.
Not sure what to check more than this.
I have updated Amelia to the latest version and WordPress as well.
Can you please have a look for me?
Many thanks,
Filippo
Hey Filippo.
I can't edit that cron job, so I can't say if there's something wrong with the code. I only have the "Run Now" option:
Did this happen only to one customer, or multiple customers? Do you have a list of those customers? Also, are you referring to email or SMS notifications?
Kind Regards,
Aleksandar Vuković
[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 Aleksander,
Thanks for getting back to me.
Yeah, I don't know why the cron job is not editable. It should be any way correct as the reminders for the previous event have been sent.
This happened for all the customers registered for the event and also the employee did not receive the reminder.
I'm referring to email notifications
Would it be better to set up the cron job on the server using
*/15 * * * * /usr/local/bin/php ~/public_html/wp-cron.php –action=’wpamelia_api’ –call=’/notifications/scheduled/send’
instead of via the plugin?
Many thanks,
Filippo
You can definitely give it a try, Filippo.
WordPress plugins that handle this sort of stuff aren't always reliable, although I have never faced any issues with WP Crontrol.
That plugin worked for me every time, so I don't know what's going on here. Try setting up the cron job on the server, and let me know how that goes.
Kind Regards,
Aleksandar Vuković
[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 Aleksander,
I have set up a new cron job on the server:
/usr/bin/php80 /home/sites/4b/8/888adae4ac/public_html/wp-cron.php –action=’wpamelia_api’ –call=’/notifications/scheduled/send’
and I have received a PHP Warning via email you can see in the attachment.
Not sure if this happens because I cannot delete the cron job previously set up with WP Control and they clash.
Do you know how to delete it?
Many thanks,
Filippo
I don't believe that it has anything to do with WP Crontrol, Filippo.
Instead, I believe this command is not appropriate for your server.
Can you reach out to your hosting provider and ask them if this is the correct way of adding cron to the server?
There are a lot of them, you can see on this link.
For example:
*/15 * * * * wget -q -O - "https://www.yourwebsite.com/wp-admin/admin-ajax.php?action=wpamelia_api&call=/notifications/scheduled/send"
Or this:
*/15 * * * * /usr/local/bin/php ~/public_html/wp-cron.php --action='wpamelia_api' --call='/notifications/scheduled/send'
Or this:
GET 'https://yourdomain.com/wp-admin/admin-ajax.php?action=wpamelia_api&call=/notifications/scheduled/send' > /dev/null
Let me know what they say
Kind Regards,
Aleksandar Vuković
[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