|
Welcome,
Guest
|
|
|
hi piranha!
i would like to add the booking number in the subject and in the body of the email sent by wire transfer gateway... i managed to add it in the payment reminder and unpaid bookings plugin but the code for the wire transfer is a little bit different so what i tried didn't work... please, can you guide me through? i would like it because people can answer to that email with their wire transfer information but it will take time for us to figure out to which booking this wire transfer is related to... is much faster if the booking number is already attached to this email... thanks! ... yubi |
|
|
|
I`m not sure we can get this info at this point...you can try the following:
in j00605wire_transfer.class.php, right after : $output['BALANCE']=output_price($bal); add: $output['BOOKINGNUMBER']=$bookingdata['tag']; and in the wire_transfer_email.html add the {BOOKINGNUMBER} output. If the tag (booking number) is available, it will be displayed, but I doubt that it will be... |
|
Become our fan on Facebook and be the first to find out about new releases, updates and discounts Jomres Extras Facebook Page
|
|
Piranha you have any idea.
|
|
|
|