Title: bookingalgorithms's Replies | WordPress.org

---

# bookingalgorithms

  [  ](https://wordpress.org/support/users/bookingalgorithms/)

 *   [Profile](https://wordpress.org/support/users/bookingalgorithms/)
 *   [Topics Started](https://wordpress.org/support/users/bookingalgorithms/topics/)
 *   [Replies Created](https://wordpress.org/support/users/bookingalgorithms/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/bookingalgorithms/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/bookingalgorithms/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/bookingalgorithms/engagements/)
 *   [Favorites](https://wordpress.org/support/users/bookingalgorithms/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 117 total)

1 [2](https://wordpress.org/support/users/bookingalgorithms/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/bookingalgorithms/replies/page/3/?output_format=md)…
[6](https://wordpress.org/support/users/bookingalgorithms/replies/page/6/?output_format=md)
[7](https://wordpress.org/support/users/bookingalgorithms/replies/page/7/?output_format=md)
[8](https://wordpress.org/support/users/bookingalgorithms/replies/page/8/?output_format=md)
[→](https://wordpress.org/support/users/bookingalgorithms/replies/page/2/?output_format=md)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[BA Hotel light] BA Hotel light Demo Content Import](https://wordpress.org/support/topic/ba-hotel-light-demo-content-import/)
 *  Theme Author [bookingalgorithms](https://wordpress.org/support/users/bookingalgorithms/)
 * (@bookingalgorithms)
 * [4 months, 4 weeks ago](https://wordpress.org/support/topic/ba-hotel-light-demo-content-import/#post-18756211)
 * Hello,
   Thank you for reaching out to us!Importing theme demo content is only 
   available in the pro version of the theme. However, in the free theme, demo pages
   can be created manually following the [theme documentation](https://ba-booking.com/ba-hotel/documentation/pages/).
   Also, importing content in the BA Book Everything plugin can be useful for getting
   started quickly.
 * —
   Best Regards,Booking Algorithms team
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BA Book Everything] Custom fields in checkout](https://wordpress.org/support/topic/custom-fields-in-checkout-2/)
 *  Plugin Author [bookingalgorithms](https://wordpress.org/support/users/bookingalgorithms/)
 * (@bookingalgorithms)
 * [6 months, 1 week ago](https://wordpress.org/support/topic/custom-fields-in-checkout-2/#post-18702803)
 * Hello,
 * It is possible to manually add custom fields to the checkout form using plugin
   hooks.
   Please use our documentation as an example: [https://ba-booking.com/ba-book-everything/documentation/customization/add-custom-fields-to-the-checkout/](https://ba-booking.com/ba-book-everything/documentation/customization/add-custom-fields-to-the-checkout/)
 * —
   Best Regards,Booking Algorithms team
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BA Book Everything] Optional Currencies per Booking Item](https://wordpress.org/support/topic/optional-currencies-per-booking-item/)
 *  Plugin Author [bookingalgorithms](https://wordpress.org/support/users/bookingalgorithms/)
 * (@bookingalgorithms)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/optional-currencies-per-booking-item/#post-15938129)
 * Hello,
 * Thanks for your feedback!
    We expect the “Request for price and details” option
   to be ready in the coming months. Several currencies are supported by our “BABE
   Currency switcher” add-on. But it works differently. It allows you to store tour
   prices in one base currency, set exchange rates for other currencies, and display
   a currency selector on the frontend so that the customer can select a currency.
 * —
    Best Regards, Booking Algorithms team
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BA Book Everything] Add a custom field on bookimg form](https://wordpress.org/support/topic/add-a-custom-field-on-bookimg-form/)
 *  Plugin Author [bookingalgorithms](https://wordpress.org/support/users/bookingalgorithms/)
 * (@bookingalgorithms)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/add-a-custom-field-on-bookimg-form/#post-15938084)
 * Hello,
 * As a starting idea yo can try using filter ‘babe_booking_form_input_fields’ from
   the BABE_html class (line 2301) to add new fields.
    To store custom field values
   you need to hook into the \BABE_Order::sanitize_booking_vars method with the 
   filter ‘babe_sanitize_booking_vars’ (line 2005).
 * —
    Best Regards, Booking Algorithms team
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BA Book Everything] How to disable Draft option](https://wordpress.org/support/topic/how-to-disable-draft-option/)
 *  Plugin Author [bookingalgorithms](https://wordpress.org/support/users/bookingalgorithms/)
 * (@bookingalgorithms)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/how-to-disable-draft-option/#post-15937771)
 * Hello,
 * Draft orders are created only at the beginning of the checkout process, remain
   in this status if the checkout is not completed, and are deleted after some time
   by cron.
    So it looks like it’s a cron issue on the site. To solve the cron issue,
   you can deactivate the plugin and activate it again.
 * —
    Best Regards, Booking Algorithms team
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BA Book Everything] Tour with Hotel Variation](https://wordpress.org/support/topic/tour-with-hotel-variation/)
 *  Plugin Author [bookingalgorithms](https://wordpress.org/support/users/bookingalgorithms/)
 * (@bookingalgorithms)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/tour-with-hotel-variation/#post-15937750)
 * Hello,
 * You could try to implement your conditional price logic with the help of services
   post.
    Say, you have a standard tour with a default price and overnight stay 
   in Hotel A. Then you can create services “Hotel B” with price $1 that will be
   added to the default rate, “Hotel C” with price $2, etc. If you assign those 
   services to the room post they will be available to choose from the booking form.
 * —
    Best Regards, Booking Algorithms team
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BA Book Everything] Extra Services based on tour](https://wordpress.org/support/topic/extra-services-based-on-tour/)
 *  Plugin Author [bookingalgorithms](https://wordpress.org/support/users/bookingalgorithms/)
 * (@bookingalgorithms)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/extra-services-based-on-tour/#post-15937746)
 * Hello,
 * You have to create service type posts and then assign those services to the tour
   post as shown in [documentation](https://ba-booking.com/ba-book-everything/documentation/add-booking-object-post/).
 * —
    Best Regards, Booking Algorithms team
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BA Book Everything] How to add custom categories for prices?](https://wordpress.org/support/topic/how-to-add-custom-categories-for-prices/)
 *  Plugin Author [bookingalgorithms](https://wordpress.org/support/users/bookingalgorithms/)
 * (@bookingalgorithms)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/how-to-add-custom-categories-for-prices/#post-15937683)
 * Hello,
 * You could try to implement your conditional price logic with the help of services
   post.
    Say, you have a standard room category that is included in default price.
   Then you can create services “room category 1” with price $1 that will be added
   to the default rate, “room category 2” with price $2, etc. If you assign these
   services to the room post they will be available to choose from the booking form.
 * —
    Best Regards, Booking Algorithms team
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BA Book Everything] Erro ao adicionar + items](https://wordpress.org/support/topic/erro-ao-adicionar-items/)
 *  Plugin Author [bookingalgorithms](https://wordpress.org/support/users/bookingalgorithms/)
 * (@bookingalgorithms)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/erro-ao-adicionar-items/#post-15937637)
 * Hello,
 * If you don’t get new item in search results or on the page with [all-items] shortcode,
   please, make sure that the booking item is published and has defined “available
   from date”, “available to date”, “number of items” (default is 1), “maximum number
   of guests” and at least one rate with prices.
    They are required to make things
   work properly. You can find more about booking item settings in [documentation](https://ba-booking.com/ba-book-everything/documentation/add-booking-object-post/).
 * —
    Best Regards, Booking Algorithms team
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BA Book Everything] Showing multi locations on map](https://wordpress.org/support/topic/showing-multi-locations-on-map/)
 *  Plugin Author [bookingalgorithms](https://wordpress.org/support/users/bookingalgorithms/)
 * (@bookingalgorithms)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/showing-multi-locations-on-map/#post-15937558)
 * Hello,
 * Unfortunately, the plugin doesn’t support multiple pins on a Google map.
    You
   have to create own implementation of the Google map section. To place the custom
   html on the booking item page you can use one of the hooks of method \BABE_html::
   babe_post_content_tabs (class-babe-html.php:650)
 * —
    Best Regards, Booking Algorithms team
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BA Book Everything] single custom (one-time events, etc.)](https://wordpress.org/support/topic/single-custom-one-time-events-etc/)
 *  Plugin Author [bookingalgorithms](https://wordpress.org/support/users/bookingalgorithms/)
 * (@bookingalgorithms)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/single-custom-one-time-events-etc/#post-15937515)
 * Hello,
 * For one time event, please, use (create) the booking category with “One time 
   event” booking rule and then define “Available from Date” and “Available to Date”.
   
   They are the “date of the event”
 * —
    Best Regards, Booking Algorithms team
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BA Book Everything] Conflict with Google Map API](https://wordpress.org/support/topic/conflict-with-google-map-api-2/)
 *  Plugin Author [bookingalgorithms](https://wordpress.org/support/users/bookingalgorithms/)
 * (@bookingalgorithms)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/conflict-with-google-map-api-2/#post-15937500)
 * Hello,
 * You have to set the option “Add google map functionality?” to “No” in the “BA
   Settings” menu on “Google map” tab
 * —
    Best Regards, Booking Algorithms team
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BA Book Everything] Search form doesn`t return results](https://wordpress.org/support/topic/search-form-doesnt-return-results/)
 *  Plugin Author [bookingalgorithms](https://wordpress.org/support/users/bookingalgorithms/)
 * (@bookingalgorithms)
 * [4 years ago](https://wordpress.org/support/topic/search-form-doesnt-return-results/#post-15586375)
 * Hello,
 * Please, make sure that new taxonomy is added to the booking category of booking
   items, and booking items have available dates, prices and number of items defined.
 * —
    Best Regards, Booking Algorithms team
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BA Book Everything] Custom field in checkout field](https://wordpress.org/support/topic/custom-field-in-checkout-field/)
 *  Plugin Author [bookingalgorithms](https://wordpress.org/support/users/bookingalgorithms/)
 * (@bookingalgorithms)
 * [4 years ago](https://wordpress.org/support/topic/custom-field-in-checkout-field/#post-15586365)
 * Hello,
 * The customization also depends on the theme code.
    For example, if you use Triply
   theme, one more step is needed: add a new field name (in our example it’s a ‘
   new_field’) to the $args[‘meta’] array into the child theme checkout.php template
   file (around line 83). Please, contact the theme authors about customization 
   details.
 * —
    Best Regards, Booking Algorithms team
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BA Book Everything] How to change language of the plugin](https://wordpress.org/support/topic/how-to-change-language-of-the-plugin-2/)
 *  Plugin Author [bookingalgorithms](https://wordpress.org/support/users/bookingalgorithms/)
 * (@bookingalgorithms)
 * [4 years ago](https://wordpress.org/support/topic/how-to-change-language-of-the-plugin-2/#post-15586286)
 * Hello,
 * Our products use standard WordPress localization in pot files, please, see more
   in the [WordPress codex](https://developer.wordpress.org/apis/handbook/internationalization/localization/).
   
   There is a popular [Loco translate plugin](https://wordpress.org/plugins/loco-translate/)
   which makes localization easier from the site dashboard. You could use the Loco
   plugin also to translate BA Book Everything plugin texts. Please, note, according
   to codex you need to place both translation files ba-book-everything-***.po and
   ba-book-everything-***.mo files to /wp-content/languages/plugins/ directory.
 * —
    Best Regards, Booking Algorithms team

Viewing 15 replies - 1 through 15 (of 117 total)

1 [2](https://wordpress.org/support/users/bookingalgorithms/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/bookingalgorithms/replies/page/3/?output_format=md)…
[6](https://wordpress.org/support/users/bookingalgorithms/replies/page/6/?output_format=md)
[7](https://wordpress.org/support/users/bookingalgorithms/replies/page/7/?output_format=md)
[8](https://wordpress.org/support/users/bookingalgorithms/replies/page/8/?output_format=md)
[→](https://wordpress.org/support/users/bookingalgorithms/replies/page/2/?output_format=md)