Quote:
Originally Posted by Burnt
Where I have circled I'd like it to be drop down menu's just like the 1-5 star ratings is so people can easily select $, $$,$$$, $$$$. Well thats the ultimate goal atm.
|
$ is not a value that searches particularly well so you'd essentially have to do a few things...
1. Create a ranking system where $ = 1, $$ = 2, $$$ = 3, etc.
2. Modify all instances of the add product page (admin in php and user side in templates) to use these values with the associated names
3. Modify the search page to show the same dropdown (template) and then search on it rather than ranges (php)
It's not crazy code but it certainly takes some tweaking.