Multilingual and Hotel Booking

  • This topic has 42 replies, 22 voices, and was last updated 6 months ago by J. Davis.
Viewing 15 posts - 16 through 30 (of 43 total)
  • Author
    Posts
  • #1314610

    +1
    Please, add compatibility with Polylang.

    #1315815

    Hi Olexandr,

    Your upvote has been added. Thanks.

    #1356989

    + one for polylang

    #1357337

    I’m in process of finalizing adding multilingual support to website that also using Hotel Booking plugin. I’m using Falang, and it works very nice. Stéphane is very supportive and promptly replied to all my questions. I’m also using Divi theme which is supported by Falang, too.
    I tried both Polylang and WPML but found them too complex and I had a multiple issues that finally I gave up and switched to Falang.

    #1357525

    Hi Denis, Thanks for your feedback.

    #1408673

    Polylang support is needed!

    #1412568

    Hi Jasmin, Thanks for your feedback.

    #1419518

    My vote for Polylang support, please! So far the only problem I get is related to the “rates” section. No matter how I try to add the rate via Plylang for my second site language it does not want to show the frontend booking form for this accommodation.
    Any news from the devs if this can or will be fixed soon?

    #1420846

    Hi John,

    It is not an issue that should be fixed but rather a request to make Hotel Booking compatible with the Polylan plugin. I’ve added your upvote to the task. We will update the topic when we have any news.

    best regards,
    John Davis

    #1458398

    My vote for Polylang support!
    It is incredible that such a great plugin has full compatibility only with one translation plugin, even more considering that the issues only interest 2 or 3 pages.

    #1460960

    Hi Giulia,

    Thanks, your upvote has been added.

    #1465319

    I agree we need the support for Polylang but in case people needs a solution while waiting for the official one, there is a little hack you can do but you need to know what you are doing. Also you’ll need to re-apply this everytime you do a plugin update.
    If you go in the Plugin editor select Motopress Hotel booking then navigate in includes -> settings -> page-settings.php

    search for the getPageId function and override it with the following:

    private function getPageId( $name ){

    $pageId = get_option( ‘mphb_’ . $name . ‘_page’ );

    $pageId = pll_get_post($pageId);

    return (int) $pageId;
    }

    #1465325

    One more tip is for the rates. For me rates are working fine but I had to find the right combination of saving informations. Also I called the rates all in the same way but just with the language symbols at the end. One more thing I’ve done was create the rating all in english just with the naming described earlier and then assign them to the basic one.
    Not sure what was the trick yet but it works.
    Ex. main language english so rate name is “rates” then I have french and italian so the other rates are “it rates” and “fr rates” created first in english language and then assigned later to the correct language and linked to the basic “rates” page.
    Noit sure if this will help anyone but it works just need to find the right saving combinations.

    #1500568

    You’ve been adding Motopress compatibility with Polylang to your feature list for years, but I still don’t see any compatibility.

    #1500939

    Hi,
    Thanks for your feedback. We have this task in our list of features and we keep collecting feedback from the users to form the priority among other tasks.
    We would like to remind you that the Hotel Booking plugin can be used with WPML successfully.

Viewing 15 posts - 16 through 30 (of 43 total)
  • You must be logged in to reply to this topic.