• Hi,

    I’m having problem with a page with booking form, because my website is multilingual. Via settings you can choose only one page in which booking form will be. What to do, if I have two pages which will have booking forms, one for different language. Now after I press “Book me” on single calendar page it always open same page for all languages.

    To switch between languages I’m using Polylang.

    Is there any solution to this problem ?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author BookingCalendar

    (@bookingcalendar)

    Hi rokasgl,

    that is a known issue, we are going to solve it soon.

    Kind regards,
    Jan

    Dear Jan,

    Is there already a solution for the polylang issue?

    br

    Pedro

    Plugin Author BookingCalendar

    (@bookingcalendar)

    Hi Pedro,

    sorry, there is no fix for it yet.

    best,
    Jan

    Hi,
    I have the same problem and waiting for a solution, I modified singlecalendar.php in frontend folder in this way at line 428:

    from:
    <form action=”‘.get_permalink(getAbcSetting(“bookingpage”)).'” method=”post”>
    to:
    <form action=”‘.get_permalink(pll_get_post(getAbcSetting(“bookingpage”))).'” method=”post”>

    It works for polylang, remember that you lose it when you update the plugin.

    Regards

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Page with booking form on multilingual website’ is closed to new replies.