+ Reply to Thread
Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 29

Thread: Booking plugin question

  1. #11
    Master
    Join Date
    Apr 2021
    Location
    USA
    Posts
    254
    Any update please? It should not be hard to change the date format, right?

  2. #12
    Master
    Join Date
    Apr 2021
    Location
    USA
    Posts
    254
    Bump up for new day

  3. #13
    Master
    Join Date
    Apr 2021
    Location
    USA
    Posts
    254
    I have been speaking to myself for 2 weeks.

  4. #14
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,160
    Hello Tim,

    You'll get a reply from a developer in the ticket you created

    Thanks

  5. #15
    Master
    Join Date
    Apr 2021
    Location
    USA
    Posts
    254
    Quote Originally Posted by Rudi View Post
    Hello Tim,

    You'll get a reply from a developer in the ticket you created

    Thanks
    Yea Rudi, after 2 weeks of no response on forum I decided to try my luck in ticket. Hopefully it will work out. Thanks
    Last edited by Tim Copper; February 17, 2022 at 07:05 AM.

  6. #16
    Quote Originally Posted by Tim Copper View Post
    Hello Flynax,

    How do I change the date format of the Check Availability field from booking field.
    https://realty.demoflynax.com/search.html

    It currently formatted as dd-mm-yy, but in the US we use mm-dd-yy
    Hi Tim,

    Try following steps:


    1. Find rows in file ca_js_handler.tpl:

    Code:
    Only registered members can view the code.
    and replace to

    Code:
    Only registered members can view the code.
    2. find:

    Code:
    Only registered members can view the code.
    and replace to:

    Code:
    Only registered members can view the code.
    3. find rows in file rlBooking.class.php in hookListingsModifyWhereSearch() function

    Code:
    Only registered members can view the code.
    and replace to:

    Code:
    Only registered members can view the code.
    4. find below:

    Code:
    Only registered members can view the code.
    and replace to:

    Code:
    Only registered members can view the code.
    Last edited by Curtis; February 22, 2022 at 08:51 AM.
    Thank you, Curtis.
    @Flynax Company

  7. #17
    Master
    Join Date
    Apr 2021
    Location
    USA
    Posts
    254
    Thank you so much for the throughout guide, I will try it asap

  8. #18
    Master
    Join Date
    Apr 2021
    Location
    USA
    Posts
    254
    Hi Curtis,

    In this part of code

    Quote Originally Posted by Curtis View Post
    Code:
    Only registered members can view the code.
    and replace to:

    Code:
    Only registered members can view the code.
    Did you mean $to = date_parse($data['check_availability']['to']) instead because I could not find the line $to = $data['check_availability']['to']

  9. #19
    Master
    Join Date
    Apr 2021
    Location
    USA
    Posts
    254
    Hi Curtis,

    Would you also please help me change the date format to mm-dd-yy in these 2 locations.

    1. In add/edit listing page, when user add a custom rate:
    https://realty.demoflynax.com/edit-listing.html?id=61

    Screen Shot 2022-02-19 at 2.32.05 PM.png
    As you can see in screenshot the date are: 23-02-2022 --------- 24-02-2022

    2. In the RENTAL RATE(S) box, when user makes a booking request or checking booking order:
    https://realty.demoflynax.com/bookin...-st-48-r6.html
    https://realty.demoflynax.com/booking-order.html

    Screen Shot 2022-02-19 at 2.36.21 PM.pngScreen Shot 2022-02-19 at 2.37.18 PM.png
    As you can see on the left, the rental rate(s) date formats are all: dd-mm-yy

    Last request of mine is would you please help me remove the CKEDITOR from the comment section of booking request page:
    https://realty.demoflynax.com/bookin...-st-48-r6.html
    I just want a regular text box, no CKEDITOR.

    Screen Shot 2022-02-19 at 2.37.18 PM.png

    Thank you

  10. #20
    Master
    Join Date
    Apr 2021
    Location
    USA
    Posts
    254
    Hi Curtis,

    One last question regarding the booking plugin

    Screen Shot 2022-02-20 at 3.55.54 PM.png

    In the booking settings, is there anyway I could make

    - Disallow visitors to book
    - Limit calendar to package duration
    - Hide booked dates from calendar

    To YES by default, and then hide it from front end, so user won't be able to change it?

+ Reply to Thread