Okay
  Public Ticket #3200736
Notification / confirmation problems
Closed

Comments

  • Emma Pier started the conversation

    Dear sir/ madam,

    I am having a few sincere issues with Amelia and I would really like to have your support urgently with this. These are the most important bugs:

    - In my business, clients buy a package of consults with a specific specialist. When the client books a consult with that specialist, the booking is than incorrectly scheduled with a random specialist. We cannot seem to fix this.

    - The reminder of an appointment is not send at this moment (although we did activate it through sms and email in the back-end).

    - When customers book an appointment, an confirmation is send to the customer and the specialist. The last name is not correctly viewed in the confirmation email to the specialist. Instead it shows "%customer_last_name% ". 

    There are some other bugs I would like to discuss but these are the most important ones.

    Can we please schedule a call to discuss? It is really hurting my customer and employee satisfaction.

    Thank you,

    Best regards,

  •  1,619
    Marko replied


    Hello Emma,

    Thank you for reaching out to us.

    When you have several questions or issues, please open a new ticket, and we will help you there. In that way, issues and questions which are related to different subjects will be in separate tickets so other customers or our support agents can find them easily. 

    Our policy is to have one issue or question per ticket because of the reasons that are described already.

    Thank you for understanding.

    1. - In my business, clients buy a package of consults with a specific specialist. When the client books a consult with that specialist, the booking is then incorrectly scheduled with a random specialist. We cannot seem to fix this. - If they do not book right away all appointments with that employee and they book the rest of the appointments form a customer panel then the employee is assigned to appointment at random. 

    This is how it is designed for now I'll kindly ask you to add it as a feature suggestion on this link https://features.wpamelia.com/

    Features are pushed up on our "to-do" list when there are a lot of customers requesting those features, so having your vote as a customer can be beneficial to this feature being developed sooner.

    2. - The reminder of an appointment is not send at this moment (although we did activate it through sms and email in the back-end). - Cron is not Amelia's feature cron is a WordPress feature

    You can use cron with Amelia, but setting cron is not part of Amelia's support because it is not our feature. 

    If your cron is not working and you cannot set it up, you need to contact your hosting provider so that they can set up cron for you.

    We will try to help you as best we can in the meantime cron is a Linux utility that schedules a command or script on your server to run automatically at a specified time and date. A cron job is the scheduled task itself. Cron jobs can be very useful to automate repetitive tasks like in our plugin for notifications.

    Depending on the server, there are different configurations for it, which you can contact your hosting provider about, or you can check out one of the solutions for it on this link.

    Also, you can try this:

    */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

    WP Crontrol plugin is the best option if you're not familiar with cron jobs. You can find more info about it, and detailed instructions on how to set it up in our FAQ section.

    So, if you already read that, and still need some clarification here's some further info.

    You copy only the URL from below a scheduled notification:

    7810032183.png

    Then, go to Tools/Cron Events, and click on the "Cron Schedules" tab. In it, add a 15-minute interval:

    2487877415.png

    Then go back to the "Cron Events" tab and click on "Add new":

    9085918175.png

    Below it, select the "PHP Cron event" radio button, and add the URL you copied from Amelia/Notifications in this form:

    file_get_contents("yourURL");
    2095163400.png

    Below it add the name and set it to run a few minutes in the future, using the provided time format. So, if you're adding the cron event at 12:45 (local, current time), set it to run at 12:50; and then select the schedule you previously selected:

    7642938415.png

    Click on Add Event, and that's it.

    The cron runs every 15 minutes and checks if there's an email to be sent. So, in Amelia Notifications, your scheduled notifications are set to run every day at a certain time. If you set that time to be 15:00 (for example), the emails will be sent when the cron runs after that time.

    For example, there's an appointment booked for tomorrow, and it's currently 14:44 - the cron runs, but since it's not yet 15:00, it doesn't send anything. It runs again after 15 minutes, so at 14:59, but there are still no emails flagged by Amelia, so it doesn't send anything. Then it runs again at 15:14 and it sees there's an email that should've been sent at 15:00, so it sends the email. It will only send emails when Amelia sees an appointment scheduled for the next day.

    I hope that helps in case it doesn't please contact your hosting provider.

    3. - When customers book an appointment, an confirmation is send to the customer and the specialist. The last name is not correctly viewed in the confirmation email to the specialist. Instead it shows "%customer_last_name% ". - This can only happen if that information is not entered

    4. Can we please schedule a call to discuss? It is really hurting my customer and employee satisfaction. - Unfortunately, no we provide support only via tickets.

    We wish you all the best.

    Have a nice day. 


    Kind Regards, 

    Marko Davidovic [email protected]

    Rate my support

    Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, 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