Overriding or Extending Functionalities
Directory Structure
1. The module definition app/etc/modules/My_Nosto.xml
app/etc/modules/My_Nosto.xml<?xml version="1.0"?>
<config>
<modules>
<My_Nosto>
<active>true</active>
<codePool>local</codePool>
<depends>
<Nosto_Tagging/>
</depends>
</My_Nosto>
</modules>
</config>2. The module configuration app/code/local/My/Nosto/etc/config.xml
app/code/local/My/Nosto/etc/config.xmlEnabling the plugin
Disabling the plugin
Verifying
Last updated