J. Davis

Forum Replies Created

Viewing 15 posts - 1,096 through 1,110 (of 3,452 total)
  • Author
    Posts
  • in reply to: deposit gateway based on variable fees #1394232

    Hi Antonio,

    Thanks for your reply however I’m not sure I get it correctly. Could you provide any example to demonstrate what exactly you wish to achieve?

    best regards,
    John Davis

    in reply to: How to add a booking form for specific room #1394230

    Hi Massimo,

    Thanks for your question. Please navigate to Accommodation > Settings and check Guest Management options if you can not see the selectors of adults /children in the form added by shortcode [mphb_availability_search]

    best regards,
    John Davis

    in reply to: Check-in range Hours #1392751

    Hi Massimo,

    Thanks for your question. If you need to change the time format you may do this at Dashboard – Settings – General (WordPress settings). The plugin inherits the time format from WordPress settings.

    best regards,
    John Davis

    in reply to: Check-in range Hours #1392648

    Hi Massimo,

    Thanks for your question. You may use the code below:

    add_action( 'wp_head', 'remove_renderCheckOutDate' );
    function remove_renderCheckOutDate(){
    		remove_action( 'mphb_sc_checkout_form_booking_details', array( '\MPHB\Views\Shortcodes\CheckoutView', 'renderCheckOutDate' ) );
    }
    
    add_action( 'mphb_sc_checkout_form_booking_details', 'renderCheckOutDate' );
    function renderCheckOutDate( $booking ){
    		?>
    		<p class="mphb-check-out-date">
    			<span><?php esc_html_e( 'Check-out:', 'motopress-hotel-booking' ); ?></span>
    			<time datetime="<?php echo esc_attr( $booking->getCheckOutDate()->format( 'Y-m-d' ) ); ?>">
    				<strong>
    					<?php echo esc_html( \MPHB\Utils\DateUtils::formatDateWPFront( $booking->getCheckOutDate() ) ); ?>
    				</strong>
    			</time>,
    			<span>
    				<?php echo esc_html_x( 'until', 'until 10:00 am', 'motopress-hotel-booking' ); ?>
    			</span>
    			<time datetime="<?php echo esc_attr( MPHB()->settings()->dateTime()->getCheckOutTime() ); ?>">
    				<?php echo esc_html( MPHB()->settings()->dateTime()->getCheckOutTimeWPFormatted() ); ?>
    			</time>
    		</p>
    		<?php
    	}

    best regards,
    John Davis

    in reply to: deposit gateway based on variable fees #1392646

    Hi Antonio,

    Thanks for your question. I may just offer you to set up a percentage deposit charge type at Accommodation > Settings > Payment Gateways. There is no other option by default.

    best regards,
    John Davis

    Hi Sophie,

    Thanks for your comment. Please submit a request to let us check the blocks and configurations on this page. Thanks

    best regards,
    John Davis

    in reply to: How does user remove booking from their cart? #1392635

    Hi,

    Thanks for your comment. There is no cart in the Hotel Booking plugin. Do you mean you need to add the ability to remove the property from the booking confirmation page?

    best regards,
    John Davis

    in reply to: Availability Calendar Optimization #1392630

    Hi Georgios,

    Thanks for your reply. The loading time seems to be normal now. If you need further assistance you may also submit a ticket and we will take a closer at the configurations of your site.

    best regards,
    John Davis

    in reply to: Landing Page in Booklium Theme #1392627

    Hi Georgiy,

    Thanks for your question. There is no page template that removes the header and footer in the Booklium theme by default. You may either create it in a custom way or apply it from a third-party plugin.

    best regards,
    John Davis

    in reply to: Is there a way to add Category onto Service Page? #1392616

    Hi Noel,

    You may navigate to Appointments > Service Categories and click on the number count of posts that belong to the specific category. Thus you will be redirected to a list of services that belong to the specific category.

    best regards,
    John Davis

    in reply to: Booklium layout shift #1392610

    Hi Erwin,

    Thanks for sorting this out. Feel free to ask any additional questions.

    best regards,
    John Davis

    in reply to: Hotel Booking Plugin not in Purchases #1391791

    Hi Georgios,

    Thanks for your reply. I meant the following topic https://motopress.com/forums/topic/availability-calendar-elementor/

    best regards,
    John Davis

    in reply to: The calendar shows only the starting day #1390707

    Hi,

    Thanks for your feedback. Currently, the calendar shows the number of booking check-ins on each particular date in the calendar.
    We will keep your request in mind. Perhaps we will be able to adjust the calendar in the way you request. Thanks for your participation.

    best regards,
    John Davis

    in reply to: Hotel Booking Plugin not in Purchases #1390700

    Hi Georgios,

    Thanks for your reply. By purchasing the plugin from us you may update the hotel booking plugin without waiting till it is updated within a theme.
    I’ve described what can be adjusted to make the calendar work correctly on another forum topic.

    best regards,
    John Davis

    in reply to: Caroussel not working on single rental page #1390691

    Hi Sophie,

    Thanks for your question. Please try to navigate to Accommodation > Settings and select Theme mode instead of Developer mode and save the changes.

    best regards,
    John Davis

Viewing 15 posts - 1,096 through 1,110 (of 3,452 total)