Filter on multiple tags

2012-01-02 Thread Dwayne Hanekamp
Hello all, I've been struggling on this for the last two days. I'm creating a webshop on which people should be able to filter products on multiple tags. Database structure is the following: Tags = Id | Name Products = Id | Category_id | Name | etc... Tags_Products | Id | Product_id | Tag_id

Re: Filter on multiple tags

2012-01-02 Thread Jeremy Burns | Class Outfit
on which people should be able to filter products on multiple tags. Database structure is the following: Tags = Id | Name Products = Id | Category_id | Name | etc... Tags_Products | Id | Product_id | Tag_id Categories | Id | parent_id | name The user can first select a category and each category