• Resolved okumaxx

    (@okumaxx)


    Hello.
    Sorry for translation english. I want to create a website that reserves and cancels a single ticket in logon state. Currently it is realized with ‘#_BOOKINGFORM’, but it is difficult to use because it is via ‘My-Bookings-Page’ at the time of cancellation, since all past reservation data are displayed.
    (1) Is there a way to not display past data on ‘My-Bookings-Page’?
      (Even past data deletion is OK)
    (2) On the other hand, I’m trying to use ‘#_BOOKINGBUTTON’ instead of ‘#_BOOKINGFORM’
    but it does not work
    → The ‘lnk’ characters of ‘Reserved’ and ‘Cancel’ are displayed according to the
    status, but nothing happens when pressed. What is missing?

    Please help me.

    The following description is made in [Event]-[setting]-[format]-[Event]-[Event List]:

    <td>
    xxx: #_EVENTNAME
    {has_bookings}
    xxx: #_BOOKEDSPACES
    #_ATTENDEESLIST
    #_BOOKINGFORM
    #_BOOKINGBUTTON
    {/ has_bookings}
    </ td>

Viewing 7 replies - 1 through 7 (of 7 total)
  • You can overwrite the my-bookings template to alter the output. You need custom coding in php for that.

    As for the action links:
    Which gateway are you using on the links that do not work?

    Thread Starter okumaxx

    (@okumaxx)

    Thank you for your reply.

    How can I easily hide the past data in the My-bookings template?

    Is there a way to use bookingbutton?

    my_site
    hp.moriya-football.org/gakusyukai/

    Plugin Support angelo_nwl

    (@angelo_nwl)

    you can modify template file at events-manager/templates/templates/my-bookings.php

    to use templates: http://wp-events-plugin.com/documentation/using-template-files/

    eg. wp-content/themes/Your Theme/plugins/events-manager/templates/my-bookings.php

    placeholder #_BOOKINGBUTTON works on logged-in users with events using single ticket mode

    Thread Starter okumaxx

    (@okumaxx)

    Thank you for your reply.

    (1)I edited my-bookings.php and fixed it.

    (2)placeholder #_BOOKINGBUTTON has useing on logged-in users with events using single ticket mode.
    > but it does not work
    > → The ‘lnk’ characters of ‘Reserved’ and ‘Cancel’ are displayed according to the
    > status, but nothing happens when pressed. What is missing?

    Plugin Support angelo_nwl

    (@angelo_nwl)

    #2 wasn’t able to replicate this and seems working fine on our test site; can I know what is your current EM version?

    Thread Starter okumaxx

    (@okumaxx)

    Thank you for your reply.

    MY current EM Version is 5.9.5.

    The “lnk” character of “Reserved” and “Cancel” is displayed according to the booking status, but when I press that “lnk” nothing happens.

    Plugin Support angelo_nwl

    (@angelo_nwl)

    can you try the latest EM dev versions 5.9.5.2 ? to check for dev versions, you can go to events > settings > general > admin tools

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘booking cancel’ is closed to new replies.