我已经能够在大多数其他模板页面上输出类别和产品数据,但我仍然无法在 tabs.phtml 中这样做。我尝试了以下方法,其中包括许多其他方法 - 均未成功:
$currentCategory = Mage::registry('current_category');
$currentCategoryId = $currentCategory['id'];
和
$currentCategoryId= Mage::getModel('catalog/category')->load($this->getCategoryId());