Enquiry - Booking Confirmation To Customer
% endif
Hello.
This mail is a confirmation of your booking on BOOK A MENU. The details of the booking are as below:
DETAILS
Booking ID: ${object.lead_id.lead_no or ''}
Your Reference: ${object.lead_id.cust_ref or ''}
Guest Name: ${object.lead_id.title.name or ''} ${object.lead_id.partner_name or ''} ${object.lead_id.contact_name or ''}
Guest Email: ${object.lead_id.email_from or ''}
Guest Mobile: ${object.lead_id.mobile or ''}
% if object.lead_id.partner_id.emergency_contact:
Emergency Contact: ${object.lead_id.partner_id.emergency_contact or ''}
% endif
Restaurant Name: ${object.restaurant_id.name or ''}
Restaurant Address: ${object.restaurant_id.street or ''} ${object.restaurant_id.street2 or ''} ${object.restaurant_id.city or ''} ${object.restaurant_id.zip or ''}
Restaurant Contact: ${object.restaurant_id.phone or ''} ${object.restaurant_id.mobile or ''}
Total Covers: ${object.lead_id.covers or ''}
Date of Booking: ${object.lead_id.conv_dob or ''}
Time of Booking: ${object.lead_id.conv_tob or ''}
Special Dietary Requirements: ${object.spcl_req or 'None'}
Menu Name: ${menu.menu_id.name or ''}
% if menu.menu_id.course:
Courses: ${menu.menu_id.course.replace("c","")}
% endif
Menu Description: |
${menu.menu_desc.replace("\n", " ")} |
Quantity: ${menu.no_of_covers or ''}
Price per unit: £${('%.2f'%menu.top_tot_price_pprsn) or '0.00'}
Total Price: £${('%.2f'%menu.top_tot_top_price) or '0.00'}
Invoice Total: £${('%.2f'%object.tot_top_price) or '0.00'}
% if object.lead_id.partner_id.payment_type == 'prepaid':Please note that the invoice amount has been debited to your account balance.
% endif % if object.lead_id.partner_id.payment_type == 'on_purchase':Thank you for the online payment of the invoice. You can view/print the invoice using the Invoices menu of your account.
% endif % if object.lead_id.partner_id.payment_type == 'monthly':Please note that this total amount will reflect in your next invoice.
% endif % if object.lead_id.partner_id.payment_type == 'pay_adv':Please note that this total amount will reflect in your next invoice.
% endifPlease note that this booking can be cancelled at any time up to 36 hours in advance of the booking time using the BOOKINGS menu on your account. Any cancellation after this time is charged at 100%. All reservations will be held for 15 minutes from the time of booking, after which they would be treated as cancelled.
Please feel free to contact us at info@bookamenu.com, for any assistance.
Thank you.
${user.is_wlabeling and user.role == 'client' and user.partner_id.name or user.is_wlabeling and user.role != 'client' and user.partner_id.parent_id.name or 'The Book A Menu'} Team
${user.partner_id.street2}
${user.partner_id.city}
${user.partner_id.zip}
% endif % if user.role != 'client': ${user.partner_id.parent_id.street}
${user.partner_id.parent_id.street2}
${user.partner_id.parent_id.city}
${user.partner_id.parent_id.zip}
% endif % endif % if not user.is_wlabeling: 48 Warwick Street
Soho
London
W1B 5AW
% endif