最模板 - 外贸网站建设,外贸网站模板

最模板

当前位置: 首页 > Magento > Magento教程 >

magento获取当前栏目ID号与栏目名称函数

时间:2014-08-31 22:32来源:未知 作者:最模板zuimoban 点击:
Magento获取当前栏目ID: $_cat= new Mage_Catalog_Block_Navigation(); $curent_cat= $_cat-getCurrentCategory(); $curent_cat_id= $curent_cat-getId(); 或者 Mage::registry(current_category)-getEntityId() Magento获取当前栏目名称:
Magento获取当前栏目ID:
$_cat= new Mage_Catalog_Block_Navigation();
$curent_cat= $_cat->getCurrentCategory();
$curent_cat_id= $curent_cat->getId(); 
或者
Mage::registry('current_category')->getEntityId()

Magento获取当前栏目名称:

$category= Mage::registry('current_category')->getName();

返回对象:Mage::getModel('catalog/layer')->getCurrentCategory()->getName(); (责任编辑:最模板)
------分隔线----------------------------
栏目列表
推荐内容