Configure Search Box with ECWID search

Latest Reply from Alice at 2015-04-06 05:22:20
Hi Guys, I´m using ECWID, my theme support it. Is it Possible modify the Search Form, to use the ECWID search box instead of the normal search.

Thanks,
Hi!
If you have code of ECWID search form you may embed it into Text Widget to show it in a sidebar. Besides, you may replace the code of our search form:
<div class="menusearch" title="">
<?php get_search_form(); ?>
</div>
with the code for ECWID search form inside the header.php file located in the directory of the theme.

Leave a reply

Add codeAdd image