Created
September 16, 2013 18:16
-
-
Save svenvarkel/6584382 to your computer and use it in GitHub Desktop.
My_Custom_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 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