Forum Replies Created
- AuthorPosts
J. Davis
KeymasterHi 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.
J. Davis
KeymasterHi 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_rateJ. Davis
KeymasterHi 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.
J. Davis
KeymasterHi Edwin, thanks for your feedback. Do you use the HB WooCommerce Payments add-on?
J. Davis
KeymasterHi 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.
J. Davis
KeymasterHi 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?
J. Davis
KeymasterHi 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.September 8, 2024 at 9:38 pm in reply to: Unable to Download Appointment Booking Plugin Despite Lifetime License #1665107J. Davis
KeymasterHi 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.J. Davis
KeymasterThanks for your feedback. I’ve forwarded this question to our developers. We will notify you if we have any news or questions.
J. Davis
KeymasterHi Wouter,
You may still contact our support team to let us take a closer look at the configurations and server information.J. Davis
KeymasterHi 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?
J. Davis
KeymasterHi 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.J. Davis
KeymasterHi 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.J. Davis
KeymasterHi 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?J. Davis
KeymasterHi, Could you submit a ticket to our support team so we can check your current configuration?
- AuthorPosts