Search Taxi Form

1: Shortcode Format

Layout 1
Layout 2
[ovabrw_search_taxi layout="layout1" column="2" fields="pickup-location|dropoff-location|pickup-date|category|number-seats|quantity" default_category="" incl_category="" excl_category="" custom_taxonomies="" orderby="date" order="DESC" map_type="geocode" bounds="" lat="" lng="" radius="" restrictions="" /]

Some params:

layout: layout1, layout2

column: 1, 2, 3, 4, 5

fields: pickup-location|dropoff-location|pickup-date|category|number-seats|quantity

default_category: term_slug

incl_category: Insert Category ID in dropdown. Example: 123|456

excl_category: Remove Category ID in dropdown. Example: 123|456

custom_taxonomies: Insert Slug of custom taxonomy. Example: brw_color|brw_year

result_url: Insert URL page to dipslay results.

orderby: date

order: DESC

map_type: geocode

bounds:

lat:

lng:

radius:

restrictions: Ex: AU|US|FR|VI

2: Customize Template

Read here to know how to customize template in child theme

You can customize template in

// If choose default layout
plugins/ova-brw/ovabrw-templates/shortcode/search-taxi.php

// If choose layout2
plugins/ova-brw/ovabrw-templates/shortcode/search-taxi2.php

Last updated