Skip to content

Instantly share code, notes, and snippets.

@roman204
Forked from davidalexander/gist:7772193
Created August 21, 2014 10:32
Show Gist options
  • Save roman204/3fc0052f2f99854d7ed8 to your computer and use it in GitHub Desktop.
Save roman204/3fc0052f2f99854d7ed8 to your computer and use it in GitHub Desktop.
<?php
$attribute_value = Mage::getResourceSingleton('catalog/product')->getAttributeRawValue($productId, 'attribute_code', Mage::app()->getStore());
echo $attribute_value;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment