|
Rent request emails are not complete 6 Years, 1 Month 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.
|
admin (Admin)
Admin
Posts: 7237
|
Re:Rent request emails are not complete 6 Years, 1 Month ago
|
Karma: 85
|
Hello,
for edit email what we send for rent request, you need go to file
{site}/components/com_booklibrary/booklibrary.php
find function:
saveLendRequest
in that function for email send we use function: mosMail
But please add self change only if you know PHP/mysql - other please order custom version - with help ordasoft contact form
and any way before any change - please do that file backup
Thanks,
ordaSoft team
|
|
|
Logged
|
|
The administrator has disabled public write access.
|
|
Re:Rent request emails are not complete 6 Years, 1 Month 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.
|
admin (Admin)
Admin
Posts: 7237
|
Re:Rent request emails are not complete 6 Years, 1 Month ago
|
Karma: 85
|
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.
|
|