Skip to content

Instantly share code, notes, and snippets.

@tinchodev
Last active August 29, 2015 14:11
Show Gist options
  • Save tinchodev/85c18f7434c7cf3ed49e to your computer and use it in GitHub Desktop.
Save tinchodev/85c18f7434c7cf3ed49e to your computer and use it in GitHub Desktop.
Magento Load Category
// Load by name
$_category = Mage::getModel('catalog/category')->loadByAttribute('name', 'Acoustic Guitars');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment