Best Seller Display |
Copyright © 2000, William Weiland |
Overview The best seller display module interfaces with the internal Merchant 4.0 statistics modules to provide your customers with similar best seller information previously only seen by the store owner in the admin interface. It goes a step further by breaking down the best seller information by category. Your customers will not see exact numbers sold, only relative ranking. As they see the best sellers listed, the display provides them with a convenient link to the individual products so that they too can see what all the excitement is about. You can reset the statistics through the existing admin statistics interface so that your best sellers can be kept current as product inventory changes. |
|
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. Click the link for Best Seller Display to enter the configuration settings. |
|
Configuration Settings Enter data into the applicable input fields. Hide based on Availability Group Table Border Width Table Width Table Title Title Table Tight Table Number of products to display Exclude categories from display Screen Locations |
|
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. Placement of the Best Seller Display box is dependent on which screens you want it to show on. For the Product Display, Store Front, and Category Screens; the best position will be located in the MMUI_Begin_Screen function. For the Search and Product List, the best positions are located in the MMUI_Search and MMUI_ProductList functions respectively. You will need to view the code in these functions, then determine your desired location. As examples: 1) If you want it to show at the bottom of the category column, in the
MMUI_Begin_Screen function, just above the last </TABLE> tag, enter
the following lines: 2) Another location could be at the top right, just below the Checkout
button on the nav bar. Locate the last TD tag in the MMUI_Begin_Screen
function <TD ALIGN = "left" VALIGN = "top" WIDTH = "80%"> Between that
line and the </MvIF> tag, insert the following: |