How to add search field

Just add this shortcode

[dzs_woo_searcher]

where you want the search field to appear

Align right

If you want the search field to be aligned at the right just use this shortcode

[dzs_woo_filter_con][dzs_woo_searcher flex_prop="auto" margin_left="auto"][/dzs_woo_filter_con]

Search on other page

if you want to search from a page to another page

[dzs_woo_searcher link="https://linktoyourpage.com/link]

 

Was this article helpful?

Related Articles

4 Comments

  1. Pragathi Thammaneni

    How to i align this at the top right corner of the page

  2. faycan

    On witch fields the search works ? there are any parms to the shortcode ?

    1. admin

      Just the normal aligment and also the link attribute which can link to another page

      $margs = array(

      ‘style_float’=>”,
      ‘flex_align’=>”,
      ‘flex_prop’=>”,
      ‘link’=>”, // — it can link to another page
      ‘class’=>”, // — search-style-baroque

      );

Leave a Reply to admin Cancel Reply