Enquiry - Amendment Confirmation To Customer
% endif
Hello.
% if object.lead_id.covers == 0:This mail is a confirmation of cancellation of 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 ''}
Restaurant Contact: ${object.restaurant_id.phone or object.cont_address_id.phone or ''} ${object.restaurant_id.mobile or object.cont_address_id.mobile or ''}
Date of Booking: ${object.lead_id.conv_dob or ''}
Time of Booking: ${object.lead_id.conv_tob or ''}
The refund amount has been credited to your account balance.
% endif % if object.lead_id.partner_id.payment_type == 'on_purchase':The refund amount will be credit to your credit/debit account in the next 3 working days.
% endif % if object.lead_id.partner_id.payment_type == 'monthly':The refund amount will reflect in your next invoice/statement.
% endif % if object.lead_id.partner_id.payment_type == 'pay_adv':The refund amount will reflect in your next invoice/statement.
% endifPlease feel free to contact us at info@bookamenu.com, for any assistance.
Thank you.
% else:This mail is a confirmation of your amendment to the booking on BOOK A MENU. The revised 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 ''}
Restaurant Name: ${object.restaurant_id.name or ''}
Restaurant Address: ${object.restaurant_id.street or ''}
Restaurant Contact: ${object.restaurant_id.phone or object.cont_address_id.phone or ''} ${object.restaurant_id.mobile or object.cont_address_id.mobile or ''}
Total Covers: ${object.lead_id.covers or ''}
% if object.lead_id.covers != object.lead_id.prev_covers:
(was ${object.lead_id.prev_covers or ''} previously)
% endif
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 ''}
Menu Name: ${menu.menu_id.name or ''}
% if menu.menu_id.course:
Course: ${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'}
Please 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.
% endif${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