Php tutorial,Wordpress tutorial,magento tutorial,jQuery tutorial
<?php $category = Mage::getResourceModel('catalog/category_collection')->addFieldToFilter('name','cateNameHere')); $catData = $category->getData(); $categoryId = $catData[0][entity_id]; echo $categoryId; ?>
No comments:
Post a Comment