Jump to content

Mostrare altre sottocategorie PS 1.4.0


Papaya

Recommended Posts

Salve a tutti,

una volta entrati in una sottocategoria, vorrei poter mostrare le altre sottocategorie nella stessa pagina.
Come se fossero link veloci.

Nella precedente versione tutto era perfetto.

Adesso nella versione definitiva di PS 1.4.0. non riesco più ad apportare questa modifica.

Avevo fatto così:

nel file category.php riga 50:

$subCategories = $category->getSubCategories(intval($cookie->id_lang));



in:

$subCategories = $category->getSubCategories(intval($cookie->id_lang));
if (sizeof($subCategories) == 0 AND intval($category->id_parent) > 1)
{
  $parentCategory = new Category(intval($category->id_parent), intval($cookie->id_lang));
  $subCategories = $parentCategory->getSubCategories(intval($cookie->id_lang));
}




Cosa dovrei modificare adesso per ottenere lo stesso risultato?

Grazie mille!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...