StreetFamous.com Posted March 3, 2009 Posted March 3, 2009 Okay so I am back here in the support section once again =/ but its okay because Oscommerce is great!!!! I want to be able to my product search field throughout my website how can I do this? I currently have this for the shop directory pages but need a code made for search field outside the shop directory <?php echo tep_draw_form('search', tep_href_link(FILENAME_ADVANCED_SEARCH_RESULT, '', 'NONSSL', false), 'get') . tep_draw_hidden_field('search_in_description','1') . tep_draw_input_field('keywords', '', 'size="10" maxlength="30" class="searchbox" style="width: ' . (100) . '%"') . tep_hide_session_id() .'</form>'; ?> Thanks in advance!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.