Master Product List Block

Hello,



I have a question for you guys. I’m fairly new to CS-Cart, but im looking to implement a feature. What I want is a sidebar block, that will show all products available on the site, grouped by category. Essentially, it will look like this:


  • Cat 1
    • Product 1
    • Product 2
  • Cat 2
    • Product 3



      The site wont have very many products, so I’m not worried about length. I cannot for the life of me figure out how to do this though… I’ve looked for free add-ons, paid add-ons, built in functionality. It shouldn’t be too hard to accomplish - just a single database query or two.



      Anyways, if anybody has an ideas, please let me know. I am open to add-ons as well, paid or free.



      Thanks!

Create a block for each category, assign a title and fill it with products.

Could go like this: block content: products / appearance: products. You’ll find a solution.