Advertisement
Guest User

Untitled

a guest
Jul 25th, 2014
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. <config>
  2.  
  3. <modules>
  4. <Company_Obsrv>
  5. <version>0.0.1</version>
  6. </Company_Obsrv>
  7. </modules>
  8.  
  9. <global>
  10. <models>
  11. <!--
  12. Unique identifier in the model's node.
  13. By convention, we put the module's name in lowercase.
  14. -->
  15. <company_obsrv>
  16. <!--path-->
  17. <class>Company_Obsrv_Model</class>
  18. </company_obsrv>
  19.  
  20. </models>
  21.  
  22. <events>
  23. <checkout_submit_all_after>
  24. <observers>
  25. <company_obsrv>
  26. <class>company_obsrv/observer</class>
  27. <method>observeTest</method>
  28. <type>singleton</type>
  29. </company_obsrv>
  30. </observers>
  31. </checkout_submit_all_after>
  32. </events>
  33. </global>
  34.  
  35. </config>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement