Skip to content

Instantly share code, notes, and snippets.

@bavington
Created December 17, 2014 22:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bavington/e1d73e27c6f0f052b0d9 to your computer and use it in GitHub Desktop.
Save bavington/e1d73e27c6f0f052b0d9 to your computer and use it in GitHub Desktop.
Magento PHP Bits
<?php
$_product->getData('width'); // Get Attribute value (numeric)
$_product->getAttributeText('range'); // Get Attribute value (dropdown)
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment