Forum Replies Created
- AuthorPosts
J. Davis
Keymasterthanks for your feedback
December 15, 2023 at 6:52 am in reply to: Appointment Booking returns undefined when use with WP Rocket cache #1545726J. Davis
KeymasterThanks for letting us know
J. Davis
KeymasterHi, our developers are working on the date pick optimization and we hope to notify you about the result soon. We are sorry for the temporary inconvenience.
J. Davis
KeymasterHi Tania,
Thanks for your question. The emails are sent but the plugin but the delivery depends on the PHP Mail Function that can be enabled and configured on the server where your site is hosted. We recommend setting up the SMTP for better and more secure email delivery. You can watch this video to learn how to do it https://www.youtube.com/watch?v=2DmP7UAnNBw.J. Davis
KeymasterHi, you can use the example of the filter to get the bookings for a certain period:
{ "filter":{ "meta_query":{ "relation":"AND", "date":{ "key":"mphb_check_in_date", "value":[ "2022-10-26", "2023-10-27" ], "compare":"BETWEEN", "type":"DATE" } } } }
J. Davis
KeymasterWe are sorry for the delay. We know about this issue and have this task on our to-do list. We will update the topic when we have any news. Thanks.
December 1, 2023 at 3:58 am in reply to: Disable or make customer e-mail field optional on the booking page. #1538890J. Davis
KeymasterHi Yakub,
Thanks for your feedback. We also agree that this will be helpful. We will keep your request in mind.November 24, 2023 at 8:37 am in reply to: Search Availability Form Calendar Function and Style #1533920J. Davis
KeymasterHi, you may add availability for and calendar of a specific accommodation type and enable Skip Search Results option to make the calendar clickable. You may watch this video to learn how it works https://www.youtube.com/watch?v=wr0Uh63QG4o
November 24, 2023 at 8:27 am in reply to: Appointment Booking returns undefined when use with WP Rocket cache #1533911J. Davis
KeymasterCould you please submit a ticket referring to this topic so we can check the configurations?
J. Davis
KeymasterHi Bjarke, thanks for your question. There is no possibility to add a week number to any of the calendars, unfortunately. We will keep your request in mind.
November 24, 2023 at 8:02 am in reply to: Remove Book button when Confirm Reservation button is showed #1533902J. Davis
KeymasterHi John,
You can add the following CSS style at Appearance > Customize > Additional CSS:.mphb-reserve-room-section.mphb-rooms-added .button.mphb-button.mphb-book-button { display: none; }
J. Davis
KeymasterHi,
Of course, there is a possibility of overbooking within intervals between importing bookings. You may check our REST API documentation to create a custom tool to import and export bookings via API https://motopress.com/document/hotel-booking-rest-api/November 23, 2023 at 11:55 pm in reply to: Sorry, there are no services, employees or locations to book. #1533540J. Davis
KeymasterHi Yakub,
We have found out that issue occurred due to the option ‘Disable JSON REST API’. The form works correctly when this option is switched off.November 20, 2023 at 2:43 pm in reply to: Bypass the minimums stay for manual booking by admin #1531381J. Davis
KeymasterHi,
We are aware the option ‘do not apply booking rules to admin reservation’ does not work at the moment. Our developers will do their best to fix it in the next update release. We are sorry for the temporary inconvenience.J. Davis
KeymasterHi István,
Thanks for your question. It looks like the checkout page is modified because there is displayed price 0 till the capacity is indicated. The plugin does not work like this by default. Please try to disable your customizations and check the checkout page with the default functionality.- AuthorPosts