I installed the amelia plugin about two weeks ago and since then I'm facing the issue, that no email with access link is sent from the customer panel.
I made an update just now to v 2.9.2, but the issue remains with no e-mail sent.
When I check on the helperService.php it looks like this (line 132): public function getCustomerCabinetUrl($email, $type, $dateStartString, $dateEndString)
Changing it to the following suggested solution makes no difference: public function getCustomerCabinetUrl($email, $type, $dateStartString = null, $dateEndString = null)
The issue in that ticket was fixed and resolved some time ago, so this is coming from something else.
Could you please explain me the issue in more details? Have you setup the front-end customer panel following the instructions? Have you added a placeholder for the customer panel link to the email notifications ? Do customers get the email with the customer panel link when they book an appointment? And when they click on the link does it work properly?
The issue used to be solved with this ticket https://tmsplugins.ticksy.com//ticket/2348862, but it re-appeared.
I installed the amelia plugin about two weeks ago and since then I'm facing the issue, that no email with access link is sent from the customer panel.
I made an update just now to v 2.9.2, but the issue remains with no e-mail sent.
When I check on the helperService.php it looks like this (line 132):
public function getCustomerCabinetUrl($email, $type, $dateStartString, $dateEndString)
Changing it to the following suggested solution makes no difference:
public function getCustomerCabinetUrl($email, $type, $dateStartString = null, $dateEndString = null)
Hello Adrian,
Thank you for your purchase.
The issue in that ticket was fixed and resolved some time ago, so this is coming from something else.
Could you please explain me the issue in more details? Have you setup the front-end customer panel following the instructions? Have you added a placeholder for the customer panel link to the email notifications ? Do customers get the email with the customer panel link when they book an appointment? And when they click on the link does it work properly?