Created
September 16, 2013 18:16
-
-
Save svenvarkel/6584387 to your computer and use it in GitHub Desktop.
Extension_B_Model_Product
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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