[solved] order of child category and product in disarray after upgrade to 3.0.6

Started by doc_denis, February 26, 2015, 13:02:50 PM

Previous topic - Next topic

doc_denis

Hi,
After upgrade to VM 3.06, i have à problem of organization for my subcategories (child category) :(

in my /administrator/index.php?option=com_virtuemart&view=config
the order is "order" and "ascending"
on front-end the child categories is disorder

for information, the classification of the product is also affected
obviously everything is blocked on alphabetical

my exemple :
https://espace.complicitesminerales.com/index.php?option=com_virtuemart&view=category&virtuemart_category_id=74&Itemid=128

Thank you
Denis (french user)

edit : in the title of this post, i change "moved" by "in disarray"

doc_denis

hi,
pending a permanent solution, I add digits before the name of the sub categories in order to force the desired display.
I tried to change the "mod_virtuemart_category.php" file without success.
i replace :
//$categories = $categoryModel->getChildCategoryList($vendorId, $category_id);
to

$categories = $categoryModel->getChildCategoryList($vendorId, $category_id,'c.ordering');


and ...does not force the classification of sub-categories in order :(

Thank you

doc_denis