craigieb;168055Hi,
IN JA Larix you have managed to get mod_virtumart to display virtuemart categories in the style of a Joomla menu (see here http://www.pop-up-tent.co.uk) – How on earth did you manage this? I’ve been searching all the VM files and cannot see where to add the css.
Thanks
Craig
I think you might get a hint on this page:
http://forum.virtuemart.net/index.php?topic=25965.0
if i understand correctly what you want to do…
here’s a quote that addresses it:
<blockquote>modify the module virtuemart_mod.php and add your highlighted style to the end of the request
line 64
echo $ps_product_category->get_category_tree( $category_id, $class_mainlevel );
change to
echo $ps_product_category->get_category_tree( $category_id, $class_mainlevel ,”mm123″,”your style”);</blockquote>
then, simply create the new styles in the css 😉