Forum Replies Created
- AuthorPosts
J. Davis
KeymasterHi Wil, you may type anything you want in the field of the Bed Type and it will be displayed on the front-end.
J. Davis
KeymasterHi Bob,
Thanks for your question. It is not possible to customize native email templates for booking notifications. At the moment, there is integration with MailChimp only https://motopress.com/products/hotel-booking-mailchimp/
We did not have a chance to test it with Mailpoet.September 28, 2023 at 5:26 am in reply to: Available days not showing and unable to select any dates in booking.. #1510078J. Davis
KeymasterHi,
Please update to version 4.8.1, clear the cache and check it again. Thanks.September 28, 2023 at 5:19 am in reply to: Wrong per night prices display when minimum stay is set #1510074J. Davis
KeymasterHi,
Thanks for your reply. It should show the price of 540€ for 3 nights. I’d recommend you check if you use the latest possible version of the Hotel Booking plugin and sync the plugin translations. Let me know if it is helpful.J. Davis
KeymasterThanks for sorting this out.
J. Davis
KeymasterHi Patricia,
Yes here is an example for USD:add_filter('mphb_currency_symbols', 'change_usd_currency_symbol'); function change_usd_currency_symbol ( $currency_symbol ) { $currency_symbol['USD'] = ('USD'); return $currency_symbol; }
September 28, 2023 at 5:02 am in reply to: Currency Symbol with Currency Code in Dropdown Menu #1510066J. Davis
KeymasterHi Patricia,
Thanks for your question. If your question is related to the default currency without using the MultiCurrency Switcher addon then you may modify the currency label using the code from this topic as an example https://motopress.com/forums/topic/currency-symbol-change/#post-698060
For example:add_filter('mphb_currency_symbols', 'change_usd_currency_symbol', 10, 2); function change_usd_currency_symbol ( $currency_symbol ) { $currency_symbol['USD'] = ('USD'); return $currency_symbol; }
best regards,
John DavisSeptember 28, 2023 at 12:11 am in reply to: Option to book day trips or one day tours or single day bookings #1509943J. Davis
KeymasterHi, your upvotes have been added.
J. Davis
KeymasterHi Brent, thanks for your thoughts
J. Davis
KeymasterHi,
It is recommended to contact our support team by submitting requests so our agents can check each case individually.
Most likely there are advanced caching plugins installed with minify or combine JS options enabled. So it is recommended to exclude the pages with the forms and calendars from minify/combine JS options or try to exclude the following files if the caching plugin provides this possibilityJS
/wp-content/plugins/motopress-hotel-booking/assets/js/mphb.js /wp-content/plugins/motopress-hotel-booking/assets/js/mphb.min.js /wp-content/plugins/motopress-hotel-booking/vendors/kbwood/datepick/jquery.datepick.js /wp-content/plugins/motopress-hotel-booking/vendors/kbwood/datepick/jquery.plugin.js /wp-content/plugins/motopress-hotel-booking/vendors/kbwood/datepick/jquery.plugin.min.js
CSS
/wp-content/plugins/motopress-hotel-booking/vendors/kbwood/datepick/jquery.datepick.css
Let us know if it is helpful or contact our support team to investigate each particular case individually.
September 22, 2023 at 4:53 am in reply to: customize CSS class for Dates with Check out and Check in events #1507257J. Davis
KeymasterHi Khaled, Thanks for your reply and for the provided information. There is no possibility to outmark several sequential bookings in the calendar. We will keep your request in mind thank you for your feedback.
J. Davis
KeymasterHi,
You need to navigate to Accommodation > Settings and deactivate option ‘Truncate per-night prices in the availability calendar.’September 22, 2023 at 4:25 am in reply to: Available days not showing and unable to select any dates in booking.. #1507241J. Davis
KeymasterHi Tony, thanks for sorting this out on your own.
J. Davis
KeymasterHi Pavel,
There is no possibility to add a shortcode to the email template. There is no email tag that shows the paid amount. We have a request to add the email notification that is sent when the payment is successfully paid https://motopress.com/forums/topic/need-automatic-email-send-after-payment/J. Davis
KeymasterHi Richard,
You need to create a separate season for the holiday at Accommodation > Seasons. Then go to Accommodation > Rates and edit the rates adding the new season price with the holiday season. You need to drag the holiday season over another season(s) that overlap it and drop it at the top within the rate.
Then go to Bookings > Booking Rules and add the minimum stay rule for this holiday season.
Hope it helps- AuthorPosts