Menu

#97 On fly category import Plugin with multiple categories

v1.0_(example)
open
nobody
None
1
2014-07-17
2014-07-17
No

When creating categories and base category tree defined for import, categories are not well redefined (prepend) with the root set.
Error is in file plugins/extra/itemprocessors/categories/categoryimport.php line 392.
Before :
$catlist[$i]=$root.$this->_tsep.$icats;
And should be :
$catlist[$i]=$root.$this->_tsep.$catlist[$i];

If you can correct this for next release.

Thanks

Discussion


Log in to post a comment.