Andre Flores

Forum Replies Created

Viewing 15 posts - 646 through 660 (of 1,926 total)
  • Author
    Posts
  • in reply to: Using mphb_rooms shortcode – can I order by price? #1120509
    Andre Flores
    Moderator
    This reply has been marked as private.
    in reply to: Admin Booking without Booking Rules #1120507
    Andre Flores
    Moderator

    Hello 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,
    Andre

    in reply to: How to format description of the Rate? #1120504
    Andre Flores
    Moderator

    Hello 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,
    Andre

    in reply to: Maximum Adult Capacity Doesn’t Work Its stuck on 1 #1120483
    Andre Flores
    Moderator

    Hello 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,
    Andre

    in reply to: Checkout not working – internal server error #1119784
    Andre Flores
    Moderator

    Hello 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,
    Andre

    in reply to: Gap Fill Feature Request #1119778
    Andre Flores
    Moderator

    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,
    Andre

    in reply to: Packages in Hotel Booking #1119775
    Andre Flores
    Moderator

    Hello 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,
    Andre

    in reply to: New tab for terms and conditions #1119768
    Andre Flores
    Moderator

    Hello 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,
    Andre

    in reply to: Remove “till” in search results #1119766
    Andre Flores
    Moderator

    Hello Rachel,

    You may get rid of “till” using Loco Translate Plugin: https://prnt.sc/12u2aeg – mind the space before the “from” word.

    Regards,
    Andre

    in reply to: Show prices with tax #1119765
    Andre Flores
    Moderator

    Hello 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,
    Andre

    in reply to: Sync issue with Airbnb #1119754
    Andre Flores
    Moderator

    Hello 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,
    Andre

    in reply to: Hotel Booking Plugin Styling and Avada theme #1119753
    Andre Flores
    Moderator

    Hello 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,
    Andre

    in reply to: No accommodations found #1117546
    Andre Flores
    Moderator

    Great, 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,
    Andre

    in reply to: Sync issue with Airbnb #1117543
    Andre Flores
    Moderator

    Hello 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,
    Andre

    in reply to: Show prices with tax #1117537
    Andre Flores
    Moderator

    Hello 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

Viewing 15 posts - 646 through 660 (of 1,926 total)