Skip to content

Instantly share code, notes, and snippets.

@sepplind
Created May 1, 2017 09:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sepplind/ed53f1412a2cbcc5b4a3453938a281f7 to your computer and use it in GitHub Desktop.
Save sepplind/ed53f1412a2cbcc5b4a3453938a281f7 to your computer and use it in GitHub Desktop.
Magento extension config.xml example
<global>
<events>
<catalog_product_get_final_price>
<observers>
<titel_des_event_observer>
<type>singleton</type>
<class>meinmodel/observer</class>
<method>meine_funktion_ohne_klammern</method>
</titel_des_event_observer>
</observers>
</catalog_product_get_final_price>
</events>
</global>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment