Rent request emails are not complete 9 Years, 11 Months ago
Karma: 0
The emails for lend request (to admin and to user) are incomplete. The transported information is only the book_title:
User Administrator has submitted a Lend Request for:
"...title of book..."
Please log on and approve or deny this Lend Request
In which file have I to make what kind of changes, to get more information in the emails like bookid, author and isbn? The lend request email should have follow information:
User Administrator has submitted a Lend Request for:
"...authorname..." / "...title of book.." / "...bookid..".
Please log on and approve or deny this Lend Request
Reason: There are a lot of books with very similar title. The authorname and the book-id would make the information of the wished book absolutely clear.
Kind regards
WF
Logged
The administrator has disabled public write access.
Re:Rent request emails are not complete 9 Years, 11 Months ago
Karma: 0
Thank you very much!
The lend request email to admin works now with the other information too, but the answer-email from admin to user(administrator/components/com_booklibrary/booklibrary.php) doesn't. (I cannot find out, what programcode I have to add here).
But with this state I can live: The user knows, what he wished to lend. He doesn't need the full information.
Regards
WF
Logged
The administrator has disabled public write access.
Re:Rent request emails are not complete 9 Years, 11 Months ago
Karma: 102
Hello,
Functions what send accept and decline for rent request for booking in BookLibrary you may find at
/administrator/components/com_booklibrary/booklibrary.php
FUNCTION:
sendMailLendRequest
Thanks,
OrdaSoft team
Logged
The administrator has disabled public write access.