Skip to content

Instantly share code, notes, and snippets.

@steffen-wirth
Created February 4, 2015 19:17
Show Gist options
  • Save steffen-wirth/9f0766ff1320d8525334 to your computer and use it in GitHub Desktop.
Save steffen-wirth/9f0766ff1320d8525334 to your computer and use it in GitHub Desktop.
schnelles Auslesen von Produktattributen
$attributeValue = Mage::getModel('catalog/product')->getResource()->getAttributeRawValue($productId, 'sku', Mage_Core_Model_App::ADMIN_STORE_ID);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment