Reminder Email

x date before pick-up date of customers, the reminder email will automatically send to customer's email.

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

You can customize email content by filter hook: ovabrw_reminder_content_mail

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

Last updated