Okay
  Public Ticket #2815848
Calender / not booking Services but Event
Closed

Comments

  •  1
    Eva started the conversation

    1. I don`t want the services to be booked, I just want to work with events. But I´d like to use the Catalogue with the services as a overview for my clients. Is it possible to enanble the booking option and the Calender for services?

    https://www.bochum-bellt.de/angebote-gruppenstunden/

    https://www.bochum-bellt.de/amelia/


    2. Is it possible to make the capacity invisible for my clients?

    3. What about a waiting list? Can´t find this option.


    Thanx. :) 

  • [deleted] replied

    Hi, Eva,

    Thank you for choosing Amelia.

    1. So, as far as I understand, you want Service to be presented in a Catalog but not be available for booking? I guess the best way is to hide the "Continue" button. For that, please try to add this CSS to the booking page:

    #am-back-button {display: none;}

    If you need help with adding custom CSS to the page, please take a look at this article.

    2. To hide capacity for Events, please add this CSS to the Events page:


    .am-event-sub-info-capacity {
    display: none !important;
    }

    3. I'm afraid, we have no waiting list feature at the moment.

    You can suggest that as a feature request here, or check if this request was already submitted and vote for it. 

    Best Regards.