Forum Replies Created
- AuthorPosts
- Andre FloresModerator
Hello Bernard,
Thank you for your request, we will take it into consideration for future plugin updates.
Meanwhile you may ask your guests to contact administrator directly in case they are interested in booking those dates and add them to your back-end manually. For this you might need to temporary disable your min-stay booking rule.Regards,
AndreAndre FloresModeratorHello Jessica,
Thank you for your up-vote, it is much appreciated. I have added it to the feature request, we are currently collecting feedback from our users. In case there are more requests from them, we might consider developing such feature for one of the plugin future updates.
Regards,
AndreAndre FloresModeratorHello Rachel,
You will need to override default Terms & Conditions section function. In order to do that add the following code to your child theme functions.php file:
add_action( 'wp_head', 'remove_renderTermsAndConditions' ); function remove_renderTermsAndConditions(){ remove_action( 'mphb_sc_checkout_form', array( '\MPHB\Views\Shortcodes\CheckoutView', 'renderTermsAndConditions' ), 60 ); } add_action( 'mphb_sc_checkout_form', 'custom_renderTermsAndConditions', 60 ); function custom_renderTermsAndConditions(){ $termsPageId = MPHB()->settings()->pages()->getTermsAndConditionsPageId(); $termsHtml = MPHB()->settings()->main()->getTermsAndConditionsText(); if ( !empty( $termsHtml ) ) { ?> <section class="mphb-checkout-terms-wrapper mphb-checkout-section"> <div class="mphb-terms-and-conditions"> <?php echo $termsHtml; ?> </div> <p class="mphb-terms-and-conditions-accept"> <label> <input type="checkbox" id="mphb_accept_terms" name="mphb_accept_terms" value="1" required="required" /> <?php $termsPageUrl = get_permalink( $termsPageId ); $termsPagelink = '<a class="mphb-terms-and-conditions-link-theme" href="' . esc_url( $termsPageUrl ) . '" target="_blank">' . _x( 'terms & conditions', 'I\'ve read and accept the terms & conditions', 'motopress-hotel-booking' ) . '</a>'; printf( _x( 'I\'ve read and accept the %s', 'I\'ve read and accept the <tag>terms & conditions</tag>', 'motopress-hotel-booking' ), $termsPagelink ); ?> <abbr title="<?php _e( 'Required', 'motopress-hotel-booking' ); ?>">*</abbr> </label> </p> </section> <?php } }
Regards,
AndreAndre FloresModeratorHello Rachel,
You may get rid of “till” using Loco Translate Plugin: https://prnt.sc/12u2aeg – mind the space before the “from” word.
Regards,
AndreAndre FloresModeratorHello there,
Thank you all for your feedback. I will make sure to pass this information for further consideration to our developers. They might start developing this once the current feature they are working on is implemented to the plugin.
Regards,
AndreAndre FloresModeratorHello Jeffrey,
Sorry for confusion, I have replied to your previous comment from May, 6th, and have not noticed the latest one from May, 7th.
Looks like there were issues with your SSL certificate, you should consult with your hosting provider regarding this matter, they might be able to assist.Regards,
AndreAndre FloresModeratorHello Tom,
Styles in the Hotel Booking plugin can be changed via custom CSS, if you need assistance with specific items styling, kindly submit a request to our Help Desk, so we take a closer look at it.
Regards,
AndreAndre FloresModeratorGreat, thank you for letting us know, I am glad that the issue has been resolved.
It would be very much appreciated if you leave your positive feedback about the Hotel Booking plugin at: https://motopress.com/products/hotel-booking/#edd-reviews-respond.Thank you in advance!
Regards,
AndreAndre FloresModeratorHello Jeffrey,
You should not sync your Hotel Booking calendar with Google Calendar in order to be able to sync with AirBnB. You are allowed to sync calendars directly with any OTA, which supports iCal format, including AirBnB.
If your URL is not accepted by AirBnB, make sure your website is not in the Maintenance mode, as AirBnB will not accept your export link while the website is under construction.
Also, some OTAs do not accept export links with no events in them, so you should check whether there is at least one booking in the exported file.
If the issue persists, kindly submit a request to our Help Desk providing temporary access to your WordPress dashboard, so we take a closer look at it.Regards,
AndreAndre FloresModeratorHello there,
Thank you all for your feedback, it is indeed mush appreciated.
I am following your concerns and understand your point.
It is completely untrue that MotoPress is not interested in European market, as we sell our products worldwide, so every country/region/Customer are important for us.It should be mentioned that any feature we include in the Hotel Booking plugin update is requested by our users – the most wanted features first, the less wanted – second. So one can not say that we ignore our Customers’ needs and just sell our product as is. Below you will find a list of features requested by MotoPress users recently, which has been implemented in previous plugin updates:
– Added the ability to edit existing bookings: you can now update check-in and check-out dates, rates, services, etc., as well as add, replace, or remove accommodations in the original bookings.
– Added the ability to set the number of days prior to the check-in date applicable for applying deposits.
– Added the ability to display price, adults and children fields in the search form when the direct booking option from the accommodation page is enabled.
– Added support for Hotel Booking PDF Invoices addon.
– Added the ability to set the Booking Buffer option.
– Added the ability to set Advance Reservation: the minimum number of days allowed before booking and the maximum number of days available for future bookings.
– Added the ability to resend the confirmation email for a booking.
– Added the ability to create internal notes for a booking visible for site admins only.
– Added a new color for the external bookings in the Bookings calendar.
– Added the ability to sort accommodations by price in the accommodations listing.Currently our developers are working on Earnings/sales reports feature, which will be implemented in the plugin dashboard soon.
I will do my best to push current feature request for development right after Earnings/sales reports one.Thank you for comprehension.
Regards,
AndreAndre FloresModeratorHello Andrea,
I am sorry for the delayed response. I was able to replicate the issue and have passed it for further investigation to our developers. Once I receive any feedback from them, I will immediately let you know.
Regards,
AndreAndre FloresModeratorHello there,
They have not yet selected the feature for development as they are currently working on other priority tasks.
Regards,
AndreAndre FloresModeratorHello Brandon,
You should use “Edit Accommodations” button and then proceed further by clicking “Continue” button at the lower part of the screen twice without performing any changes until you finally get to the Checkout screen: https://prnt.sc/12kejsx – this is where you will be able to select additional services.
Regards,
AndreAndre FloresModeratorThis reply has been marked as private.Andre FloresModeratorHello there,
Editing bookings feature is available in the Hotel Booking plugin starting form v. 3.8.0, you should make sure your plugin version is 3.8.0+
Once the booking is question is opened, you may use either “Edit Dates” or “Edit Accommodations” button to edit existing booking information.
If the issue persists, provide temporary access to your WordPress dashboard in a private reply, so I take a closer look at it.Regards,
Andre - AuthorPosts