Hello.
I successfully configured the reminder email for the user who booked a listing. However, is it possible to also send a reminder email to the listing vendor ?
Thanks in advance.
Hello.
I successfully configured the reminder email for the user who booked a listing. However, is it possible to also send a reminder email to the listing vendor ?
Thanks in advance.
Hi,
There is no such email, it would require customization. If you are familiar with coding or have a developer, we can provide general guidance.
Hello and thank you for the quick response. Yes, i would like some general guidance please.
Thanks in advance.
Please try using hivepress/v1/emails/booking_remind/send action hook Action: hivepress/v1/emails/{email_name}/send | HivePress Hook Reference and use wp_mail function to simultaneously send an email to the listing vendor. Please check the $email variable, there’s a booking object which allows fetching the related listing and then the vendor email.
Hope this helps
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.