J. Davis

Forum Replies Created

Viewing 15 posts - 706 through 720 (of 3,452 total)
  • Author
    Posts
  • in reply to: Is it possible to add more than 1 bed type #1510092

    Hi Wil, you may type anything you want in the field of the Bed Type and it will be displayed on the front-end.

    in reply to: Can i use mailpoet with motopress? #1510091

    Hi 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.

    Hi,
    Please update to version 4.8.1, clear the cache and check it again. Thanks.

    in reply to: Wrong per night prices display when minimum stay is set #1510074

    Hi,
    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.

    in reply to: Multilingual and Hotel Booking #1510072

    Thanks for sorting this out.

    in reply to: Currency Symbol Change #1510068

    Hi 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;
    }
    in reply to: Currency Symbol with Currency Code in Dropdown Menu #1510066

    Hi 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 Davis

    Hi, your upvotes have been added.

    in reply to: Allow Multiple Bookings Per Appointment #1509941

    Hi Brent, thanks for your thoughts

    in reply to: Availability Calendar Not Loading #1509567

    Hi,
    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 possibility

    JS

    /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.

    Hi 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.

    in reply to: Rates / Price Round Up #1507247

    Hi,
    You need to navigate to Accommodation > Settings and deactivate option ‘Truncate per-night prices in the availability calendar.’

    Hi Tony, thanks for sorting this out on your own.

    in reply to: Shortcodes – payment, paid #1507231

    Hi 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/

    in reply to: Same Holiday Home – Different Booking Options? #1507229

    Hi 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

Viewing 15 posts - 706 through 720 (of 3,452 total)