Skip to content

Instantly share code, notes, and snippets.

@pauldonnelly
Created October 24, 2014 10:50
Show Gist options
  • Save pauldonnelly/4b7339fa9f7fcb886c5e to your computer and use it in GitHub Desktop.
Save pauldonnelly/4b7339fa9f7fcb886c5e to your computer and use it in GitHub Desktop.
Get Parent Category Name in Magento
<?php $parentname = $this->getCurrentCategory()->getParentCategory()->getName(); echo $parentname; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment