Category Tree Modules - Miva Merchant Modules

Miva Merchant modules that affect the category tree like which screen it displays, rollover images, fonts, cascading style sheets, and much more.

This directory is provided by JMH Web Services
Submit a module or application to our directory View the latest modules added to our directory. View the most popular modules in our directory. View a text-only version of this page to print out Tell a friend about this page.  Send a referral. Frequently asked questions about this module directory Contact JMH Web Services
Miva Merchant Modules        Advanced Search

Miva Merchant Modules » Category Tree Modules (11)

Use caution when considering any modules from modStop. Their support has been reported by umpteen Miva Merchant users as suspect and worse. Some of their modules are simple and shouldn't require support. Please contact us with any questions concerning them or their modules.


1. New Category Tree Plus Sebenza Studios / Miva Central

Replace the default Miva Merchant category tree (left side nav bar) by using your own HTML, Java, DHTML, Etc... and available tokens. All configurable through the admin. Now supports different category trees for each category and OpenUI Tokens.

Price: $22.95 Upgrade Cost: $14.95 Upgrade Terms (If Any): N/A
Compatibility: OpenUI Versions: 4.x, 4.14-4.16x (Available Compiled)
Other Module Compatibility: N/A

Rating: (0.00) Votes: (0) Hits: (1934) Reviews: 0
Rate It - Review It - Modify It - Report It

Bookmark New Category Tree Plus <-- Just click this link and then add to your favorites!

Back to Top

2. Category Tree Font Control netBlazon / Miva Central

The Cat Tree Font Control module allows you to specify fonts for selected and unselected categories and the account link within the category tree. The fonts specified are not used in the rest of the store, allowing you to control the category tree separately from the links on the remainder of your page. This module also allows you to keep the selected category as a hyperlink.

Additionally, CSS class attributes have been added to the anchor tags. There are separate class names for the sign in/account link, unselected categories, and selected categories. By defining these classes in a stylesheet you can further control the style of your category tree links.

Note: Due to the structure of the OUI interface, the affiliate login link is not affected, and will remain as the other links on your page.

Price: $21.97 Upgrade Cost: $10 Upgrade Terms (If Any): N/A
Compatibility: OpenUI Versions: 3.x, 4.x, 4.14-4.16x (Available Compiled)
Other Module Compatibility: N/A

Rating: (0.00) Votes: (0) Hits: (1145) Reviews: 0
Rate It - Review It - Modify It - Report It

Bookmark Category Tree Font Control <-- Just click this link and then add to your favorites!

Back to Top

3. Category Tree Control Sebenza Studios / Miva Central

Allows you to specify which screens throughout your store the category tree and/or right column can be visible on. By default, many of the Miva Merchant screens do not show the category tree, such as the "Search" screen. This module would allow the category tree to be visible on that screen and more. For the "right column", you can now select which screens to place this on... rather than all the screens.

Price: $24.95 Upgrade Cost: $17.95 Upgrade Terms (If Any): N/A
Compatibility: OpenUI Versions: 3.x, 4.x, 4.14-4.16x (Available Compiled)
Other Module Compatibility: N/A

Rating: (0.00) Votes: (0) Hits: (1141) Reviews: 0
Rate It - Review It - Modify It - Report It

Bookmark Category Tree Control <-- Just click this link and then add to your favorites!

Back to Top

4. Category Tree Plus -- Open Objects Library OpenThemes and Objects / Miva Central

NO LONGER AVAILABLE!

If you want to change the way your CategoryTree looks, then this is the OpenObject library you need. It allows you full control over the display the category tree, while leaving the actual database code in compiled MivaScript! The best of both worlds!

This creates a number of OpenObjects. These include:

  • OOLTREEPLS_CATTREE -- Main Category Tree Object
  • OOLTREEPLS_CATTREE_SKIP -- Allows you to reconfigure how to determine which categories are skipped.
  • OOLTREEPLS_CATTREE_HEADER_IMAGE_NOLINK -- Allows you to change how a "header" category "tree image" is displayed. Header categories are those with an underscore as the 2nd character of the category's code.
  • OOLTREEPLS_CATTREE_HEADER_TEXT_NOLINK -- Allows you to change how a "header" category "text name" is displayed. Header categories are those with an underscore as the 2nd character of the category's code.
  • OOLTREEPLS_CATTREE_TOP_IMAGE -- Allows you to change how a "top-level" category "tree image" is displayed. Top-level categories are those with no parent.
  • OOLTREEPLS_CATTREE_TOP_IMAGE_NOLINK -- Allows you to change how a "top-level" category "tree image" (selected) is displayed. Top-level categories are those with no parent.
  • OOLTREEPLS_CATTREE_TOP_TEXT -- Allows you to change how a "top-level" category "text name" is displayed. Top-level categories are those with no parent.
  • OOLTREEPLS_CATTREE_TOP_TEXT_NOLINK -- Allows you to change how a "top-level" category "text name" (selected) is displayed. Top-level categories are those with no parent.
  • OOLTREEPLS_CATTREE_PARENT_IMAGE -- Allows you to change how a "parent-level" category "tree image" is displayed. Parent-level categories are those with 1 or more children.
  • OOLTREEPLS_CATTREE_PARENT_IMAGE_NOLINK -- Allows you to change how a "parent-level" category "tree image" (selected) is displayed. Parent-level categories are those with 1 or more children.
  • OOLTREEPLS_CATTREE_PARENT_TEXT -- Allows you to change how a "parent-level" category "text name" is displayed. Parent-level categories are those with 1 or more children.
  • OOLTREEPLS_CATTREE_PARENT_TEXT_NOLINK -- Allows you to change how a "parent-level" category "text name" (selected) is displayed. Parent-level categories are those with 1 or more children.
  • OOLTREEPLS_CATTREE_CHILD_IMAGE -- Allows you to change how a "child-level" category "tree image" is displayed. Child-level categories are those with no children.
  • OOLTREEPLS_CATTREE_CHILD_IMAGE_NOLINK -- Allows you to change how a "child-level" category "tree image" (selected) is displayed. Child-level categories are those with no children.
  • OOLTREEPLS_CATTREE_CHILD_TEXT -- Allows you to change how a "child-level" category "text name" is displayed. Child-level categories are those with no children.
  • OOLTREEPLS_CATTREE_CHILD_TEXT_NOLINK -- Allows you to change how a "child-level" category "text name" (selected) is displayed. Child-level categories are those with no children.

The main category tree object (OOLTREEPLS_CATTREE) is a drop-in replacement for the standard OUI2_CATTREE object. By default, it functions the same as the OUI2_CATTREE object, but since the database code for the tree is compiled, it will run faster.

You can also use this object manually by calling it as such:

%OBJ(OOLTREEPLS_CATTREE)%

It also supports a number of different "filter" options, that allow you to automatically filter out (or skip) what categories are actually displayed. These filters, and how they are used, are:

  • %OBJ(OOLTREEPLS_CATTREE||ALPHA)% -- Will only display categories that begin with an alphacharacter, upper or lower case (A-Z, a-z).
  • %OBJ(OOLTREEPLS_CATTREE||ALNUM)% -- Will only display categories that begin with an alpha or numeric character, upper or lower case, or a number (A-Z, a-z, 0-9).
  • %OBJ(OOLTREEPLS_CATTREE||DIGIT)% -- Will only display categories that begin with an numeric character (0-9).
  • %OBJ(OOLTREEPLS_CATTREE||CHAR:{chr})% -- Will only display categories that begin with the specified character.

By default, all categories are displayed with one of four "style" classes. These will be specified in the anchor tag (for links), or via the span tag (for non-links). Of course, this can be changed by editing the objects defined above.

Price: $29.95 Upgrade Cost: $0 Upgrade Terms (If Any): N/A
Compatibility: OpenUI Versions: 4.x, 4.14-4.16x (Available Compiled)
Other Module Compatibility: N/A

Rating: (0.00) Votes: (0) Hits: (1112) Reviews: 0
Rate It - Review It - Modify It - Report It

Bookmark Category Tree Plus -- Open Objects Library <-- Just click this link and then add to your favorites!

Back to Top

5. Open Category Tree Sebenza Studios / Miva Central

Allows you to view all categories and sub-categories in the category tree at the same time.

Price: $22.95 Upgrade Cost: $15.95 Upgrade Terms (If Any): N/A
Compatibility: OpenUI Versions: 2.x, 3.x, 4.x, 4.14-4.16x (Available Compiled)
Other Module Compatibility: N/A

Rating: (0.00) Votes: (0) Hits: (1103) Reviews: 0
Rate It - Review It - Modify It - Report It

Bookmark Open Category Tree <-- Just click this link and then add to your favorites!

Back to Top

6. Category Tree Expanded (product screen) Copernicus / Miva Central

This product has been discontinued. It is now available as a virtual module in the OpenUI Supermod

Price: $20 Upgrade Cost: $10 Upgrade Terms (If Any): N/A
Compatibility: OpenUI Versions: 4.x, 4.14-4.16x (Available Compiled)
Other Module Compatibility: N/A

Rating: (0.00) Votes: (0) Hits: (1029) Reviews: 0
Rate It - Review It - Modify It - Report It

Bookmark Category Tree Expanded (product screen) <-- Just click this link and then add to your favorites!

Back to Top

7. No Collapsing Tree modStop /

This OpenUI extension module easily allows you to stop the category tree from collapsing when going from page to page in the store, all configurable thru the admin interface. Shoppers will easily see which category they came to a product details screen from and can continue browsing your store from there.

Price: $22.95 Upgrade Cost: $0 Upgrade Terms (If Any): Terms
Compatibility: OpenUI Versions: 2.x, 3.x, 4.x, 4.14-4.16x (Available Compiled)
Other Module Compatibility: N/A

Rating: (0.00) Votes: (0) Hits: (934) Reviews: 0
Rate It - Review It - Modify It - Report It

Bookmark No Collapsing Tree <-- Just click this link and then add to your favorites!

Back to Top

8. Category Tree Product Count modStop /

This display module adds the number of products contained within a category, and optionally all subcategories, next to the category's name in the Category Tree. All calculations are performed off-line, initiated by a full admin interface, to minimize the performance impact on your shoppers.

Price: $30 Upgrade Cost: $0 Upgrade Terms (If Any): Terms
Compatibility: OpenUI Versions: 2.x, 3.x, 4.x, 4.14-4.16x (Available Compiled)
Other Module Compatibility: N/A

Rating: (0.00) Votes: (0) Hits: (908) Reviews: 0
Rate It - Review It - Modify It - Report It

Bookmark Category Tree Product Count <-- Just click this link and then add to your favorites!

Back to Top

9. Category Tree RollOver Images Copernicus / Miva Central

NO LONGER AVAILABLE!

This module provides the capabilites to have special rollover and selected category images in your category tree. In the event that the browser cannot utilize the RollOver JavaScript, the normal category image is displayed. Note: You *must* have a category tree image for the rollover and selected images to be activated.

RollOver Image: This image appears when the user's mouse is over the original menu image. Useful for creating rollover color effects, etc.
Selected Image: This image appears when a category is selected. Useful for giving the user a visual indicator of which category is currently selected in the category tree.

For installation/upgrade services, please contact Copernicus.

Price: $39.95 Upgrade Cost: $0 Upgrade Terms (If Any): N/A
Compatibility: OpenUI Versions: 3.x, 4.x
Other Module Compatibility: N/A

Rating: (0.00) Votes: (0) Hits: (867) Reviews: 0
Rate It - Review It - Modify It - Report It

Bookmark Category Tree RollOver Images <-- Just click this link and then add to your favorites!

Back to Top

10. Category Tree Template v5 Sebenza Studios /

Category Tree Template for your Miva Merchant version 5 store. This module allows you to create a template for the entire left navigation. Now you have one place to make updates to your category tree, header, footer, and etc. Change your category links to SEO style links. Add a class tag to each category listing. One convenient place to maintain the left navigation of your store.

Price: $30.95 Upgrade Cost: $0 Upgrade Terms (If Any): N/A
Compatibility: N/A Versions: 5.x
Other Module Compatibility: N/A

Rating: (10.00) Votes: (1) Hits: (648) Reviews: 0
Rate It - Review It - Modify It - Report It

Bookmark Category Tree Template v5 <-- Just click this link and then add to your favorites!

Back to Top

11. My Category Tree v5 Emporium Plus / Miva Central

This module gives you template access to the actual links so you can change them to be more search engine friendly. MIVA Merchant 5 out-of-the-box does not currently provide template access to the category tree links. I suspect they probably will open it up some time in the future. Until then, this module gives you that access.

Features:
>- Provides full access to the category tree links
- Create links which are optimized for search engine recognition
- Provides ability to place subcategory navigation on the category screen
- Displays category page breadcrumb navigation

Feature Details.
Category Tree Access: The category tree template can be edited from the store edit screen at the tab "My Category Tree" or from any of the page template screens. The template is global and as such, you only need tomake changes in one location. Those changes will be reflected in all of the screens you haveadded this template item to.

If you have .htaccess re-write capability on your domain, you can even create directory style links. As an example, you can change a link like:
http://www.pinemporium.com/merchant2/merchant.mvc?Screen=CTGY&Category_Code=1AA&Store_Code=PE
into
http://www.pinemporium.com/c/1AA/Software.html
In addition to creating a short url, you can include the product or category name in the urlto provide more keyword visibility to search engines.

Subcategory Navigation: You can list the subcategories of a parent category on the right (main) side of the screen, e.g. right under the parent category title/name. You can create multiple columns, thereby taking up less screen real estate when you have categories with large numbers of subcategories.

Category Breadcrumb Navigation: On the category screen you can display the currentcategory and the heirarchy of its parent categories up to the store root level.

Price: $24.95 Upgrade Cost: $0 Upgrade Terms (If Any): N/A
Compatibility: N/A Versions: 5.x+
Other Module Compatibility: N/A

Rating: (0.00) Votes: (0) Hits: (545) Reviews: 0
Rate It - Review It - Modify It - Report It

Bookmark My Category Tree v5 <-- Just click this link and then add to your favorites!

Back to Top

Have Questions About Modules? We Have Answers! Click the Image Above to Chat Live or Send Us A Message.


Related Module Categories: Navigation Bar Modules

Back to Top | Add Module | Newest Modules | Most Popular Modules | Modify Listing

Miva Merchant Modules Home - Miva Merchant Hosting - Miva Merchant Developers - Miva Merchant Help
Miva Conference

© Copyright 2003 JMH Web Services, Inc.  All Rights Reserved.

Miva, Miva Engine, Miva Empressa, Miva Mia, Miva Merchant, and the Miva Corp. Blade Logo are trademarks of Miva Corporation, developer of the best ecommerce shopping cart software.