-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmenu.htm
25 lines (22 loc) · 1 KB
/
menu.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<pre>
<vaf translate="title" module="adminhtml">
<title>Vaf</title>
<sort_order>25</sort_order>
<children>
<definitions translate="title">
<title>Fit Definitions</title>
<action>adminhtml/vaf</action>
<sort_order>10</sort_order>
</definitions>
<mappings translate="title">
<title>Product Mappings</title>
<action>adminhtml/vaf/mappings</action>
<sort_order>20</sort_order>
</mappings>
</children>
</vaf>
</pre>
<li>
Add VAF to the menu. Open <b class="path">app/code/core/Mage/Adminhtml/etc/config.xml</b>, find the line that ends in </dashboard> Make sure it is the one within the <menu> section and not the <acl> section
After that paste:
</li>