For the complete documentation index, see llms.txt. This page is also available as Markdown.

Reminder

Automated email reminders sent before pickup and drop-off dates

Go to WooCommerce >> Settings >> Booking & Rental >> Reminder

Pickup Date Reminder

Pickup Reminder Settings

Setting
Meta Key
Default
Description

Enable

remind_mail_enable

off

Activate pickup date reminder emails

Days Before

remind_mail_before_xday

1

Send reminder X days before the pickup date

Check Interval (s)

remind_mail_send_per_seconds

86400

How often (seconds) cron checks for reminders to send. Default = once/day.

Enable Recurring

remind_mail_recurring_enable

off

Send the reminder repeatedly (not just once)

Subject

remind_mail_subject

Email subject line

From Name

remind_mail_from_name

Sender display name

From Email

remind_mail_from_email

Sender email address

Email Content

remind_mail_content

HTML body of the reminder email

Drop-off Date Reminder

Drop-off Reminder Settings

Same structure as Pickup Reminder but applies to the drop-off/return date:

Setting
Meta Key

Enable

remind_dropoff_date_mail_enable

Days Before

remind_dropoff_date_mail_before_xday

Check Interval (s)

remind_dropoff_date_mail_send_per_seconds

Enable Recurring

remind_dropoff_date_mail_recurring_enable

Subject

remind_dropoff_date_mail_subject

From Name

remind_dropoff_date_mail_from_name

From Email

remind_dropoff_date_mail_from_email

Email Content

remind_dropoff_date_mail_content

Requires WP-Cron: Reminder emails are triggered by WordPress cron. Ensure WP-Cron is running (or use a real server cron) for timely delivery. Hosting environments with disabled WP-Cron will not send reminders.

Last updated