View Single Post
  #1  
Old 01-04-2011, 09:42 AM
 
Ayla Ayla is offline
 

Newbie
  
Join Date: Jan 2011
Posts: 9
 

Question Searching for Multiple Subcategories

I have a custom navigation where clicking subcategories will link to the search results page and show subcategories. I can get it to search for 1 subcategory using this URL:

Quote:
/search.php?mode=search&substring=%25&categoryid=13 0&search_in_subcategories=on

I tried to change include/search.php, but that file is too interconnected to augment.

What I am looking for is a query string by which I can simply search for multiple subcategories. Something like this:

Quote:
/search.php?categoryids=130,140,150

or by name if that's easier:

Quote:
/search.php?categorynames=cat_one,cat_two,cat_three

Thanks in advance for any help provided!
__________________
// Ayla

X-Cart 4.4.1
Reply With Quote