Author Topic: [solved] order of child category and product in disarray after upgrade to 3.0.6  (Read 1680 times)

doc_denis

  • Beginner
  • *
  • Posts: 34
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

  • Beginner
  • *
  • Posts: 34
Re: order of child category and product in disarray after upgrade to 3.0.6
« Reply #1 on: February 26, 2015, 15:32:33 PM »
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 :
Code: [Select]
//$categories = $categoryModel->getChildCategoryList($vendorId, $category_id);to
Code: [Select]
$categories = $categoryModel->getChildCategoryList($vendorId, $category_id,'c.ordering');
and ...does not force the classification of sub-categories in order :(

Thank you

doc_denis

  • Beginner
  • *
  • Posts: 34
hi,

the problem is solved with version 3.0.6.2