Purpose of Module
The Product Dropdown Menu places a javascript-based dropdown menu of
your products in one of eight places within your storefront. Visitors can
select a product from the dropdown menu and automatically be taken to that
product. The product list is pulled from the database, and if you use
availability groups, the list is based on the customer's available products.
Version Notes
Prior to version 3.0, Product Dropdown Menu was a System Extension module.
It was converted to a Store Utility module in order to improve performance.
If you are using a version earlier than 3.0, the module will be listed under
System Extension Configuration instead of under Utilities.
How to Install
- Installing the Module
- Unzip nbproductdropdown.zip to your hard drive
- Log into your Miva admin utility
- Expand the navigation tree next to Modules
- Click the link "Add Module"
- Click the "Upload File" graphic
- Click the "Browse" button
- Browse to the location where you stored the files from nbproductdropdown.zip
- Select nbproductdropdown.mv
- Click the "Upload" button
- When the graphic has been uploaded, the small "Upload File" window will disappear, leaving you with the main Miva admin screen visible
- Click the "Add" button on the main Miva admin screen
- Associating the Module with a Store
- Log into your Miva admin utility
- Expand the navigation tree next to Stores
- Expand the navigation tree next to the store with which you wish to associate this module
- Click the link "Utilities"
- In the assigned module list, you should see an entry for "NetBlazon's Product Dropdown Menu"
- Check the checkbox next to this module and click Update
How to Configure
- Log into your Miva admin utility
- Expand the navigation tree next to Stores
- Expand the navigation tree next to the store with which you wish to associate this module
- Click the link "Utilities"
- Click the "Product Dropdown Menu" tab
- In the textboxes, enter the values as described on screen.
- Make sure your "Opening HTML" and "Closing HTML" fields contain valid HTML.
- Click the update button to save your changes.
CSS Support
The dropdown menu is built with a <select> tag. As of version 3.2, this tag has an id attribute
of nbproddd so that it can be styled via CSS. To control the display within a CSS stylesheet
you should reference #nbproddd. An example is:
#nbproddd { font-size: 11px; color: #600; width: 85px; };
Support
For questions or problems with your Product Dropdown Menu module,
please send email to
support@netblazon.com.
|