Hi everyone,
Please bear with me as I try my best to explain the following.
I'm working on a shopping script, specifically the search page.
Now on this page the user will have several options to refine the products by price, merchant, type, colours etc etc
So for example a typical search page will look like domain.com/search/ipad and with additional filters I want it to look like domain.com/search/ipad/price/200-500/
I have managed to do it with one feature however the problem is that are bound to be several types of features a user can use so I need to work on a generic code of some sorts to cover everything.
A live website which has something like what I want to do is: http://www.sparsam-kaufer.de/shopping/search/q/laptop/
I've no idea how to tackle this issue as I'm a sort of newbie.
Thanks for your advice,
Jack