Categories on Product Display Screen
Copyright © 2000, William Weiland
Overview
This plugin module inserts the category name directly below the product name on the Product Display screen. When a product is in more than one category, the module displays all of them. Each category name is linked to the corresponding category list screen.
Initial Setup
Use the Merchant admin upload feature to upload the module. Once uploaded, click the Add button to add it to the mall/domain.

In admin, under your store, click on the link for Utilities Configuration Screen. Assign the module and Update it to install it in your store.


Editing Requirements (skip if using the OpenUI)
If you are using the Miva Merchant User Interface (mmui) you will need to make some very simple edits to the core files. Be sure to do that with a text editor (NO WYSIWYG editors) such as Programmer's File Editor (PFE) so as not to damage the mv files. ALWAYS BACKUP your unmodified mv files in case you make a mistake.

Insert the line below in your mmui.mv (MMUI_ProductDisplay function). Within that function locate the line which contains <MvEVAL EXPR = "{ Products.d.name }"> Insert the following line between that line and the </FONT> tag.
<MvDO FILE="{g.Module_Root$'modules/util/catonprd.mv'}" NAME="l.categoryinfo" VALUE="{ShowProductCategories(Products.d.id)}">