Voici le code:
$category = Mage::getModel('catalog/category')->load(3);
$subCats = Mage::getModel('catalog/category')->load($category->getId())->getChildren();
$subCatIds = explode(',',$subCats);
$currentUrl = Mage::helper('core/url')->getCurrentUrl();
S'il vous plaît des conseils, merci!
$subCats = Mage::getModel('catalog/category')->load($category->getId())->getChildren();
? THX!