Andre Flores

Forum Replies Created

Viewing 15 posts - 1,696 through 1,710 (of 1,921 total)
  • Author
    Posts
  • in reply to: Amend a live Booking to remove specific dates. #975636
    Andre Flores
    Moderator

    Hello, Mark!

    Thank you for your question. Please note that editing booking feature allows to change check-in/check-out days, you should simply click “Edit Dates” button below Check-in/Check-out dates in order to change them: https://prnt.sc/tcjgut. Check this nice video on how to edit booking, including booking dates.

    Regards,
    Andre

    in reply to: Redundant step in booking process #975634
    Andre Flores
    Moderator

    Hi, Ryan!

    You are always welcome!

    Regards,
    Andre

    in reply to: Accommodations not in the same order? #975633
    Andre Flores
    Moderator

    Hi, Mark!

    Thank you for your feedback, it is much appreciated!

    Regards,
    Andre

    in reply to: Force booking 48 hours in advance #975631
    Andre Flores
    Moderator

    Hello, Bjorgvin!

    Thanks for your up-vote, I have added it to the feature request. Also, thanks for sharing the code, that worked for you in Booklium, it is much appreciated.

    Regards,
    Andre

    in reply to: Redundant step in booking process #974777
    Andre Flores
    Moderator

    Hi, Ryan!

    Thank you for your suggestion. We will keep this in mind and if there are more similar requests from other users, we will consider adding this feature to one of plugin future updates.

    Regards,
    Andre

    in reply to: Width of Notification emails #974776
    Andre Flores
    Moderator

    Hello, Mark!

    Looks like the issue you are facing is quiet specific. I would ask that you submit your request to our Help Desk, providing example screenshots of the notification e-mails and temporary access to your WordPress dashboard, so we take a closer look at the issue.

    Regards,
    Andre

    in reply to: Redundant step in booking process #974139
    Andre Flores
    Moderator

    Hi, Ryan!

    Sorry for confusion, the option means that Hotel Booking Success and Failed pages will be displayed after the payment, and not the WooCommerce ones. This means that you will still need to go trough the WooCommerce checkout process after the Hotel Booking one.
    So far, the only option that may be helpful is hiding some fields on Hotel Booking Checkout page, so they are not duplicated during WooCommerce checkout process.

    Regards,
    Andre

    in reply to: Availability Calendar Colour #973664
    Andre Flores
    Moderator

    Hi, Mark!

    You are most welcome!

    Regards,
    Andre

    in reply to: Accommodations not in the same order? #973663
    Andre Flores
    Moderator

    Hi, Mark!

    Kindly submit a request to our Help Desk providing temporary access to your WordPress dashboard and specify the exact order you would like your accommodations to be displayed in, we will take a closer look at the issue.

    Regards,
    Andre

    in reply to: How to book multiple different rooms in 1 booking #973659
    Andre Flores
    Moderator

    You are welcome 🙂

    Regards,
    Andre

    in reply to: Redundant step in booking process #973656
    Andre Flores
    Moderator

    Hi, Ryan!

    Unfortunately, there is no way to skip Hotel Booking Checkout page, however, you may enable “Use Hotel Booking checkout endpoints instead of WooCommerce ones.” option under Accommodation ->Settings ->Payment Gateways ->WooCommerce tab – this will allow to avoid an additional step of filling in information on WooCommerce Checkout page. There may be not enough fields to fill in on Hotel Booking Checkout page, so you may consider our Checkout Fields add-on to edit existing and add more fields on Hotel Booking Checkout page.

    Regards,
    Andre

    in reply to: style the booking confirmation page #973653
    Andre Flores
    Moderator

    Hi, Matthias!

    In order to edit [mphb_booking_confirmation] shortcode you will need to overwrite default plugin files in your active theme. Navigate to /wp-content/plugins/motopress-hotel-booking/templates/shortcodes/ and copy the “booking-confirmation” folder to /wp-content/themes/your-active-theme/hotel-booking/shortcodes/ directory. Feel free to edit files in “booking-confirmation” folder per your desire.

    Regards,
    Andre

    in reply to: Fee set as percentage #973192
    Andre Flores
    Moderator

    Hello, Thomas!

    Thank you, your up-vote has also been counted.

    Regards,
    Andre

    in reply to: Accommodations not in the same order? #973187
    Andre Flores
    Moderator

    Hi, Mark!

    Looks like you are using [mphb_rooms] shortcode on Accommodations page. In order to change the accommodation types order in the shortcode you should use orderby and order parameters. Make sure they match the ones configured in the Accommodation Types widget on Home page. The shortcode will look as follows:

    [mphb_rooms orderby="ID" order="ASC"]

    You may find all the available parameter values for the shortcode under Accommodation ->Shortcodes tab: https://prnt.sc/t8y5ah.

    Regards,
    Andre

    in reply to: Remove Amenity link #973185
    Andre Flores
    Moderator

    Hello, Jan!

    You may disable the accommodation type title link by adding the following code under Appearance ->Customize ->Additional CSS:

    .mphb_sc_room-wrapper .mphb-room-type-title, .mphb_sc_rooms-wrapper .mphb-room-type-title, .mphb_sc_search_results-wrapper .mphb-room-type-title {
    	pointer-events: none;
    }

    To change the amenities hover color use the following code:

    .mphb-single-room-type-attributes a:hover, .mphb-loop-room-type-attributes a:hover, .loop-room-short-attributes a:hover {
    	color: #13b0bb;
    }

    Replace #13b0bb with any desired color. You may find all the HEX color codes here.

    Regards,
    Andre

Viewing 15 posts - 1,696 through 1,710 (of 1,921 total)