[#583] How to customize batch booking email template

Migrated from Redmine #583 | Author: Dhanushka Krishnajith
Status: Resolved | Priority: High, I’m very impatient | Created: 2020-10-09


I am using batch booking to book a ticket to confirm the invoice later. I cannot find the email template that is used here to configure it.

Below is my API call:

{"jsonrpc":"2.0","method":"book","params":["16",10,"2020-10-13","11:00:00",{"name":"Guest","email":"aaa"},{"c377cc163ead4cccf4f776f5151a830c":"1","9c2cea82ab41413ecb13db5e4c8bdec4":"0","products":[]},null,"138"],"id":8}

Below is the email I get with tickets attached:

You have successfully booked:

Multi booking 1, Multi booking at 10.26.2020 11:00 AM. Appointment code: xe0alton

When I used count as below:

{"jsonrpc":"2.0","method":"book","params":["17",10,"2020-10-19","15:00:00",{"name":"Guest","email":"xxxx"},{"c377cc163ead4cccf4f776f5151a830c":"2","9c2cea82ab41413ecb13db5e4c8bdec4":"1","products":[]},3,null],"id":10}

Email customer get:

You have successfully booked:

Multi booking 2, Multi booking at 10.19.2020 03:00 PM. Appointment code: xe0aqxwf
Multi booking 2, Multi booking at 10.19.2020 03:00 PM. Appointment code: xe0ardsb
Multi booking 2, Multi booking at 10.19.2020 03:00 PM. Appointment code: xe0ast17

Dmytro Bondarev wrote:

Hi! You can edit template in /v2/management/#plugins/group_booking/ for group bookings and /v2/management/#plugins/multiple_booking/ for multiple bookings.

Dhanushka Krishnajith wrote:

Dmitry Bondarev wrote:

Hi! You can edit template in /v2/management/#plugins/group_booking/ for group bookings and /v2/management/#plugins/multiple_booking/ for multiple bookings.

Thank you. This solves my problem.