Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

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

Posted (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 by wayne miller

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...