• Hey, thanks a lot for the great Plugin. 5/5 Stars will rate it.=)

    I’m coming with two little questions. I’m using this for little carsharing.

    1. Is it possible to activate booking for more than 23hrs? Cant find the option.
    Maybe with edititing it in the template or somewhere else? Need it really.
    Because when a customer wants to get a car for example for 2 days, I want the option to get the calender blocked for 48hrs.

    2. Is it possible to delete the time shown? I have the time shown on the service and under that service point it says also xx hrs.

    Thanks a lot. The first thing is the most important.

    Have a nice day.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @schakon and author,

    Re 1. I would also appreciate this. Actually, would it be possible to enter a custom value somewhere instead of picking from a few predefined ones? OR select a custom closing time – e.g. at 20:00 on the previous day.

    Re 2. Before the author replies, you can hide the times by custom CSS. Place the code below to the Custom CSS field or inside your style.css in your child theme:

    .sln-steps-duration {
    display: none;
    }

    Cheers!

    Thread Starter schakon

    (@schakon)

    @vyyt Yes, custom fields would also be great. For my use I only need for example a Reservation for 36hrs but I Can Pick up only to 23h.

    Edited style.css an put it at the End. But it also Shows up.
    Maybe another Code?
    And is it also possible to delete the Warning message with css (icon This service is not available with exclusive service.)?
    Thanks So far.

    At the End of the reservation it also shows an english Text. Maybe possible to translate it to german?

    Plugin Author Dimitri Grassi

    (@wordpresschef)

    Hi,

    about the first question, the answer is not, this plugin has been designed for reservations within the same day.

    About the second question, you could hide the duration with CSS.

    Hi both,

    Re 1. Sorry, I misunderstood, I thought @schakon was talking about how long in advance the service is bookable (not the duration of the service itself)

    Re 2. @schakon, ok try this instead. Tested and it is working on my end.

    .sln-steps-duration.sln-service-duration {
    display: none;
    }

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘1 Day+’ is closed to new replies.