bookingalgorithms
Forum Replies Created
-
Forum: Plugins
In reply to: [BA Book Everything] Remove Rating / Review from booking objectHello,
You can use this code in your child theme:
remove_filter( 'babe_post_content_before_tabs', array( 'BABE_html', 'babe_post_content_star_rating'), 40, 3);
—
Best Regards,
Booking Algorithms teamForum: Themes and Templates
In reply to: [BA Hotel light] ShortcodesHello,
Yes, booking item shortcodes are supported in theme. Please, send us request by contact form so that we can check your site and help with issue.
Thank you,
—
Best Regards,
Booking Algorithms teamForum: Plugins
In reply to: [BA Book Everything] booking formYou are welcome!
We have addons for PayPal, Stripe, Razorpay, YOCO, ePayco payment gateways. But you need to check the availability of payment systems in your region by contacting the payment providers. If you like to integrate another payment system, please, send us request by contact form.
Thank you,
—
Best Regards,
Booking Algorithms teamForum: Plugins
In reply to: [BA Book Everything] Booking with multiple optionsYou can’t do it with BA Book Everything in this way, sorry.
—
Best Regards,
Booking Algorithms teamForum: Plugins
In reply to: [BA Book Everything] booking formHello,
The booking form should be added as a widget to a sidebar. The same goes for a search form and search filters on the search result page (https://ba-booking.com/ba-book-everything/documentation/search-form-filters-booking-form/).
Another way is programmatic, you can place the booking form wherever you need in the child theme:
echo BABE_html::booking_form();
.—
Best Regards,
Booking Algorithms teamForum: Plugins
In reply to: [BA Book Everything] Getting a Unite GalleryError on Mobile DevicesHello,
It looks like a caching issue with a third party plugin.
Please, try to disable all caching plugins on the site and check the page. It should fix the issue.
Javascript optimization can cause problems in many plugins.Thank you,
—
Best Regards,
Booking Algorithms teamForum: Plugins
In reply to: [BA Book Everything] Booking with multiple optionsHello,
With BA Book Everything you can implement this in two ways:
1. Create one booking item post for “1 person per Quad” and another booking item post for “2 people per Quad”
2. Use one booking item post “Quad” and adjust prices based on number of people (see more in BA Docs)—
Best Regards,
Booking Algorithms teamForum: Plugins
In reply to: [BA Book Everything] NEED HELP SETTING UPHello,
It looks like you didn’t find our emails from October, 27. Perhaps you didn’t notice the email in your inbox, or it’s in a spam folder, please check your email. Just in case, answers to your questions:
- “Pay later” option is built into the BA Book Everything plugin
- The documentation about payment settings – https://ba-booking.com/ba-book-everything/documentation/online-payments/
- More about the Stripe API keys – https://stripe.com/docs/keys
Please, note, this is a BA Book Everything plugin support forum. About other products, like payment gateways, please contact us by email or via our site’s contact form. This topic should be closed as not a support question of the BA Book Everything plugin.
Thank you,
—
Best Regards,
Booking Algorithms teamForum: Plugins
In reply to: [BA Book Everything] 2 database errorsHello,
All found issues “incorrect datetime value when using MySQL 8” are fixed in BA Book Everything v. 1.3.22
Thank you,
—
Best Regards,
Booking Algorithms teamForum: Plugins
In reply to: [BA Book Everything] booking item not picked up on search resultsHello,
That was a bug in BA Book Everything plugin, it fixed now in version 1.3.18.
Thank you!—
Best Regards,
Booking Algorithms teamForum: Plugins
In reply to: [BA Book Everything] Unable to add children to bookingHello,
That was a bug in BA Book Everything plugin, it fixed now in version 1.3.18.
Thank you!—
Best Regards,
Booking Algorithms teamForum: Plugins
In reply to: [BA Book Everything] dates from search not passed to search resultsHello,
That was a bug in BA Book Everything plugin, it fixed now in version 1.3.18.
Thank you!—
Best Regards,
Booking Algorithms teamForum: Themes and Templates
In reply to: [BA Hotel light] InvoiceHello,
Payment guarantees product updates and technical support for 1 year. After your license key expires, you can also use our products for as long as you need, with no restrictions other than updates and support.
—
Best Regards,
Booking Algorithms teamForum: Themes and Templates
In reply to: [BA Hotel light] InvoiceHello,
You can create a PDF invoices using our BABE Backoffice plugin.
—
Best Regards,
Booking Algorithms teamHello,
The separate user registration page does not currently exist in theme. If you have some php experience the easiest way would be to create a shortcode with BA Book Everything function BABE_My_account::get_register_form() inside, put this shortcode on new page and add menu link to this page.
—
Best Regards,
Booking Algorithms team