News:

Support the VirtueMart project and become a member

Main Menu

Display all products organized by category

Started by demonswilldrown, January 29, 2013, 23:45:42 PM

Previous topic - Next topic

demonswilldrown

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

Joseph Kwan

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.
Joomla/VM Upgrade Services. Problems with your migration? We can help.
Custom extensions to VM. Performance Tuning. Template modifications and advices.
Pay service to make VM work according to your needs. Your Joomla/VM solutions are just a PM away.

MasterDKLB

Could you Please explain little more how can this be done? I am trying to do that, and searching everwywhere without luck.