VirtueMart Forum

VirtueMart 2 + 3 + 4 => Administration & Configuration => Topic started by: doc_denis on February 26, 2015, 13:02:50 PM

Title: [solved] order of child category and product in disarray after upgrade to 3.0.6
Post by: doc_denis on February 26, 2015, 13:02:50 PM
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"
Title: Re: order of child category and product in disarray after upgrade to 3.0.6
Post by: doc_denis 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 :
//$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
Title: Re: order of child category and product in disarray after upgrade to 3.0.6
Post by: doc_denis on March 04, 2015, 09:31:10 AM
hi,

the problem is solved with version 3.0.6.2