Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Manufacture Jumps to Advanced Search


starynightskyz

Recommended Posts

When I click on a manufacturer from the drop down. I get taken to an advance search page, where the manufacturer has been selected, the pink warning line is there that says " At least one of the fields in the search form must be entered."

 

I would like the manufactures drop down to take me directly to a page that has all of the manufactures products on it. Like it does when you click on "see more from this Manufactuer"

 

where and how can I make this fix

 

Thanx

Nancy :D

Link to comment
Share on other sites

The advanced search is missing a </form> tag.

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Link to comment
Share on other sites

Indeed that was the problem, I will share with the rest of the class, Incase anyone ever needs to know.

 

in the catalog/includes/header.php look for this snippet, and add your </form> tag as it is placed in the example below.

 

<td class="infoBoxContents" valign="middle" colspan="3"><center><?php echo tep_image_submit

('button_searchsmall.gif', BOX_HEADING_ADVSEARCH); ?></center>

</form>

</td>
</tr> 

 

Thanx Germ

 

Great Help as always.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...