How can I make my search header find through product attributes? Will be much appreciated if a correction code will be given.
How can I make my search header find through product attributes? Will be much appreciated if a correction code will be given.
I'd start by examining the existing search php functions. I'm sure you could add a few queries and have it return attribute results as well.
Searching Attributes can be rather complex ...
Depends on what it is you are searching for, the conditions of the search etc.
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
I can understand that. And, yeah, maybe doing another query in the header php of search header is a quick solution.
Luckily, I solved my problem by just making a new field in products description for my query. Thanks guys.