My client, Jose, has made a couple of posts on someone else's topic ( viewtopic.php?f=42&t=7746&p=32975 ), so I wanted to get his thread restarted here. Thanks to Mazhar and Judy for their posts on the prior topic.
I am new to AbleCommerce 7, and have only launched one store with it so far, but I really liking what I've seen; however, with the lack of developer documentation, I'm still poking around in the dark quite a bit when it comes to customizing the application.
What Jose, who sells automobile wheel accessories -- mainly hubcaps and center caps -- needs is to have the Advanced Search customized to include Make / Model / Year criteria within a certain category -- let's say Cat = Center Caps, Make = Jeep/AMC, Model = Cherokee, Yr = 1990 ( which would be good for me as I'm missing a center cap on my 1990 Jeep Cherokee

For the Make and Model, we'd use AJAX to cascade the Models from the parent Make. The Categories would just be a list of Cats/Subcats as the current UI has them, and the Year select would simply have "Any" as the default, and then list backwards from Year(Now()+1) to 1940.
The data for Makes & Models would be handled through lookup tables I'll add to the db ( Models would be associated with partent Makes, and products would be assigned to Models ); Years would similarly be handled through a lookup table with parent Models.
I think I'm all good on all of that. Here's my challenge, though . . . . I haven't yet found where I can customize the Advanced Search to include this new criteria -- Make / Model / Year -- into a query that would produce the record set for the search result.
Can anyone point me in the right direction for this part?