Appointment canceled immediately after confirmation
Do you use MS Outlook or similar thing from Microsoft?
Hi, I have the same problem but I don’t see any cancel link in the emails that the system is sending to the users. Where can I disable the cancel option in the plugin settings?
Thanks
I shouldn’t update the plugin. Now it is a total disaster. Now we are receiving 3 emails for each appointment and it is impossible to disable the links on the emails. Where in the code I can delete those links?? In mail.php I deleted this ones:
$links[‘#link_cancel#’] = $this->generate_link_element($raw_data, ‘cancel’, __(‘Cancel appointment’, ‘easy-appointments’));
$links[‘#link_confirm#’] = $this->generate_link_element($raw_data, ‘confirm’, __(‘Confirm appointment’, ‘easy-appointments’));
$links[‘#url_cancel#’] = $this->generate_url($raw_data, ‘cancel’);
$links[‘#url_confirm#’] = $this->generate_url($raw_data, ‘confirm’);
But emails are not sending with that change.
I deleted the lines on the Template. I will not update the plugin again. Always is a headache after any update. Thanks
Please login or Register to submit your answer