• I have tried adding custom fields to the checkout using the solution provided here
    but it does not work.

    Is there a way to customise the customise the existing checkout fields without adding a new one?

    And lastly, the “search form” doesnt show the “from” and “to” date as configured? it only shows the “from” date?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author bookingalgorithms

    (@bookingalgorithms)

    Hello,

    While the solution actually works and you can also use the search form builder to customize the search form of the BA Book Everything plugin, it may not work in some themes.
    Some of theme authors override the functionality of our plugin.
    For example, if you use the Triply theme, to complete the checkout fields customization one more step is needed:
    add a new field name (in our examples it’s a ‘new_field’) to the $args[‘meta’] array into the child theme checkout.php template file (around line 83). To implement this, you need to copy the checkout.php template from the parent theme with the same directory structure to your child theme.
    Looks like this is your case.
    Please, contact the theme author for further assistance.


    Best Regards,
    Booking Algorithms team

    Thread Starter snippetsweb

    (@snippetsweb)

    Thanks! And how do we add custom fields for the “guests”?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Custom Checkout Fields’ is closed to new replies.