Skip to content

Instantly share code, notes, and snippets.

@steverobbins
Last active August 29, 2015 14:12
Show Gist options
  • Save steverobbins/98844af6316307513317 to your computer and use it in GitHub Desktop.
Save steverobbins/98844af6316307513317 to your computer and use it in GitHub Desktop.
<?php
$code = 'color';
$opts = Mage::getSingleton('eav/config')
->getAttribute('catalog_product', $code)
->getSource()
->getAllOptions(false);
foreach($opts as $opt) {
print_r($opt);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment