Pues sí, necesitas otro while, porque en:
Código PHP:
Ver original$sqlSubF = "SELECT * FROM productos WHERE idSubFamilia = $IdentSubCatego";
Con $filaCat = mysqli_fetch_assoc() estás leyendo un registro y, lógicamente, no puedes mostrar más si no lo haces en un bucle.