服务报价 | 域名主机 | 网络营销 | 软件工具| [加入收藏]
 热线电话: #
当前位置: 主页 > php教程 > magento教程 >

Magento通过category name获取category信息

时间:2016-03-03 09:56来源: 作者: 点击:
Magento: 通过category name获取category信息 $cat = Mage::getResourceModel(catalog/category_collection)-addFieldToFilter(name, Category_Name_Here); print_r($cat-getData()); To get the category id from $cat object, simply use: $cat-getFi
Magento: 通过category name获取category信息
 
$cat = Mage::getResourceModel('catalog/category_collection')->addFieldToFilter('name', 'Category_Name_Here');  
print_r($cat->getData());  
To get the category id from $cat object, simply use:
 
 
$cat->getFirstItem()->getEntityId();  
 

(责任编辑:最模板)
顶一下
(0)
0%
踩一下
(0)
0%
------分隔线----------------------------
栏目列表
热点内容