Skip to content

Instantly share code, notes, and snippets.

@lideo
Created November 29, 2014 17:42
Show Gist options
  • Save lideo/5ea95fa42f39b76ec77a to your computer and use it in GitHub Desktop.
Save lideo/5ea95fa42f39b76ec77a to your computer and use it in GitHub Desktop.
Magento: get raw value of a product attribute.
Mage::getResourceModel('catalog/product')->getAttributeRawValue($productId, 'attribute_code', $storeId);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment