Andre Flores

Forum Replies Created

Viewing 15 posts - 436 through 450 (of 1,932 total)
  • Author
    Posts
  • in reply to: Cancellation confirmation #1159823

    Hello everybody,

    I am delighted to let you know that we have just released the Hotel Booking v. 3.9.9 with the feature when bookings are not being canceled right away once the cancel link is clicked in the confirmation email. Now your guests will be asked whether they would really like to cancel their booking first.
    Feel free to update the plugin to the latest version to get that feature.

    You will find the full list of changes included in the latest version in plugin Release Notes.

    Best regards,
    Andre

    in reply to: Change order of fields in the search form #1159219

    You are most welcome. It would be very much appreciated if you share your positive feedback about the Hotel Booking plugin at: https://www.trustpilot.com/evaluate/www.getmotopress.com.

    Thank you in advance!

    in reply to: How to use with Elementor? #1159215

    Hello Scott,

    The Reviews add-on for Hotel Booking simply overrides default WordPress comment form and adds stars and rating types to it. The form is usually displayed on accommodation type pages, however, it can be also added via shortcode to any desired place on a page:

    [mphb_accommodation_reviews id="XXX"]

    Where XXX is an accommodation type ID.

    Regards,
    Andre

    in reply to: How to resend customer approved booking email #1159212

    Hello Vasyl,

    Thank you for the update. I have passed this information to our developers, once I receive any feedback from them, I will immediately let you know.

    Regards,
    Andre

    in reply to: Change order of fields in the search form #1158535

    Hello Mochael,

    Yes, it is possible by overriding default [mphb_availability_search] shortcode function. In order to do that copy the search-form.php file from /wp-content/plugins/motopress-hotel-booking/templates/shortcodes/search/ directory to /wp-content/themes/your-child-theme/hotel-booking/shortcodes/search/ directory and place the below code:

    <?php do_action( 'mphb_sc_search_form_before_attributes' ); ?>
    
    	<?php foreach ( $attributes as $attributeName => $terms ) { ?>
    		<p class="<?php echo esc_attr( 'mphb_sc_search-' . $attributeName ); ?>">
    			<label for="<?php echo esc_attr( 'mphb_' . $attributeName . '-' . $uniqid ); ?>">
    				<?php echo esc_html( mphb_attribute_title( $attributeName ) ); ?>
    			</label>
    			<br />
    			<select id="<?php echo esc_attr( 'mphb_' . $attributeName . '-' . $uniqid ); ?>" name="<?php echo esc_attr( 'mphb_attributes[' . $attributeName . ']' ); ?>">
    				
    				<?php foreach ( $terms as $termId => $termLabel ) { ?>
    					<option value="<?php echo esc_attr( $termId ); ?>"><?php echo esc_html( $termLabel ); ?></option>
    				<?php } ?>
    			</select>
    		</p>
    	<?php } ?>

    Above the following code:

    <p class="mphb_sc_search-check-in-date">
    		<label for="<?php echo esc_attr( 'mphb_check_in_date-' . $uniqid ); ?>">
    			<?php _e( 'Check-in', 'motopress-hotel-booking' ); ?>
    			<abbr title="<?php printf( _x( 'Formatted as %s', 'Date format tip', 'motopress-hotel-booking' ), MPHB()->settings()->dateTime()->getDateFormatJS() ); ?>">*</abbr>
    		</label>
    		<br />
    		<input
    			id="<?php echo esc_attr( 'mphb_check_in_date-' . $uniqid ); ?>"
    			data-datepick-group="<?php echo esc_attr( $uniqid ); ?>"
    			value="<?php echo esc_attr( $checkInDate ); ?>"
    			placeholder="<?php _e( 'Check-in Date', 'motopress-hotel-booking' ); ?>"
    			required="required"
    			type="text"
    			name="mphb_check_in_date"
    			class="mphb-datepick"
    			autocomplete="off"
    			/>
    	</p>

    Make sure to perform changes in file copied to your child theme directory in order to prevent changes from being lost after future theme updates.

    Regards,
    Andre

    in reply to: Search results showing all bookings #1158533
    This reply has been marked as private.
    in reply to: Gallery images to open in lightbox #1158532

    Hello Andrew,

    Usually the image of accommodation type can be opened in a lightbox, as there is an option under Accommodation ->Settings, however, as I can see you have inserted [mphb_rooms] sortcode to single accommodation type pages, so the option does not affect those images.
    Making images of [mphb_rooms] shortcode opened in a lightbox would require overriding default shortcode function. As for removing the link from images, you may do that by adding the following code under Appearance ->Customize ->Additional CSS:

    .mphb_sc_rooms-wrapper.mphb-room-types #mphb-flexslider-gallery-1 a {
    	pointer-events: none;
    }

    Regards,
    Andre

    This reply has been marked as private.
    in reply to: Problems with the DIVI theme and WPML #1158150

    Hello Carla,

    Accommodation Types must be translated, however, not Accommodations. Accommodation Type ID’s will indeed be different when translating, however, Accommodation – is a physical property, which means its ID should remain the same for all the languages. If someone books a room in English, the same room should not be available in other languages anymore, as it is still the same room. Regardless of the number of languages, Accommodations should not be translated, however, Accommodation Types – should.
    Let me know if this makes sense.

    Regards,
    Andre

    in reply to: How to resend customer approved booking email #1158146

    Hello Ashleigh,

    The feature is available in the Hotel Booking plugin starting from v. 3.9.3. You should open the booking in question and use the “Resend Email” button at the right: https://prnt.sc/1d36ea9.

    Regards,
    Andre

    Hello Ashleigh,

    Thank you for your up-vote, it has been counted. If you are facing any issues with Stripe payments on your website, kindly submit a request to our Help Desk providing temporary access to your WordPress dashboard, so we take a closer look at the issue.

    Regards,
    Andre

    in reply to: Book Directly via Availability Calendar #1158143

    Hello Joeri,

    Thank you for your up-vote, it has been counted.

    Regards,
    Andre

    in reply to: Synchronization, wp cron event #1158139

    Hello Brian,

    I have just checked your tickets and the issue is resolved now. Just to let others know what has been done to resolve it, I am pasting the copy of the ticket reply below:

    The issue was caused by the fact that mphb_cron_ical_auto_synchronization event did not exist in the events list of WP Crontrol plugin for some reason. I have scheduled a synchronization using “Time” option under Accommodation ->Settings and the event appeared. Now automatic synchronization should work fine.
    Let me know if you have further concerns.

    Regards,
    Andre

    in reply to: Search results showing all bookings #1158132

    Hello Michael,

    Are you able to actually book that accommodation, which is displayed on the Search Results page? If it is not available for selected dates, it should not be displayed in search results in the first place.
    I would kindly ask to provide your website URL and temporary access to WordPress dashboard in a private reply, so I take a closer look at the issue.

    Regards,
    Andre

    in reply to: Arrival and departure dates no longer appear #1158131

    You are always welcome 🙂
    It would be very much appreciated if you share your positive feedback about MotoPress products at: https://www.trustpilot.com/evaluate/www.getmotopress.com.

    Thank you in advance!

Viewing 15 posts - 436 through 450 (of 1,932 total)