#7200

stephen
Keymaster

Hi,

Delete or rename code not delete file. Ok, please go to file:app/code/local/Sns/Quicksearch/Model/System/Config/Source/ListCategory.php find and replace code:

if ($category->getId() != $rootCatId && $c_level <= $level ) {
by:
if ( $c_level <= $level ) {

Thanks!