Forum Replies Created
- AuthorPosts
- Andre FloresModerator
Hi, Luis!
You are always welcome.
Anyone who also needs this feature, feel free to let me know by commenting this topic.Regards,
AndreAndre FloresModeratorHi, Luis!
This feature has already been requested from other users and we have passed it to our developers, your request has been also added there.
Meanwhile, you may refer to this topic to find out how to achieve this.If anybody else needs this feature, feel free to let me know by commenting below.
Regards,
AndreApril 9, 2020 at 2:46 pm in reply to: Exporting Bookings and Hotel Booking Reports Cost Breakout #940555Andre FloresModeratorHi, Thomas!
Thanks for your vote, it has been counted!
Regards,
AndreAndre FloresModeratorHi, Thomas!
Thank you for your feedback, it is much appreciated! Your vote has been counted.
Regards,
AndreApril 8, 2020 at 3:05 pm in reply to: COVID-19 mitigation: delay between checkout and next checkin #940043Andre FloresModeratorHi, Rita and Kerry!
Thanks for your votes, I have added them to the request!
Regards,
AndreAndre FloresModeratorHi, Prenesh!
Looks like some specific CSS class is applied to the date-picker on your website: mphb-datepicker-sky-blue, since there is no such class in default theme. You may try make it look properly by adding the following code under Appearance ->Customize ->Additional CSS:
@media (min-width: 1470px) { .mphb-calendar .datepick-month.first, .datepick-popup .datepick-month.first { margin-right: 1rem; }}
Regards,
AndreAndre FloresModeratorHi there!
You are always welcome.
I hope everyone who’ll this feature will enjoy it!Regards,
AndreAndre FloresModeratorHi, Ryan!
Unfortunately, there is no way to add several periods of time within single season. However, you may add as many season as you need, seasons may also overlap each other, you just need to make sure the ones, which are more important (e.g. these ones: saturday to saturday, monday to friday, friday to monday, friday to sunday and saturday to monday) are placed above the rest of the seasons within Rates menu in order to have higher priority.
You may drag more important seasons to the top easily to increase their priority: https://prnt.sc/ru4cj6.Regards,
AndreAndre FloresModeratorHi, Alvaro and Sharron!
You may achieve this by adding the following code to your theme functions.php file (add it to child theme function.php file if you are using it):
add_action('booklium_render_single_room_gallery', 'booklium_single_room_type_gallery_add_link_to_file'); function booklium_single_room_type_gallery_add_link_to_file() { add_filter('mphb_loop_room_type_gallery_main_slider_image_link', function (){ return 'file'; }); }
The above code will link gallery images to the image file. In order to add a lightbox you may use some additional plugins, e.g. Responsive Lightbox & Gallery.
Regards,
AndreAndre FloresModeratorHi there!
I have found your request in our ticket system regarding this matter and looks like the issue no longer persists.
Please confirm that we can consider this topic as resolved.Regards,
AndreAndre FloresModeratorHi, Paul!
Thank you for understanding. I have already passed the request to our developers, we will see how many users want to have this feature in Hotel Booking.
Regards,
AndreAndre FloresModeratorHi, Bart!
I have tested Stripe payments carefully, including iDEAL method, and it worked fine.
Make sure to set up Webhooks in your Stripe account under Developers ->Webhooks tab: https://prnt.sc/rqxvoe. The generated URL you see on the screenshot (hidden) should be inserted to the “Webhook Secret” field in Stripe configuration page: https://prnt.sc/rqxysc – otherwise, iDEAL will not work.
Also, make sure to set up following Event types for your webhooks in Stripe account: https://prnt.sc/rqxzwx.
I hope this helps.Regards,
AndreAndre FloresModeratorThis reply has been marked as private.Andre FloresModeratorHi, Bart!
I have passed the issue for further investigation to our developers. Once there is any information regarding this matter, I will immediately let you know in this topic.
Regards,
AndreAndre FloresModeratorHi, Paul!
Currently Stripe payment gateway integrated in Hotel Booking plugin includes following payment methods:
- Bancontact
iDEAL
Giropay
SEPA Direct Debit
SOFORTUnfortunately, Apple Pay is not available at the moment, however, if there are similar requests from other users regarding this matter, we will definitely consider adding this feature to one of future plugin updates.
Anyone who needs this feature as well, feel free to let me know by commenting this topic.Regards,
Andre - AuthorPosts