Hello I Need to get parent category id of sub category. If I am in a sub category page i need the id of its parent category so that i could do some modification on my code to display the sub categories in my way. Please help me doing so. Thanks in advance
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
$parent_id = $this->getCurrentCategory()->getParentCategory()->getId(); echo $parent_id; This will do. |
|||||||
|
