Hi,
I noticed a bug in build 1046 that when you save/update a category that has a parent, that information is not saved.
Ive identified the problem in ps_product_category.php on line 236/324 that
$d['parent_category_id']
should be
$d['category_parent_id']
Hope this helps.
Oli
Using rev 1049 the child category is saved OK. But if the child is subsequently edited it is saved as parent (top level) category. This happens despite the correct parent being selected in the category edit page before saving.
Database Version: 4.1.22
PHP Version: 4.4.4
Web Server: Apache
VirtueMart 1.1: Ver. 1049
Joomla! Version: Joomla! 1.0.13 Stable [ Sunglow ]
and
Joomla! Version: Joomla! 1.5 Beta3+ Rev 9328 9 November
Confirmed in rev 1070