anshu545 Posted August 20, 2011 Posted August 20, 2011 first of all thanks for all of your contributions.. I am very thankful you guys.. I am creating a auto parts shopping website in osCommerce Online Merchant version 2.2 RC 2 and i m looking for a advance search feature in which the search is done on the dependent attribute or fields or categories of the product, so need a advance search featuring the dependent field on the parent attribute, something like ajax, but i wanna make it in php, so if anyone able to suggest me, or help me, I'll be great full to him/her, please help me guys, my website is on the completion, only this feature have been become my bone of my neck.. Very much thanks and regards, Anshuman Quote
Guest Posted August 20, 2011 Posted August 20, 2011 First of all, you should be using v2.3.1. You can use Year/Make/Model to filter your parts. Chris Quote
anshu545 Posted August 20, 2011 Author Posted August 20, 2011 I have install this module but cant make it as a search featuring component.. at the site.. this is the main problem Quote
wayne miller Posted August 20, 2011 Posted August 20, 2011 (edited) I have install this module but cant make it as a search featuring component.. at the site.. this is the main problem Im a complete newbie but I think you need an advanced search. Try putting this in your header.php just above <div id="headerShortcuts"> it may give you a start? <?php echo tep_draw_form('quick_find', tep_href_link(FILENAME_ADVANCED_SEARCH_RESULT, '', 'NONSSL', false), 'get'); echo tep_draw_input_field('keywords', '', 'size="10" maxlength="30" style="width: 200px"') . ' ' . tep_hide_session_id() . tep_draw_hidden_field('search_in_description', '1') . tep_image_submit('button_quick_find.gif', BOX_HEADING_SEARCH); ?> </form> Edited August 20, 2011 by wayne miller Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.