Hi,
I'm working with VM 2.0.8 and Joomla 2.5.8. Basically what I need to achieve is to display all 15 products the site will have active but separated by the children category they belong to, like this:
Products (this is my root category)
Category 1
Product 1 Product 2 Product 3
Category 2
Product 1 Product 2 Product 3 Product 4 Product 5 Product 6
And so on. Can this be done? Have you got any pointers on where can I start to code this? I was working on a custom category view layout.
Thank you in advance
You may need a custom database query to get the data you need.
Or you may put all the products into the a category and set up a custom field to store the category. In the template, loop through the products and display the categories accordingly.
Could you Please explain little more how can this be done? I am trying to do that, and searching everwywhere without luck.