Reminder

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

1) Reminder

This feature helps you send automatically an email to customers to remind them about pick-up date ( check-in date )

Settings you can make:

  • Enable/Disable sent email to customers

  • Set X days before Check-in date ( pick-up date ) that the reminder will be sent

  • Set " Send a recurring email every X seconds after the initial one "

  • Customize email content: You can customize email content by filter hook: ovabrw_reminder_content_mail. For example:

apply_filters( 'ovabrw_reminder_content_mail', 'You have hired a vehicle: [ovabrw_vehicle_name] at [ovabrw_order_pickup_date]' , $order );

2) Remaining Invoice

This feature will helps you to create Remaining Invoice will be and automatically sent to customers' email address. After receiving this email, they will click the link included in the email to pay the remaining amount.

Settings you can make:

  • Enable/disable "Automatically Create Remaining Invoice"

  • Set X days before Check-in date ( pick-up date ) that the remaining invoice will be sent

  • Enable to Check Periodically Every X Seconds For Creating a Remaining Invoice

  • Allow to automatically send email

Last updated