I am customizing my template and I copied the search bar from the header template and pasted it in my product list template.
The idea was to have another search right above the list of products as well.
I inserted this piece of code in, tpl_index_product_list.php
But then quickly realized that this isn't the right way to add the search box feature in the main template area's.PHP Code:<?php require(DIR_WS_MODULES . 'sideboxes/search_header.php'); ?>
Can you please help me figure out the right piece of code for search to be placed in the main template section.
Thank you



