Skip to content

Instantly share code, notes, and snippets.

@svenvarkel
Created September 16, 2013 18:16
Show Gist options
  • Save svenvarkel/6584387 to your computer and use it in GitHub Desktop.
Save svenvarkel/6584387 to your computer and use it in GitHub Desktop.
Extension_B_Model_Product
class Extension_B_Model_Product extends Mage_Catalog_Model_Product{
public function isAvailable(){
//does some complex calculations or check's for availability in real time...
}
public function fixSomethingByProduct(){
//fix something by product that needs to be fixed
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment