Forum Replies Created
- AuthorPosts
Andre Flores
ModeratorHello Georgios,
This is how the plugin functions by default. Unless the number of guests is selected, the valid price can not be calculated by the plugin, therefore it requires the parameter to rely on, which is the maximum number of guests in this case.
Once the desired number of guests is selected, the guest will see valid price.Regards,
AndreMarch 30, 2021 at 12:04 am in reply to: PayPal account optional in paypal but it doesnt work #1097269Andre Flores
ModeratorHello Zlatan,
You should make sure your have a Business PayPal account, otherwise the option to use credit card for not registered users will not be available during checkout.
Regards,
AndreAndre Flores
ModeratorHello Jonas,
You are most welcome.
It would be very much appreciated of you leave your positive feedback about the Hotel Booking plugin at: https://motopress.com/products/hotel-booking/#edd-reviews-respond.Thank you in advance!
Regards,
AndreMarch 30, 2021 at 12:00 am in reply to: Option to only have deposits for bookings that are more than 6 weeks away #1097263Andre Flores
ModeratorHello Carla,
The tab from the screenshot is available for Payment Request plugin only, it is not available in the Hotel Booking by default. Since you have commented the topic created under Payment Request plugin I have suggested that you have got the plugin as well.
Regards,
AndreAndre Flores
ModeratorHello Kevin,
You should make sure to enable the “Confirmation upon payment” mode under Accommodation ->Settings tab – only this confirmation mode allows to use online payments during booking process.
Regards,
AndreAndre Flores
ModeratorHello Safrane,
I have tested it locally and was unable to replicate the issue this time. It looks like the issue was something else and let’s hope it will not occur again.
Regards,
AndreAndre Flores
ModeratorHello there,
Thank you for your up-vote, it has been counted as well.
Regards,
AndreMarch 29, 2021 at 11:27 pm in reply to: Multi choice for toppings (checkboxes) + Modify delivery form. #1097243Andre Flores
ModeratorHello Lucía,
Thank you for your up-vote, it has been counted.
Regards,
AndreAndre Flores
ModeratorHello Jennifer,
You may change labels to desired ones via Loco Translate plugin. Check this article with an example on how to do that.
Regards,
AndreAndre Flores
ModeratorHello David,
You will need to perform changes in PHP in order to change the layout of the Search Results page. You may find some directions on how to do that in this article.
Regards,
AndreMarch 29, 2021 at 11:17 pm in reply to: Can I display accommodation types listing in a grid view? #1097227Andre Flores
ModeratorHello Lucia,
You are most welcome! It would be very much appreciated if you leave your positive feedback about the Hotel Booking plugin at: https://motopress.com/products/hotel-booking/#edd-reviews-respond.
Thank you in advance!
Regards,
AndreMarch 26, 2021 at 5:38 am in reply to: Formatted check-in time & check-out time in checkout page is wrong #1095712Andre Flores
ModeratorHello Lucía,
In order to resolve the issue with missing check-in/check-out time you should navigate to Settings ->General in your WordPress dashboard and make sure the date format is configured there, otherwise time will not be displayed.
Are you referring to fields on the Checkout page? If so, add the following code under Appearance ->Customize ->Additional CSS:#mphb-customer-details label { margin-bottom: 10px; }Feel free to change the 10px value to increase/decrease the spacing between field title and the field itself.
Regards,
AndreAndre Flores
ModeratorHello Shaun,
You are most welcome, I am glad I could help.
As for the WooCommerce issue, I am afraid this is not something that is related to the Campterra theme or Hotel Booking plugin functionality, I would strongly recommend to contact WooCommerce support directly regarding this matter.Regards,
AndreAndre Flores
ModeratorHello Carla,
In order to get rid of the gallery add the following code to your theme functions.php file:
remove_action( 'mphb_render_single_room_type_metas', array( '\MPHB\Views\SingleRoomTypeView','renderGallery' ), 10 );If you need to remove the title and the featured image as well, add the following code under Appearance ->Customize ->Additional CSS:
.single-mphb_room_type .post-thumbnail.mphb-single-room-type-post-thumbnail { display: none; } .single-mphb_room_type .mphb-room-type-title.entry-title { display: none; }Regards,
AndreAndre Flores
ModeratorThis reply has been marked as private.- AuthorPosts