Overriding Customer Data
Verifying
Required files and configurations
1. The module configuration app/code/local/My/Nosto/etc/config.xml
app/code/local/My/Nosto/etc/config.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 events config app/code/My/Nosto/etc/config.xml
app/code/My/Nosto/etc/config.xml3. The customer block app/code/local/My/Nosto/Block/Customer.php
app/code/local/My/Nosto/Block/Customer.php4. The buyer model app/code/local/My/Nosto/Model/Meta/Order/Buyer.php
app/code/local/My/Nosto/Model/Meta/Order/Buyer.phpLast updated