Booking Warning Message Query

This topic contains 2 replies, has 2 voices, and was last updated by  Stephen Harris 9 years, 8 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #17841

    Hi

    I’m just wondering if there is a way I can turn off the “You have already booked for this event” message or change it so it is specific to the date the user is trying to book?

    Basically we have a series of recurring events that people can book each week, but if they booked the week before this message appears and it is confusing the users as they haven’t actually booked for the date they are looking at.

    Rebecca Rumble
    #17857

    It’ll be possible to remove this (properly) in v1.11.0.

    For now you can hide it via:

    .booking-notice-prio-booking{ display:'none';}
    

    or you can remove/change it via the eventorganiser_booking_form_notices hook, but this would involve using regex.

    It’s also possible to add additional notices via that hook, however, you can’t “change it so it is specific to the date the user is trying to book”, because you don’t know which date the user is trying to book (yet). You could, though, list the previous dates booked.

    Stephen Harris
    #17858

    It’ll be possible to remove this (properly) in v1.11.0.

    For now you can hide it via:

    .booking-notice-prio-booking{ display:'none';}
    

    or you can remove/change it via the eventorganiser_booking_form_notices hook, but this would involve using regex.

    It’s also possible to add additional notices via that hook, however, you can’t “change it so it is specific to the date the user is trying to book”, because you don’t know which date the user is trying to book (yet). You could, though, list the previous dates booked.

    Stephen Harris
Viewing 3 posts - 1 through 3 (of 3 total)
To enable me to focus on Pro customers, only users who have a valid license for the Pro add-on may post new topics or replies in this forum. If you have a valid license, please log-in or register an account using the e-mail address you purchased the license with. If you don't you can purchase one here. Or there's always the WordPress repository forum.