Created
December 17, 2014 22:46
-
-
Save bavington/e1d73e27c6f0f052b0d9 to your computer and use it in GitHub Desktop.
Magento PHP Bits
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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