• Resolved kakovski

    (@kakovski)


    Hi Developer

    Can I change the reservationer system, so it dont display number of reservations possible, but number of reservations seat available?

Viewing 15 replies - 1 through 15 (of 18 total)
  • Plugin Author wpdevart

    (@wpdevart)

    Hi dear user.

    By default, the calendar shows available items, so we didn’t understand what you mean, can you explain it again?

    Thanks.

    Thread Starter kakovski

    (@kakovski)

    Yes. Maybe you can see it on our side http://dicendrinks.com/reservation/

    When the user choose to reserve a table at us. The system just set it as one reservation. I want the system to show how many people we have room for.

    Right now its set to 100 people. Lets say one person book a table for 10 people.
    Like it works now the reservation system show 99. But it should show 90.

    Plugin Author wpdevart

    (@wpdevart)

    Hi dear user.

    It seems you have disabled the Item count. In themes section, there is such option “Show items count in form”, find this option and enable it. This should help.

    Thanks.

    Thread Starter kakovski

    (@kakovski)

    It is enabled. IF you choose a day you can say it says antal personer 1.
    Thats the item count, and its always 1. Doesnt seem i can change that ?

    Plugin Author wpdevart

    (@wpdevart)

    Dear user.

    You can change it when you create dates, just type in this field – “Number Available” 100.

    Thanks.

    Thread Starter kakovski

    (@kakovski)

    Yes i have already done that. Then its set to 100. But when a person reserve. It still only goes 1 down. Even when they reserve for lets say like 5 people. Shouldnt the system could registere that they are 5 people, and then go from 100 to 95 ?

    Plugin Author wpdevart

    (@wpdevart)

    Hi dear user.

    At first, you need to change Maximum item count(Themes page), as we understand you set it 8 and then remove Antal personer field from the form.

    Then you need to find this file from our plugins folder – wp-content/plugins/booking-calendar/css/booking.css and add this code –

    .wpdevart_count_item {
        height: 40px !important;
        opacity: 1 !important;
        width: 100% !important;
        z-index: 999999 !important;
    }

    Our plugin and you theme CSS have some conflicts and this should fix the problem.

    Thanks.

    Thread Starter kakovski

    (@kakovski)

    Alright i done what you ask for. I can see the “Antal personer” (the item count), is on the form, and that i work as i should, but if you dont click in the middle of the field it just jumps onto the top of the page. And its not inline as the rest of the field for the form. Any way to fix that ?

    Thread Starter kakovski

    (@kakovski)

    In internet Explore the field works like it should. But not inline with the other fields ?
    Chrome its seems very bug like.

    Thread Starter kakovski

    (@kakovski)

    I have also been testing with another theme. IT has the same error. The item.count field. Appears for it self.

    Plugin Author wpdevart

    (@wpdevart)

    Hi dear user.

    Did you clear the browser cache?

    From our side, it is working fine now, just clear the browser cache and it should work.

    If it doesn’t help, then can you provide some screenshots?

    Thanks.

    Thread Starter kakovski

    (@kakovski)

    Hi again

    Testet on a couple of browsers and 3 computers all the same.
    Tried to delete browser cache. Still the same. Looks like this

    https://prnt.sc/iw21nz

    Works fine mobile phones though.

    Plugin Author wpdevart

    (@wpdevart)

    Dear user.

    From our side when we click on “Antal personer” it just opens the select option(from 1 to 100). We tested it on different browsers as well, but we didn’t see any issue in this case.

    What you mean about this – “And its not inline as the rest of the field for the form.”?

    Do you need to move down this field?

    Or you need to set the same width and height to this field as the fields of the form have?

    Thanks.

    Thread Starter kakovski

    (@kakovski)

    Yeah it seems to be working the field it self. But i would really like if it could be together with the other fields. Like i showed in the picture.

    https://prnt.sc/iwg73i

    Just below the email field. Anyway i could do that my self ?

    Plugin Author wpdevart

    (@wpdevart)

    Dear user.

    Unfortunately, we can’t move that field between form fields, it’s not possible.

    But we can move down this field.

    Thanks.

Viewing 15 replies - 1 through 15 (of 18 total)

The topic ‘Change reservation’ is closed to new replies.