Events Made Easy Forums Bug fixed or feature request implemented Multibooking related placeholders not working in Payments

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #54773
    Anonymous
    Inactive

    Hi,

    I have been trying to create a summary of the booking using the payments section, however it will not accept any of the multibooking related placeholders in the Multibooking payment form sections.

    Would you be able to help?

    #54775
    Franky
    Keymaster

    Which section (setting) and placeholders are you talking about?
    Make sure the setting “Show custom payment return page” is set, and then also “Add booking id to return page info”.

    #54776
    Anonymous
    Inactive

    Thank you for responding so quickly 🙂

    The section i am referring to is the Payments section in Settings and the Multibooking Payment form header and the multibooking payment form footer boxes. These don’t seem to like #_MULTIBOOKING_SEATS, #_MULTIBOOKING_TOTALPRICE or #_MULTIBOOKING_DETAILS_TEMPLATE{xx} placeholders.

    I have made sure show custom payment return page is ticked and have made sure booking id to return page info is ticked, but still not working…

    #54777
    Franky
    Keymaster

    Ok, since it is a multibooking issue, I think I found the problem.
    Could you try to change the line 902 in eme_rsvp.php
    from
    $result = eme_replace_booking_placeholders($result, $event, $booking);
    to
    $result = eme_replace_booking_placeholders($result, $event, $booking,1);
    ?

    #54781
    Franky
    Keymaster

    Since I got no reply, I assume this is fixed

    #54782
    Anonymous
    Inactive

    Hi the Multi booking place holders are now working in payments 🙂

    #54783
    Anonymous
    Inactive

    After paying it does not take me to a success page still.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The forum ‘Bug fixed or feature request implemented’ is closed to new topics and replies.
Scroll to Top