Skip to content

Instantly share code, notes, and snippets.

@svenvarkel
Created September 14, 2013 05:52
Show Gist options
  • Save svenvarkel/6559151 to your computer and use it in GitHub Desktop.
Save svenvarkel/6559151 to your computer and use it in GitHub Desktop.
Magento extension's config.xml snippet
<models>
<mycustom>
<class>My_Custom_Model</class>
</mycustom>
<catalog>
<rewrite>
<product>My_Custom_Model_Product</product>
</rewrite>
</catalog>
</models>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment