Search By Product Feature For The Customer

Hello,

Trying to get the search bar (frontend) to search through the product features.

I've tried this http://forum.cs-cart.com/topic/42918-search-products-based-on-a-feature/

but no luck

and we've also tried cart-power.com add-on but this doesn't work with our template and cart-power.com want more money to make it work. Any idea's?

Multi-Vendor 4.6.1

Ben

If you want to use default search query, you should use the additional_fields_in_search hook in the fn_get_products function (app/functions/fn.catalog.php) to extend the search algorithm

If you want to use default search query, you should use the additional_fields_in_search hook in the fn_get_products function (app/functions/fn.catalog.php) to extend the search algorithm

Thanks for the reply. how would do this? I've got the file open?

Thanks for the reply. how would do this? I've got the file open?

You can find more information about hooks here

http://docs.cs-cart.com/4.6.x/developer_guide/core/coding_standards/hooks.html