Skip to content

Instantly share code, notes, and snippets.

@svenvarkel
Created September 16, 2013 18:17
Show Gist options
  • Save svenvarkel/6584403 to your computer and use it in GitHub Desktop.
Save svenvarkel/6584403 to your computer and use it in GitHub Desktop.
Extension_A_Model_Product
class Extension_A_Model_Product extends Mage_Catalog_Model_Product
public function doSomethingImportant(){
//does something important
}
public function transformProductDescription(){
//transforms product descripton to something else
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment