Is there anyone help to develop simple product search for store.
Thank you.
DCSun Administrator
Posts: 611
April 9, 2009 @ 11:11pm
We've had a search feature requested before, we'll see what we can do about getting one into FlexCMS in the not too distant future. In the meantime you can either use something like Google's site search, or you could experiment with some PHP/MySQL code that searches the Name, ShortDescription, and Description fields of the ec-Products table. If you develop something yourself, be sure to test it for SQL injection holes before releasing it for public use on your site.