Stacy Lind

Forum Replies Created

Viewing 15 posts - 16 through 30 (of 231 total)
  • Author
    Posts
  • in reply to: Sync Bookings to Google Calendar #812788
    Stacy Lind
    Keymaster

    Hi Mark,

    Ical is an independent process. It is not possible to create a cron job within our plugin that will force Google Calendar to download bookings from our plugin. Google Calendar has its own schedule and decides when to download the bookings. Just make sure that you imported our ical links into your google calendar and that the links are accessible (e.g. no maintenance mode on the website). If Google Calendar still does not download the bookings, then, please, create a support ticket for further assistance.

    in reply to: Remove calendar #812659
    Stacy Lind
    Keymaster

    Hi,

    To remove the calendars, create an empty file and the following folder structure: \wp-content\themes\*your active theme*\hotel-booking\single-room-type\calendar.php

    Stacy Lind
    Keymaster

    Hi,

    It means that your properties are available only for the nearest two months. To make them available after that, make sure that you have pricing seasons for longer than the two months (Accommodation > Seasons). These season also need to be used within rates (Accommodation > Rates).

    in reply to: Unable to translate strings on checkout #811949
    Stacy Lind
    Keymaster

    Hi,

    These strings should be a part of the Hotel Booking WooCommerce Payments addon. If you can’t find them there either, please, submit a ticket.

    in reply to: Need for Streamlined Checkout for Single Properties #811093
    Stacy Lind
    Keymaster

    Hi Joana,

    Please, submit a ticket describing the issue in more detail.

    in reply to: Maps Builder – Google Maps Plugin #809651
    Stacy Lind
    Keymaster

    Hi Laurence,

    It looks like the plugin provider no longer supports Maps Builder – Google Maps Plugin. We would advise using a different plugin instead, e.g. Google Maps Easy. Elementor also has a good block for Google Maps.

    Stacy Lind
    Keymaster

    Hi Antonio,

    The confirmation mode By Admin Manually, allows customers make booking requests without payments. The booking requests wait for admin review and manual confirmation. In this case, the payments should be processed offline. However, this addon will let you send a payment request once a booking is confirmed by admin. If WooCommerce payment gateways are connected to the booking plugin, the addon will work with them without any issues.

    Stacy Lind
    Keymaster

    Hi,

    Our plugin does not send these data in the emails, but it is on our feature request list. We can notify you when it gets implemented.
    Meanwhile, we could send you the code that will add the new email tags. Please, submit a ticket request for this.

    in reply to: Check Availability CSS #805810
    Stacy Lind
    Keymaster

    Hi Kevin,

    Make sure that the booking plugin and all other plugins are updated too. If it does not help, please, submit a support ticket with details.

    in reply to: Multiple Dates in Season #802661
    Stacy Lind
    Keymaster

    Hi Christer,

    You can create only four seasons for autumn instead:
    1) Sept – end of year week
    2) Sept – end of year week-end
    3) october vacation
    4) December vacation
    The first two seasons are for the same dates, but are applied on different week days. The days can be selected in the season editor. Add the four seasons to your rates and make sure to drag and drop the vacation seasons at the top of the rate. This way, whenever dates of your seasons overlap, our plugin will apply the ones at the top.
    The same will apply for the spring period. If the regular rates are the same as in autumn, extend the seasons 1) and 2) for the whole spring. Vacations, including short ones, should be created as separate seasons and placed above the regular seasons in your rates.

    in reply to: Edit Booking / Checkout form #802347
    Stacy Lind
    Keymaster

    Hi Aidan,

    Styles are inherited from the active theme, e.g. line height.
    The layout of the checkout form can be edited in wp-content\plugins\motopress-hotel-booking\includes\views\shortcodes\checkout-view.php
    The hooks are listed in wp-content\plugins\motopress-hotel-booking\includes\shortcodes\checkout-shortcode\step-checkout.php

    Below is an example of how a function can be overridden through functions.php of your child theme. This way your edit will be update-proof:

    add_action( 'wp_head', 'remove_renderCustomerDetails' );
    function remove_renderCustomerDetails(){
    	remove_action( 'mphb_sc_checkout_form', array( '\MPHB\Views\Shortcodes\CheckoutView', 'renderCustomerDetails' ), 40 );
    }
    
    add_action( 'mphb_sc_checkout_form', 'my_renderCustomerDetails', 40);
    
    function my_renderCustomerDetails(){
    your edited function
    }
    in reply to: Can't find Activities page when building new menu #802344
    Stacy Lind
    Keymaster

    Hi,

    Activities is not a regular page so it is not displayed in the list of pages. You can add it to a menu through the menu item Custom Links.
    The permalink can be changed with a plugin like Permalink Manager Lite.

    in reply to: Disable Hotel booking #802343
    Stacy Lind
    Keymaster

    Hi Miguel,
    ‘Hide reservation forms and buttons’ displays all your properties, but hides their booking forms. Rooms are not supposed to disappear from the website, If it happens, please, submit a support ticket describing the issue.

    in reply to: Order of displayed accomodation at homepage #802342
    Stacy Lind
    Keymaster

    Hi Amos,

    The ordering parameters are described in Accommodation > Shortcodes. E.g. this shortcode will display properties by their order number:
    [mphb_rooms orderby=”menu_order” order=”ASC”]
    The order can be set in Accommodation > Accommodation Types > hover over an accommodation type > Quick Edit.

    in reply to: Override minimum stay as the date approaches #802341
    Stacy Lind
    Keymaster

    Hi Christer,

    It can be done only manually. The quickest way may be to create a season that covers two weekends. Add the season at the top of you rates. Create a 1 night minimum stay rule for this season in Bookings > Booking Rule. Then change the dates of the season as weekends approach.

Viewing 15 posts - 16 through 30 (of 231 total)