bookingalgorithms
Forum Replies Created
-
Hello,
Currently, you can customize email messages only using hooks of the BABE_Emailes class in your child theme (you will need to take a look at the code of class-babe-emails.php for hooks and available functions to use). Email settings in the WP admin panel are scheduled to be created within a month.
“Babe backoffice” addon has lifetime license to use, and one year for support and updates.
Please, send us you contacts on ba-booking.com/contacts to test the “Babe backoffice” addon.Thank you!
Forum: Plugins
In reply to: [BA Book Everything] Coupon problemHello,
This bug has been fixed in version 1.2.1.
Thank you!Forum: Plugins
In reply to: [BA Book Everything] Back end vs Front endHello,
Users with role “manager” can add/edit posts from “My account” front end page. You can install the plugin and test this feature on your test site. But “manager” role has access to all posts from all authors, so for your project you should customize plugin’s code in your child theme or custom plugin to limit access for managers to their posts only and view their orders only (use WordPress appropriate hooks and ‘babe_get_all_orders_query’ filter). You can do it yourself or order this work to us. We did something similar for our client: diffirent tour agencies can register, manage and sell their tours on his site.
Forum: Plugins
In reply to: [BA Book Everything] helloHello!
One shortcode added to BA Book Everything 1.2.0 – [all-items] – it outputs list of all/selected objects.
Forum: Plugins
In reply to: [BA Book Everything] CalendarHello!
Backend bookings now available with addon BABE Backoffice.
Forum: Plugins
In reply to: [BA Book Everything] helloHello,
The plugin doesn’t use any shortcodes to output content to pages. Instead, it uses the_content filter to create search result page content, booking object pages content, my account page content etc. and you can see this result on the demo site or screenshots. These pages are created automatically when the plugin is activated, but you can replace them with your own pages in the plugin settings, as described in the documentation. To add a search box to pages and search filters you need to use plugin widgets (add them to the widget areas available in your theme).
In future updates, we plan to add a shortcode to display a list of all booking objects. If you are familiar with PHP you can write your own shortcodes based on function BABE_html::get_search_result(). Or you can order us the customization work.
Hope this helps with your project.Forum: Plugins
In reply to: [BA Book Everything] Help me understand Booking ObjectsHello!
- The main start point is Categories, in which the basic configurations are created for use as templates for Booking Objects posts later. And the Categories requires at least one configured booking rule for its work. So, at first it’s better to check Booking rules and add new ones, if necessary for your business. Then setup custom taxonomies, ages, services and FAQ as described in Docs. Then setup Categories. And then you can create accommodations, tours, bikes, etc. in Booking Objects (add new) by selecting needed category in post metabox.
- Generally, the slug is created by wordpress for every custom post type to determine which post type is requested in the url. You can customize it in the plugin settings. Or you can use simple snippet to remove slug from custom post types in your child theme (there are many instructions in google).
- The publish button is hidden if no Category is created or prices are added. Both are required for booking engine to work properly.
Forum: Plugins
In reply to: [BA Book Everything] CalendarHello!
Sorry, now there is no such possibility. It’s in the plans for future updates. Please, wait for this updates.
Or, if you like, you can order the completion of the plug-in for your project on a paid basis through our site contacts form.
Thank you.Forum: Plugins
In reply to: [BA Book Everything] any help doc?Hi! Documentation for BA Book Everything is available here. I hope this will help you with the start steps to working with the plugin.
Forum: Plugins
In reply to: [BA Book Everything] any help doc?Hi! The user guide will be ready in couple days on our main site. Other docs are in a development process, sorry. Please, read the user guide on Monday and then ask questions, we will try to help you.
Typically, the widget should be activated in the WP administration area, and the page template in your theme should have a sidebar implementation. To say more, we need to see the code of your project to reproduce and solve this issue. It may not be fast, since it is free support in our free time. You could write us directly on ba-booking.com.