Deposit Completion Email

More
8 years 8 months ago #100986 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Deposit Completion Email
Must be honest that I have no clue why the link is converted to IP :D

Maybe your site is accessible via IP somehow and at that time, the system sends reminder email and Joomla detects wrong site URL, thus it causes IP as URL

If it is really needed, you can submit ticket so that we can hardcode the URL in the email to prevent this issue from happening

Tuan

Please Log in or Create an account to join the conversation.

  • Donal
  • Topic Author
  • Offline
  • Elite Member
  • Elite Member
More
8 years 8 months ago - 8 years 8 months ago #101000 by Donal
Replied by Donal on topic Deposit Completion Email
Hi Tuan,
[EDIT] I have fixed the code in /components/com_eventbooking/helperhelper.php, buildTags function, removing "$siteURL . " and putting my domain name into the string which helps build the URL.

Can you just confirm that this is correct and all that is necessary. This is a time when a test function would be very handy to send a test email to admin to verify that my mod is working.

[OLD]
thanks for looking into this. Yes, it is vitally important as it is the mechanism through which people are paying for the events. It looks really terrible to get security notifications when I am asking people to input their credit card details.

Can you please tell me the file(s) to update, and I can complete the work to hardcode the URL into the link.

Thanks,
Donal
Last edit: 8 years 8 months ago by Donal.

Please Log in or Create an account to join the conversation.

More
8 years 8 months ago #101018 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Deposit Completion Email
Hi Donal

There is other file which you should do the same modification. It is the file components/com_eventbooking/helper/mail.php

There are some instances of $siteUrl in that file and need to be hardcoded to your site URL, too

Tuan

Please Log in or Create an account to join the conversation.

Moderators: Tuan Pham Ngoc