OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?

BookLibary Component Support

Go to bottom Favoured: 0

Lend expire notice

sashnz (User)
Fresh Boarder
Posts: 13
graphgraph
User Offline Click here to see the profile of this user
Lend expire notice 10 Years, 3 Months ago
Karma: 0  
Hello

Each time a cron job is executed an email is dispatched warning that a book will expire soon. However it is very brief on details as seen in the attched picture. The same note for every book, for every email.

How do I get the title or name of lender to be included in the email so it is faster to identify which book will is about to expire?

So book lend??? Doesn't tell us much.
Logged Logged
Last Edit: 2013/12/23 04:12 By sashnz.
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8242
graph
User Offline Click here to see the profile of this user
Re:Lend expire notice 10 Years, 3 Months ago
Karma: 101  
Hello,

What version you use ?

For every expire book must additional exist below info:
Code:

 'Lend User: ' . $item->user_name . '(' . $item->user_email . ')<br /> ' .
                        'Book: ' . $item->title . ' <br />' .
                        'ID: ' . $item->id . ' <br />' .
                        'BookID: ' . $item->bookid . ' <hr /><br />';



and that notice send only for book what soon erxpire

Please send admin and FTP access to your site and we will check where error. Your account details you may send with help OrdaSoft contact form

Thanks,
Ordasodft team
Logged Logged
The administrator has disabled public write access.
sashnz (User)
Fresh Boarder
Posts: 13
graphgraph
User Offline Click here to see the profile of this user
Re:Lend expire notice 10 Years, 3 Months ago
Karma: 0  
It seems to have come right all of a sudden... maybe it needed 24hrs to kick in. I setup yesterday and then today checked my email and got the following...

So i'll see how it performs over the next week. Cheers!
Logged Logged
Last Edit: 2013/12/23 21:34 By sashnz.
The administrator has disabled public write access.
Go to top
»