Product List

Compunix Product Documentation

Install our add-on menu into your Admin suite


Installation Instructions



AspDotNetStorefront up to MS9420

1) To add a menu option for our add-ons, open the AdminMenu.ascx.cs file located in Web\Admin\Controls\directory. (If your admin is renamed, the "Admin" directory name in the path above will actually be the renamed admin.)

2) Find the line containing the following:

Release before 9310: Release after 9310 (around line 48)

3) Under this entry, add the following and save:

Continue with step 4) below...



AspDotNetStorefront MS9500 and newer

1) To add a menu option for our add-ons, open the VerticalMenu.ascx file located in Web\Admin\Controls\directory. (If your admin is renamed, the "Admin" directory name in the path above will actually be the renamed admin.)

2) Find the line containing the following:

(around line 61)

3) Under this entry (and before the </ul>), add the following and save:

4) Save the file above and go into the admin. If you do not see the an entry for a new "Compunix Add-Ons" menu, click Reset Cache.

5) The final step is to add the menu link for the add-on you purchased. See the comments in the above menu code for the location of the link placement.