J. Davis

Forum Replies Created

Viewing 15 posts - 256 through 270 (of 3,450 total)
  • Author
    Posts
  • in reply to: CSS for Booking Calendar to show booked out day #1667727

    Hi Claudette, I see the form is gone. Feel free to contact us whenever you add the form again or if you have any additional questions.

    in reply to: Auto-calculate rates based on persons booking #1667726

    Hi Lisa,
    Please check if you use 5.0.0+ version of the Hotel Booking plugin. We updated this functionality recently https://motopress.com/blog/extra-guest-fee-hotel-booking/#Add_an_%E2%80%98extra_guest%E2%80%99_pricing_to_the_rate

    in reply to: Display order of items on the checkout page #1667725

    Hi Oscar,

    All the sections of the checkout page can be found at \motopress-hotel-booking\includes\shortcodes\checkout-shortcode\step-checkout.php
    Every section has its priority at the end of the line. You should remove the action and add it with a new priority.
    Here is an example of how to move the “coupon” section to the very bottom (priority was 20 became 45):
    add_action(‘wp_head’,’remove_render_Coupon’);

    function remove_render_Coupon(){
    remove_action( 'mphb_sc_checkout_form', array( '\MPHB\Views\Shortcodes\CheckoutView', 'renderCoupon' ), 20 );
    }
    add_action( 'mphb_sc_checkout_form', array( '\MPHB\Views\Shortcodes\CheckoutView', 'renderCoupon' ), 45 );

    This code can be added to the functions.php file of your Theme or by using a Code Snippets plugin.

    in reply to: Admin notifier on unpaid bookings #1667646

    Hi Edwin, thanks for your feedback. Do you use the HB WooCommerce Payments add-on?

    in reply to: Woocommerce Plugin not showing Payment Page #1666920

    Hi Robert, Could you please submit a ticket to our support team and refer to the topic so we can take a closer look at the settings https://motopress.com/support/? Thanks.

    in reply to: Woocommerce Plugin not showing Payment Page #1666314

    Hi Robert, We have found out that the following option should be enabled WooCommerce > Settings > Products > Enable AJAX add to cart buttons on archives. Could you please check if it is enabled and let me know if it is helpful?

    in reply to: CSS for Booking Calendar to show booked out day #1665380

    Hi Claudette,
    You can inspect the classes of such dates and apply custom CSS styles to add text-decoration: line-through; or any other styles you need to change colors. You may provide a link to the calendar or form and provide an example of what you are trying to achieve so I can send an example.

    Hi Michael,
    Thank you for reaching our technical support department! I’ve switched your downloads to Lifetime status. You can download them now. Feel free to contact us if you have any additional questions.

    in reply to: Advanced Google Maps Outdated #1664342

    Thanks for your feedback. I’ve forwarded this question to our developers. We will notify you if we have any news or questions.

    in reply to: Ical sync link invalid #1662979

    Hi Wouter,
    You may still contact our support team to let us take a closer look at the configurations and server information.

    in reply to: Checkout column #1662974

    Hi Nicolas,
    1. Here is a simple example of CSS code to arrange the checkout form into 2 coulmns:

    @media(min-width:991px){
    section#mphb-customer-details {
        display:flex;
        flex-direction:row;
        flex-wrap:wrap;
    }
    
    section#mphb-customer-details  p{
        width:50%;  
    }
    }

    If you need an advanced layout customization you may contact us and discuss it as a custom order.

    2. Could you please provide the page URL where you wish to align the calendar to the center?

    in reply to: Empty cart Hotel Booking / woocommerce plugin #1662958

    Hi Sanne, The issue is sorted out in the ticket. You had to create a new page like Booking Confirmation and add the shortcode [mphb_checkout] or Checkout block/widget (depending on the editor you prefer).
    Then you had to navigate to Accommodation > Settings and select this page as a Checkout page.

    in reply to: Ical sync link invalid #1662841

    Hi Marko,
    Did you test the link being logged out? Did you submit a request to our support team so we can test your iCal link? Thanks.

    in reply to: Woocommerce Plugin not showing Payment Page #1662839

    Hi Robert,
    Thanks for your reply. I can see the form and can replicate the issue on your site, however, we can not replicate the issue locally.
    Did you try disabling third-party plugins or switching to another theme?

    in reply to: Payment options not showing #1661309

    Hi, Could you submit a ticket to our support team so we can check your current configuration?

Viewing 15 posts - 256 through 270 (of 3,450 total)