Reminder
Go to WooCommerce >> Settings >> Booking & Rental >> 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 );Last updated
