I have a simple online store where some of my products have multiple categories assigned to them.
The problem I’m running into is I want my products to show separately based on the number of categories they belong to. For example I have two categories called “books” and “specials”. How do I display those items that only have the category of “books” assigned to them separately from those that have both “books” and “specials” assigned to them.
Right now if I specify the category “books” both “books” and “specials” show up.