Different handling of empty Categories in 1.1.9
Written by Thomas Kahl   
Wednesday, 22 June 2011 00:47

The current release of Virtuemart (1.1.9) handles empty categories different from previous versions:

If a category does not contain any products, also subcategories are not shown - even if they contain products. There is a thread in the virtuemart forum discussing this behavior.

If you have problems with this "new" behavior, you will have to change the line 86 in /administrator/components/com_virtuemart/html/shop.browse.php to this (there is just a "!" added):

elseif( $num_rows == 0 && empty($product_type_id) && !empty($child_list)) {

This will change the behavior back to how it was in the previous versions.

Trackback(0)
Comments (5)Add Comment
November 16, 2011     

Write comment
smaller | bigger

security code
Write the displayed characters


busy
 

Blog Newsletter

Blog RSS-Feed Click here

Subscribe to our Blog Newsletter

Enter your email address:

Delivered by FeedBurner