Forum Replies Created
- AuthorPosts
Andre Flores
ModeratorThis reply has been marked as private.Andre Flores
ModeratorHello Michael,
I have added your up-vote to the feature request we have got. In case there are more requests from other users, we might consider implementing this feature in one of the plugin future updates.
Meanwhile, you may try the workaround suggested by Maurice in the reply above.Regards,
AndreAndre Flores
ModeratorHello Patti,
Unfortunately, HTML tags are not accepted in rate description at the moment. We will take your suggestion into consideration for future plugin updates though and in case there are more requests from other users, we might consider implementing this option to the plugin.
Regards,
AndreAndre Flores
ModeratorHello Ushir,
Unfortunately, provided video does not work. Get back to me with valid video link and provide temporary access to your WordPress dashboard in a private reply, so I take a closer look at the issue.
Regards,
AndreAndre Flores
ModeratorHello Wolf,
I was unable to locate the Hotel Booking availability form on your website in order to test how it works. Kindly provide me with the direct URL to the page in question, so I could check the booking process.
Regards,
AndreAndre Flores
ModeratorHello 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 Flores
ModeratorHello 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 Flores
ModeratorHello 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 Flores
ModeratorHello Rachel,
You may get rid of “till” using Loco Translate Plugin: https://prnt.sc/12u2aeg – mind the space before the “from” word.
Regards,
AndreAndre Flores
ModeratorHello 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 Flores
ModeratorHello 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 Flores
ModeratorHello 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 Flores
ModeratorGreat, 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 Flores
ModeratorHello 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 Flores
ModeratorHello 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,
Andre- AuthorPosts