You are not logged in.
When Reservation object time expired, system send the email for me ,but the mail contents is wrong.
Email HTML Body
##FOREACHreservations##
預借類別與項目 : ##reservation.itemtype## - ##reservation.item##
##lang.reservation.expirationdate## : ##reservation.expirationdate##
##lang.reservation.itemurl## : ##reservation.itemurl##
##ENDFOREACHreservations##
email content
預借類別與項目 : 電腦 - test
結束日期 : 2024-06-19 15:55
被預借項目的URL : ##reservation.itemurl##
how can i solve ##reservation.itemurl## can't show the correct value?
Offline
If you are using the Salleman plugin add-on might also be true for the default Reservations, my understanding is the FOREACH tags are not applicable as each reserved item on the same booking are handled individually. Meaning each item does have it's own reservation therefore there is no list of items to step through in the FOREACH loop.
Offline