The Joomla! Extensions Directory ™


XHTML Product Categories for Virtuemart Module

Here is a link list syle menu for Virtuemart products categories. * Contrary to the original link list menu from "Virtumart module", this menu has a clean XHTML outpout, highlighted by classes, and the tree is preserved (talking about the "uncles" level messing up). * Like "Extended Menu", you can decide wich menu level to show. It allows you to "split" different ranks by copying your module and changing the position and configuration of the new clone.

Report

2011-02-02
Reviews: 2
Does exactly what it says, would be awesome if it displayed the sub categories. Then we could use it to make a custom accordion.
2010-10-02
Reviews: 2
very nice, can make it nice with css but I miss the parent class (like Joomla menu) for the menu item which has a submenu. Now I can't give the menu with a submenu not a image to show visitors that only that menu has a submenu.
2010-08-14
Reviews: 1
The formatting works much better than the standard module.

My only niggle is the lack of a 'Show all Products' link.
2010-06-25
Reviews: 9
This is great! Cannot believe it is not part of VM core! And many thanks to vmodha for the SEF fix!

I'm one of those who doesn't comment much here...but this one seemed definitely worthy!
2010-02-19
Reviews: 2
This is an excellent module, the only thing that could have been better was the lack of SEF url's, well here's the fix thank to http://www.modasoft.co.uk.

Change the following file (before or after the install)
/public_html/modules/mod_virtuemart_product_categories|mod_virtuemart_product_categories.php

REPLACE THE FOLLOWING LINE (line 70) WHICH CURRENTLY READS:

"$link = JFilterOutput::ampReplace(JURI::base()."index.php?option=com_virtuemart&page=shop.browse&category_id=".$menu_element['id'].$Itemidmod);"

TO THE FOLLOWING

$link = JRoute::_("index.php?option=com_virtuemart&page=shop.browse&category_id=".$menu_element['id'].$Itemidmod);

And that makes the module work with SEF components like Artio JoomSEF.

Great job with the module guys.
2009-11-08
Reviews: 2
This is a very nice module that should be included in the standard VM menu module. I have some concerns that there have been no updates in a year. Also, the URL's put out by the module within the html are not themselves SEF, so it would be great if that would work with either the Joomla native rewriting or sh404SEF or similar in the actual HTML output. Otherwise a great mod and as I said, should be part of core.
2009-05-04
Reviews: 1
Easy to install and much cleaner than what comes with Virtuemart.

Thank you.
2009-04-13
Reviews: 1
Download, install and publish. Easy as that! I was using mod_product_categories, it was placing the clicked on category link list on the front page without a navigation tree. This new mod keeps the correct navigation! Woohoo!

(short wish list)I would like to see the number of products option next to the category item link like mod_product_categories. "Virtuemart Link List - Extended Menu like" is a must have, keep up the good work!
2009-03-23
Reviews: 17
This module is great, shame it took me two days to find it! It works perfectly out the box, took less than 1min to download, install and setup.

It seems insane to me that VirtueMart do not have this as standard. What web designer/developer in the world would not want to create a menu as normal CSS stylable unordered list?

Great work and one million thank you's! :)