Skip to content

Instantly share code, notes, and snippets.

@svenvarkel
Created September 16, 2013 18:16
Show Gist options
  • Save svenvarkel/6584382 to your computer and use it in GitHub Desktop.
Save svenvarkel/6584382 to your computer and use it in GitHub Desktop.
My_Custom_Model_Product
class My_Custom_Model_Product extends Mage_Catalog_Model_Product{
public function doSomethingCustomerSpecific(){
//here we do smth customer specific
}
public function getSomethingFromSomewhere(){
//here we get something from somewhere
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment