Miva Merchant Modules and Applications Search

Search for My Category Tree v5 - Miva Merchant Modules and Applications in Our Directory

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. Tell a friend about this page.  Send a referral. Frequently asked questions Contact JMH Web Services
Miva Merchant Modules      Advanced Search

Miva Merchant Modules » Searching For 'My Category Tree v5'

Found 324 Modules or Applications that might fit the bill

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 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

From: Category Tree Modules
Relevance: 99.99%%

Rating: (0) Votes: (0) Hits: (1076) Reviews:
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

2 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

From: Category Tree Modules
Relevance: 81.86%%

Rating: (0.00) Votes: (0) Hits: (1578) Reviews:
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

3 Category Master v5 Advanced Development Solutions / Miva Central

Take master control of your Category(CTGY) Page. This module is packed with features like menu-driven global and individual category level control of Category Product List Layout, Multi-Column Category Product layout with image positioning, Category Product Pagination with Totals, Subcategory Listing, and Category Breadcrumbs. No need for separate modules to control your category screen globally or individually for each category. All display options are configurable using the menu-driven admin interface, CTGY page templates and Product List Layout templates that are automatically installed and configured with this module. This gives you full control over the look and feel of your category screen.

The ADS Category Master Features:

  • Simple Module Installation and Configuration
    • Automatic installation and assignment of CTGY page required item.
    • Automatic installation and assignment of new CTGY page template. Previous template versions will be available through version history.
    • Automatic installation and assignment of new Category Product List Layout template. Previous template versions will be available through version history.
    • Menu-driven control of new features. No template editing required, but is available for advanced users.
  • Global and Individual Category Control of Category Product List Layout
    • Merchant basic Category Product Layout Control
    • Category Title Display option
    • Number of Columns for Product Display in expanded view
    • Image Positioning and Spacing
    • Additional layout modifications can be made using CTGY Page and Category Product List Layout templates that are pre-installed with this module
  • Global and Individual Category Control of Category Paging
    • Gives your customers the ability to move within the category using page numbers and/or previous next buttons
    • Display Total Product Count for selected category
    • Menu-driven control of pagination menu, no Template editing necessary
    • Additional layout modifications can be made using CTGY Page and Category Product List Layout templates that are pre-installed with this module
  • Global and Individual Category Control of Subcategory Listing
    • Display a Subcategory Listing for selected category for easy navigation
    • Menu-driven control for:
      • Page position for Subcategory Listing
      • Subcategory title header and footer
      • Display number of products for each subcategory
      • Number of columns in subcategory table
      • Subcategory footer
    • Additional layout modifications can be made using CTGY Page and Category Product List Layout templates that are pre-installed with this module
  • Global and Individual Category Control of Category Breadcrumb Navigation
    • Display Breadcrumb style navigation for current category
    • Menu-driven control for:
      • Page position for Breadcrumb Navigation
      • Home URL location and label
      • Breadcrumb separator
      • Selected and Unselected breadcrumb formatting
    • Additional layout modifications can be made using CTGY Page and Category Product List Layout templates that are pre-installed with this module

Module installation and functionality has the following requirements:

  • MIVA Merchant Version 5.0
  • Settings and control this module provides are used in conjunction with CTGY Page and Category Product List Layout templates that are pre-installed with this module. These settings will override the Merchant default settings.

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

From: Category Screen Modules
Relevance: 69.14%%

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

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

Back to Top

4 Sort Categories and Products v5 Emporium Plus / Miva Central

The sorter module gives you the ability to sort your Miva Merchant categories and products very quickly from an easy to use, admin interface. The typical sort time for700+ products is 1-2 seconds. In the latest version of the module, you can also capture the number of products in each category for quick lookup at runtime for use in the category tree or other Merchant pages. This module is for MIVA Merchant 5.x. We also have the corresponding module for an older version of Merchant.

Features:
- Sort categories by name, code or entry date
- Sort products by name, code, price or entry date (ascending or descending)
- Sort entire store or sort one category at a time
- Sort products within categories by name, code, price or entry date (ascending or descending)
- Categories do not all have to be sorted the same way
- Move specific products to the top of the product list, search and category pages with a quick mass input
- Display an image before the product name for products with a sort order number lower than the trigger number established by the store owner
- Count products in each category for later display at runtime to reduce server load and page view time

Feature Details.
You can sort the categories by name, code, or entry date. Many stores find that their categories are best sorted by category code rather thancategory name. This way they can create codes which will put their categoriesin the order they want. While most may actually coincide with category namesbeing alphabetical, stores can rearrange the categories to put things like "Specials"or "Close Out" at the top of bottom of the list. The customer does not see the category code, they only see the results of the sorted list.

The products can be sorted by name, code, price, or entry date. The product sorting can be done either as either ascending or descending. Moststores will sort the products by name. The very quick sort is done storewide with a couple button clicks. The storewide sort results in the products being sorted in all of the category screens, the product list screen, and the search screen.

You can sort the products within individual categories differently than the sorting in the store at large. So while the product list and most categories might be sorted alphabetically, you could have others sorted by price as ascending or descending. You can sort theproducts by a specific category and then on the next screen, make minor changes to re-arranged that sorting. This gives you the ability to move certain products to thetop for more customer visibility.

You can also move to the top of the list up to 999 product codes in the orderyou want them. They can appear before any other products on the product list, search and each category screen. This ability to assign a sort order number also makes it possible to display an image, e.g. new or hot, to all products with a sort order number less than the trigger you assign using a token.

You can also elect to count the products in each category. If you do, the counts willbe available at runtime in Merchant. By having the data in a quick lookup table, Merchant does not have to count the products in each category as it displays the category list in a 3rd party module's category tree. It simply shows the previously stored totals. This option cannot be used in stores which use availability groups to hide products fromsome customers because the totals would show the amounts for all products in eachcategory. The sorter module uses a token to display the products-in-category total after the category name if you are using a 3rd party category tree template module.

The module currently fully supports the mivasql configuration of MIVA Merchant 5. It also supports MySQL as long as load balancing has the data stored on the single MySQL server. This would be the case in most of the server setups. For those that are not, we are in the process of converting the code for that remaining, very small group of MIVA Merchant stores. At this time we have not had a problem. Modules will be moved to the top of the queue as needed.

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

From: Sorting Modules / Sort Categories and Products Modules
Relevance: 66.31%%

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

Bookmark Sort Categories and Products v5 <-- Just click this link and then add to your favorites!

Back to Top

5 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

From: Category Tree Modules
Relevance: 63.72%%

Rating: (10.00) Votes: (1) Hits: (1169) Reviews:
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

6 My Favorites Quicklist v5 Advanced Development Solutions / Miva Central

Give your customers bettercontrol of their shopping experience. This module provides a way forthem to save their favorite items, with selected attribute options, tothe Favorites QuickList. Products can be added to Favorites QuickListfrom Product, Category, Search, Product List pages or the Entire Basketcan be saved, to checkout later. This provides a quick and easy was toorder their favorite or frequently bought items, without having to browse thestore or search for them, all from one screen. The Favorites list canbe sorted by code, title or price, and quickly modified using provided controls.Store developers and managers have complete control over thelook and feel of My Favorites QuickList layout using the automaticallyinstalled, Store Morph Technology™ templates. Thismodule is ideal for busy and wholesale stores.

The ADS My FavoritesQuickList Features:

  • Simple ModuleInstallation, Configuration and Controls
    • Automaticcreation, installation and item assignmentof My Favorites Default Page and ProductList Layout templates and settings.
    • Automaticinstallation and assignment of My Favoritespage required items.
    • Automatic modificationof existing page and layout templates. Allyou need to do is insert a text or graphicallink to My Favorites QuickList anywhere in yoursite navigation.
    • Moduleprovides complete design control of My FavoritesPage usingthe new Store Morph Technology™ basedtemplates.
    • Neverworry about making template changes. Moduleutilizes new version history control.
    • Twosample templates are automatically installedfor the My Favorites Product List layout.Thetemplates can be further modified to meetyour needs.
    • Just add a link to My Favorites QuickList anywherein your template and you are ready to go.
    • Notemplate editing required, but is availablefor advanced users. HTML and template scriptingknowledge is required to make template modifications.If you do not have these skills it is recommendedyou contactADS representative to get assistancewith template design and customization.

  • Enhanced User InterfaceFeatures and Controls.
    • Since Customersare required to be logged in to use thisfeature, they are automatically taken tothe Account Login screen if they click onMy Favorites navigation link or try to additems to their Favorites.
    • Customers can save their entire basket to Favorites fromthe basket screen. Product and Attribute/Optioninformation is also saved.
    • Add individual items to Favorites from Product,Category, Search and Product List pages.Product and Attribute/Option informationis also saved.
    • Quickly add multiple selected items, with attributes,and quantities to Basket with just one click.
    • Quickly delete multiple selected items from Favoriteswith just one click.
    • Breadcrumb Navigation for My Favorites QuickList.
    • Product Pagination with Product Totals, PageNumber Links and Previous/Next buttons. Productspagination is controlled through merchant admininterface.
    • Quick Favorites product sorting by Product Code,Name or Price in ascending or descending order.

Samplesnap shot of My Favorites Quick list page layout and controls:

Samplesnap shot of Product Page with Add to Favorites button:

Samplesnap shot of Basket page with Save to My Favorites button:

Samplesnap shot of a My Favorites Page Template administration Screen:

Samplesnap shot of a My Favorites Product List Layout Template administrationScreen:

Module installationand functionality has the following requirements:

  • MIVA Merchant Version5.0
  • No template editingis required, but is available for advanced users. HTML and templatescripting knowledge is required to make template modifications. Ifyou do not have these skills it is recommended you contactADS representative to get assistance with template design andcustomization.

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

From: Gift Wish Favorites List Modules
Relevance: 61.60%%

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

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

Back to Top

7 Plug N Play Pack #3 Luray / Design Extend

Older Modules Not Available Compiled!

The OpenUI Extension Module Kit features 32 extensions. LICENSE IS PER DOMAIN.

The Plug N Play Pack #3 includes the abilities to:

  • Replace Category Tree with Alternate HTML Menu. Requires HTML file in Root Directory.
  • Move Top Navigation Bar to the Left Column. Category menu eliminated or, if one exists, replaced with an html file on top of page.
  • Remove all Account and Login Functions.
  • Gentle Forced Login! Remove Price, Add to Basket and Buy One Now buttons from all Screens until Login.
  • Remove Search Button from Navigation Bar. With this, you will likely use a search form in Category Tree.
  • Place HTML above the NavBar. Requires HTML file in Root Directory.
  • Basket Contents Required Before Checkout all Screens. Requires gifs, see insts in top of module file.
  • Category Screen Table Display with Quantity Select Option. Displays grey button or gif.
  • Tighten display on Category Screen and Product Display and Store Front. Removes space at top and left of main body display.
  • Create Horizontal Display of Four Thumbnails in a Row on the Category Screen. Displays only Thumbnail Images.
  • Place Thumbnail Image on the right of the Product Name, Price, Quantity in Basket and Add to Basket button on Category Screen. Tight vertical display with horizontal rule.
  • Replace Weight with More Info popup JavaScript on Product Display. Requires HTML file in Root Directory and installation of javapophead.mv.
  • Header portion of JavaScript. Creates a 330 x 250 window. Can be used with your own JavaScript or programs in this Pack.
  • Image displayed on the right of information on the Product Display Screen.
  • Move All Text and Add to Basket to Right of Image in Product Display. Tightens display.
  • Display two columns of thumbnail images with price and add to basket button on search screen. Requires Add to Basket gif.
  • Display Category Tree and two columns of thumbnail images with price and add to basket button on search screen. Requires Add to Basket gif.
  • Display three columns of thumbnail images with price and add to basket button on search screen. Requires Add to Basket gif.
  • Display Category Tree and three columns of thumbnail images with v - price and add to basket button on search screen. Requires Add to Basket gif.
  • Move Search for: box to top of Category Tree. Removes Search for: box from top of main body. Category Tree displays on Search Screen.
  • Search in Category Tree, Two thumbs in a Horizontal Row Search Screen Display. Removes Search for: box from top of main body. Category Tree displays on Search Screen. Requires Add to Basket gif.
  • Search in Category Tree, Three thumbs in a Horizontal Row Search Screen Display. Removes Search for: box from top of main body. Category Tree displays on Search Screen. Requires Add to Basket gif.
  • Remove Search box from Search Results Display.
  • Display four columns of thumbnail images with price and add to basket button on search screen. Requires Add to Basket gif.
  • Place Thumbnail Image on the Attribute Screen.
  • Place full sized image on the attribute Screen.
  • Add Hyperlink to Product Name on Product List Screen.
  • Display Two Columns of thumbnail images with price and add to basket button on Product List screen. Requires Add to Basket gif.
  • Display Three Columns of thumbnail images with price and add to basket button on Product List screen. Requires Add to Basket gif.
  • Display four columns of thumbnail images with price and add to basket button on Product List screen. Requires Add to Basket gif.
  • Display Category Tree and Two Columns of thumbnail images with price and add to basket button on Product List Screen. Requires Add to Basket gif.
  • Display Category Tree and Three Columns of thumbnail images with price and add to basket button on Product List Screen. Requires Add to Basket gif.

All extensions are designed to just Plug AND PLay in OpenUI stores. Designed/Written by Luray Williams.

Customers receive access to a private support forum at the DesignExtend Miva Merchant Discusson Boards. Full instructions on installation included.

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

From: Module Bundles
Relevance: 60.19%%

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

Bookmark Plug N Play Pack #3 <-- Just click this link and then add to your favorites!

Back to Top

8 Category Manager v5 Emporium Plus / Miva Central

The Category Manager module allows you to have multiple category templates in a single store. You can have a different template for every category in your store if you want. The templates use the standard store morph technology template editor in MIVA Merchant 5. While basic knowledge of how to edit MIVA Merchant 5 templates is required, there are two example templates provided in addition to the built in ctgy page template. Getting started is not that difficult. Don't miss our introductory price of this versatile module.

Features:
- Multiple category templates in a single store
- One or more categories can be assigned to use a specific template
- Default template is used for categories which do not have a custom template assigned
- Custom pagination in addition to the default Previous and Next buttons
- Can limit products displayed per page to a specific number for each template or can list all on one page
- Customer can sort products within the category in real time dynamically
- Breadcrumb navigation included
- Sub-category navigation included

Feature Details.
Multiple page templates. Using the built-in store morph technology, you can edit the page templates just like the built-in page templates, including recall, notes, and indexing of previous versions. Include typical render tokens on the custom category pages from other 3rd party modules (sold separately) which you have in your store, e.g. rate this, wait list, best seller, and others.

Easy assignment of categories to templates. Once you create the template you can assign one or more categories to it. This can be done from the Category Edit screen or if you are using the Emporium Plus Category Import module (sold separately), you can import the template assignment right along with importing new categories into the store. No need to import the categories with one module and then use a separate module to assign them to templates.

Default page for unassigned categories. The default ctgy page template is used for all categories which have not been assigned to a specific custom template. This makes processing more efficient as the Category Manager runs a quick lookup to determine if it needs to run certain more complex processing routines, like advanced pagination.

Advanced page navigation. Several pagination variables are available to write detailed page navigation links. You can have the typical 1 2 3 4 etc. Or you can break up long lines with arrows, dots, dashes, etc to fill in a gap. You can also display the page number of the total number of pages. This pagination is similar to that used in the Emporium Plus Power Search module for Merchant 5. As a point of reference for the customer, you can even include how many products are listed in the category.

Flexible pagination. Each category template can have a different setting for the number of products to display on a page. Initially, the customer will see the number you set. However, customers using broadband may want to see all the product in a category on a single page, so there is an option to list all.

On-the-fly sorting. The products are initially displayed in the sort order which the store owner has previously setup in the normal admin sorting. The customer can then change the sort order based on their desires. Available sort fields are name, code, price, date items were added to the store, or the default store setup. They can be sorted ascending or descending.

Breadcrunb navigation. The module includes optional breadcrumb navigation. An array is created which holds the current category name and its parents up to the top level category. With standard MIVA Merchant template code, you can create a quick link to higher categories like Home > Software > Developer Bundles

Sub-category navigation. You can display the sub-categories of a parent category on the category page, e.g. below the parent category's name. The array can be displayed like you want it using standard MIVA Merchant template code.

We cannot link to our demo stores from MivaCentral so if you'd like to see a couple of the live pages demonstrating single or multiple column layout of products, please contact us for links. Those pages demonstrate the variable layout of products, breadcrumb navigation, on-the-fly sorting, and sub-category navigation.

The module currently fully supports the mivasql configuration of MIVA Merchant 5. It also supports MySQL as long as load balancing has the data stored on the single MySQL server. This would be the case in most of the server setups. For those that are not, we are in the process of converting the code for that remaining, very small group of MIVA Merchant stores. At this time we have not had a problem. Modules will be moved to the top of the queue as needed.

Create a custom template

Assign a custom template to a category

Example category page display with navigation

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

From: Category Screen Modules
Relevance: 59.48%%

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

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

Back to Top

9 Fast Data Feed for Froogle TM v5 Emporium Plus / Miva Central

Export your Miva Merchant product data in the basic file format required for FroogleTM (� 2002 Google) data feed submissions for inclusion in their ecommerce search engine. Fields included: product_url, name, description (html removed), price, image_url, category, offer_id (code). This module is for MIVA Merchant 5.x. We also have the corresponding module for an older version of Merchant.

Most agree, Google is the mother of all search engines onthe Internet. Their feature to create a listing of actual items for sale across the Internet, rather thanpages with hits on keywords, is a bold attempt to better target customers and buyers in a symbiotic relationship. This is a giant leap in eCommerce, providing comparison shopping using the Google search engine. If you are a MivaMerchant store owner you CANNOT afford to miss this opportunity, especially since inclusion in the FroogleTMindex is free. How much have youinvested in getting your store's search engine rankings?

A big side benefit to getting listed in FroogleTM is that the Google company is spidering your site, thus it may increase the number of your pages listed in Google. Coincidentally, my site went from 1220 to 1350 pages in Google within a week after submitting the first data feed to FroogleTM. I had an additional 130 which had been previously overlooked. There is no direct indication that listing in Froogle will effect your listing in Google, only time will tell.

A module designed for the specific purpose of creatinga data feed for FroogleTM (rather than a generic data export)can include features which make it the best solution for the task:
  • Include an affiliate code in the URLs so that youcan better track where actual sales are coming from
  • If your store is a single store in the domain, you can remove the Store_Code from the URL to aid in search engine spidering
  • Fast Data Feed plugin module creates the datafeed flat file directly from your admin
    • Frequent, no hassle submissions keep your data currentin FroogleTM
    • Eliminates the need to copy product and category databases from the server to your PC to produce a flat file export with software such as MS Excel
    • Uses your data as it exists within admin at the moment it is run
  • Control over category insertion
    • Limit export to specific categories
    • Automatically builds the category hierarchy from each product's category up to top level category
    • Optionally modify category placement, overriding actual category hierarchy
  • Removes html from your product descriptions; convertingthe brackets to escaped characters or even hiding html using the !-- technique did not satisfy FroogleTM support staff - it must be completely removed
  • Included in the module are features to eliminate timeouts when generating the data feed export of large numbers of products
  • Exports to your documents directory rather than yourdata directory for ease of capture and transmittal
Don't delay. The FroogleTM index is a great way to list your products in a major search engine.

Steps
  • Submit request to FroogleTM for acceptance into the program
  • Install this module and run it
  • Once accepted, FTP resulting (username).txt flat file to FroogleTM
  • Check your pages in FroogleTM when they show up

    If you are going to submit to indexes in addition to Froogle, you might want to take a look at our Template Data Feed. It can create data feeds in just about any order the specification requires.

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

    From: Import Export Modules / Froogle Shopping Directory Export Modules
    Relevance: 50.77%%

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

    Bookmark Fast Data Feed for Froogle TM v5 <-- Just click this link and then add to your favorites!

    Back to Top

    10 Static Catalog Generator Weiland / Emporium Plus

    The StatCat module is both an admin module and a basket interface module. The primary purpose of StatCat is to generate static catalog pages (indexes and sub-pages) directly from your Miva Merchant products and category databases so that search engines will add your pages to their index. Presumably this will allow customers to find your store amongst the millions of web sites on the Internet. As such, the pages generated are basic html pages with links to sub-pages, basket page and individual product pages in your Miva Merchant system. Each page contains your store title, meta description, meta keywords, footers along with the products. Category pages also contain category headers and footers.

    Although these are static html pages, they have direct links which allow customers to add the products to their basket which is maintained in your Miva Merchant shopping cart system. If you are using the CIM Inventory Manager or Miva Corp's new Inventory Manager (in Merchant 4.x), it will even check the stock level and return an out of stock message if stock level is depleted

    ** Caution: If you are using Merchant 4.0 and its Inventory Management system that deducts products from inventory when they are placed in the basket, you should select to NOT use the Add to Basket buttons if you have one-of-a-kind items. The reason for this is that some robots and other indexing software may even follow links which contain the ? and & characters. This could result in the stock level decrementing to zero and out-of-stock emails being sent. The products won't be removed from inventory completely, as they will be re-stocked when you run the Admin:Delete Expired Shopping Baskets. This undesirable situation does not exist in Merchant versions 2.x or 3.x. It is also not a problem in Merchant 4.x if your store does not use the Miva Corp Inventory Management or your product stock levels are not likely to be depleted with one or two passes of the indexing program.

    The store owner determines which page the customer will go to when they select to add a product to the basket. They can be taken either to the basket for review or back to the static page they just selected from. Both processes are automatic and do not require Javascript or meta refresh routines. Either click through destination can be used on either of the sort options, store owner choice. In addition to the functionality of this module, it provides an excellent example of how to interface static pages with the Miva Merchant system with return to the correct static page.

    Quick links on each sub-page allow the customer to return to the index or go straight to their basket for review and checkout.

    Below the sub-pages the store owner can even generate individual product pages. These product pages contain the full sized image and description. If the store uses the Flexible Product Description module and the product record contains a Keyword field, those product specific keywords are added to the store's generic keywords which are already in all of the static pages.

    The store owner can decide whether to display the price for each item on the static pages. Since these pages are static and cannot function interactively to determine customer price groups or discounts, the hide price routine has its place. However, if the store has no price groups and discounts are calculated on basket totals or discount coupons, the price listing is useful.

    The static pages also have no way to restrict access. So if your store is one which does not allow certain products to be shown to all customers, then this module is not for you, unless you can place all of those restricted products in specific categories. In which case, you could then sort pages by category and simply delete those categories' pages.

    This module is for Miva Merchant 2.x, 3.x and 4.x. It works with both the Miva Merchant look and feel (mmui.mv) and the OpenUI look and feel (oui.mv). If using the mmui.mv, there are two edits that need to be made to the mmui.mv file.

    StatCat produces pages similar (mirror) to the layout in Miva Merchant with admin control. The following configuration settings are made within the standard Miva Merchant admin interface: Page title, home URL, optional title/store logo, title background color, title foreground color, category title header size, number of product columns on the category sort page, Meta description of the site, Meta keywords on the site, return action after adding a product to the basket, option to hide the prices, category column background color, category column foreground color, category column font, category column size, product background color in the category sorted pages, product foreground color in the category sorted pages, product font and size in the category sorted pages, optional display of thumbnail images in the category sorted pages, store front page welcome screen, search button input, product descriptions on category pages, and page footer.

    Once generated, the index pages can be linked to your main home page. The catalog can be left in the directory it is generated in or copied to any web site (or multiple web sites) to increase search engine visibility. The links to images and back to your Merchant.mv store will work across servers. An example of this remote distribution can be seen at my Yahoo/Simplenet web site. The limitation to the remote distribution is that these remote static pages are one way, ie. placing a product in the basket will take the customer to the main Merchant.mv, but not back to the remote static page. They would then continue shopping in Merchant.mv. This limitation exists only if the static pages are not in their original catalog directory. If they are in the catalog directory on the local server with Merchant.mv, then return to the static pages is one of your options in admin.

    The StatCat also has the ability to generate static pages which can be placed on a disk and used as a catalog which can be mailed or given out to potential customers. When using this option, links to your web site or the shopping cart are suppressed. An example of this type of catalog can be seen online. It has no links to the cart and the images are virtual to the static html pages.

    When generating the catalog, the store owner has the option of restricting the html output to a list of specific categories. This is particularly useful when the store owner wants to place their static pages on remote servers which have specific themes in a mall environment. Some categories may "fit in" and some may not. This also might be useful if you want to create disks with only certain categories of products on them to be given to customers.

    Note 1: StatCat uses the first letter of the product name to name the sub-pages. If you use illegal characters for the first letter of product names, you will not be able to generate the by-name catalog. An example would be the left bracket, as some might have put the font tag at the beginning of the product name. If that is the case, use the by-category catalog.

    Note 2: If you have an excessively large products database, you will probably not be able to run StatCat on a server without timing out. However, you should be able to run it in MivaMia if you have a mirror of your store on your PC. You would then need to upload the static pages manually. This store of 600 products took about 5 seconds to generate the category pages.

    Example static catalog pages

    • Sort by name
      • This example has the add to basket button disabled
      • This example contains StatCat generated individual product pages
    • Sort by category
      • Click through returns to the originating static page after addition (alternatively you can have it remain at the merchant.mv basket)
      • This example contains StatCat generated individual product pages

    Several new features have been added to the compiled version; background image, functional navigation bar, "smart" metatags, extensive implementation of keyword and header and footer usage, product page names can be product code or name ending with html, inclusion of product links at the top or bottom listed as featured products or similar designation, include any fields in the products database on product pages (including modified structure), optionally hide subcategories on category pages as applicable, additional product page links such as "check availability or latest prices", and export to any directory within the store's path (creates directory if it does not exist). Discontinued (inactive) products can continue to have modified static pages generated so that search engine links remain viable, yet do not result in errors when linked to the store. Additionally, affiliate codes can be included with every link so that the static catalog pages can be given to affiliates who wish to mirror your catalog at their site. If you are using the OpenUI, StatCat adds "smart" metatags to your merchant.mv so that when the customers (and search engines) click from your static pages to your actual store, the pages will contain metatags related to category headers, product descriptions and product keywords (if used). It also reverses the title tag with the category and product screens so that the category or product name appear first, then the store name. If your store has our Volume Pricing module version (4.53 or higher) installed, StatCat can optionally include the volume price table on the static pages. When creating the static product pages, a flat file is created in the background which can be used for a data feed file for submission to FroogleTM. It contains the header and data for the basic file format.

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

    From: Search Engine Optimization Modules
    Relevance: 50.77%%

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

    Bookmark Static Catalog Generator <-- Just click this link and then add to your favorites!

    Back to Top

    11 Discount Based on Quantity by Category v5 Emporium Plus / Miva Central

    Volume pricing at the category level. Easily offer a fixed discount (not percentage) based on the number of items in the basket and the categories those items are in. We also have the corresponding module for an older version of Merchant.

    Features:
    - Discount based on number of items ordered
    - Set up to 4 tiers of discounts per category group
    - Can have 8 groups (each containing one or more categories), each with 4 different discount tiers
    - Category wide, multi-category or store wide discounts
    - Optionally apply discount after other discounts have lowered the subtotal
    - Discount shows at checkout as separate line item
    - Optionally display updated discount in basket prior to checkout
    - Can use wildcard instead of entering category codes for the group
    - Can either include or exclude a single price group, e.g. Wholesale, to be able to use the discount

    Feature Details:
    In admin, the store owner configures the trigger levels (number of items needed to activate the discount) and thecorresponding fixed amount off. The store owner can designate 1 - 4 trigger levels so that he/she can vary thediscount based on the number bought. Reward the customer; the more the customer buys, the higher the discount.

    The storeowner then includes a list of category codes that willbe used in the calculation. Use this module for category-wide or store-wide fixed discounts. If using store-wide, make sure the discount doesn't exceed the priceof the potentially summed products. If using category-wide,make sure the discount does not exceed the price of the lowestpriced product in the category.

    The discount amount will appear during checkout on the screen after the customer has entered their shipping method. You can optionally display the discount in the basket prior to checkout.

    In admin you can setup eight separate groups withtheir own four-tiered discount and categories. Hence, if you want to discountone category of products with one set of rules (levels) and another category with a different set of rules, you can now do this. Multiple categories can be assigned to each group. As the basket is scanned, the discount is applied based on each group's rules, then summed together at checkout. You can optionally display the updated discounts prior to checkout in the regular basket screen, recalculating and updating discounts based on changing basket contents.

    You can choose one price group, e.g. Wholesale, which is not eligible for the discount since they presumably already benefit from significantly lower prices. Or if you don't want to exclude, you can include the one group. This would be useful if you want to apply a fixed amount off for that price group rather than use Merchant's percent off price group calculations. This would allow you to discount different fixed amounts from different groupings (categories) of products.

    You can use the asterisk (*) to replace the category codes. When the module encounters the asterisk instead of category codes, it considers all further products eligible. As example, the asterisk in the first group would make all products in the store eligible for the discount. On the other hand, category codes in the first group would apply the first group rules to those categories. Then if there is an asterisk in the second group, all other products in the store woulduse those discount rules.

    The module currently fully supports the mivasql configuration of MIVA Merchant 5. It also supports MySQL as long as load balancing has the data stored on the single MySQL server. This would be the case in most of the server setups. For those that are not, we are in the process of converting the code for that remaining, very small group of MIVA Merchant stores. At this time we have not had a problem. Modules will be moved to the top of the queue as needed.

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

    From: Discount Modules / Category Specific Discount Modules
    Relevance: 50.06%%

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

    Bookmark Discount Based on Quantity by Category v5 <-- Just click this link and then add to your favorites!

    Back to Top

    12 Sort Categories and Products Weiland / Miva Central

    The sorter module gives you the ability to sort your Miva Merchant categories and products very quickly from an easy to use, admin interface. The typical sort time for 700+ products is 1-2 seconds. In the latest version of the module, you can also capture the number of products in each category for quick lookup at runtime for use in the category tree or other Merchant pages.

    Features:(some features are only in the compiled version)
    - Sort categories by name, code or entry date
    - Sort products by name, code, price or entry date (ascending or descending)
    - Sort entire store or sort one category at a time
    - Sort products within categories by name, code, price or entry date (ascending or descending)
    - Categories do not all have to be sorted the same way
    - Move specific products to the top of the product list, search and category pages with a quick mass input
    - Display an image before the product name (openui hook point or token) for products with a sort order number lower than the trigger number established by the store owner
    - Count products in each category for later display (openui token) at runtime to reduce server load and page view time

    Feature Details.
    You can sort the categories by name, code, or entry date. Many stores find that their categories are best sorted by category code rather than category name. This way they can create codes which will put their categories in the order they want. While most may actually coincide with category names being alphabetical, stores can rearrange the categories to put things like "Specials" or "Close Out" at the top of bottom of the list. The customer does not see the category code, they only see the results of the sorted list.

    The products can be sorted by name, code, price, or entry date. The product sorting can be done either as either ascending or descending. Most stores will sort the products by name. The very quick sort is done storewide with one button click. The storewide sort results in the products being sorted in all of the category screens, the product list screen, and the search screen.

    Compiled version additional features: New in the compiled version for Merchant 4.14 and newer, you can sort the products within individual categories differently than the sorting in the store at large. So while the product list and most categories might be sorted alphabetically, you could have others sorted by price as ascending or descending. You can sort the products by a specific category and then on the next screen, make minor changes to re-arranged that sorting. This gives you the ability to move certain products to the top for more customer visibility. You can also list up to 999 product codes in the order you want them and they can appear before any other products on the product list, search and each category screen. This ability to assign a sort order number also makes it possible to display an image, e.g. new or hot, to all products with a sort order number less than the trigger you assign using OpenUI hook points or tokens. You can also elect to count the products in each category. If you do, the counts will be available at runtime in Merchant. By having the data in a quick lookup table, Merchant does not have to count the products in each category as it displays the category list in the category tree. It simply shows the previously stored totals. This option cannot be used in stores which use availability groups to hide products from some customers because the totals would show the amounts for all products in each category. The sorter module provides OpenUI hook points to display the products in category total after the category name. To use that option, your store needs to have the OpenUI installed. Alternatively, the module has a token which can be run by other 3rd party modules to report the products in category totals. That method may or may not require the OpenUI, depending on the module which is going to use the token. If you have OpenUI version 4.935 or newer, the Sort Categories and Products link appears in the upper admin menu under the Categories and Products headings.

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

    From: Sorting Modules / Sort Categories and Products Modules
    Relevance: 49.59%%

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

    Bookmark Sort Categories and Products <-- Just click this link and then add to your favorites!

    Back to Top

    13 Template Suite v5 Sebenza Studios / Miva Central

    Add this power packed combo and save! This template suite will give you features like: Multiple product and category templates, product sorting, breadcrumbs, topseller displays, pagination, product counts, sub-category listings, and more! Save now with the Template Suite.

    This suite includes:
    1. Category Template Manager - multiple templates, customer product sorting, etc.
    2. Product Template Manager - multiple templates, breadcrumb display,etc
    3. Category Tree Template - modification of category tree, custom links, etc.

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

    From: Module Bundles
    Relevance: 48.65%%

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

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

    Back to Top

    14 Product Flags Pro v5 Advanced Development Solutions / Miva Central

    Attract your shoppers attention to specific products by flagging them down as New, Featured, Special, etc. This module is packed with features like up to three, administration defined product flags, for your each of your products. Module is automatically configured with the above named flags, but can be easily changed to whatever you want. You can display text or icons, for each of the flags, on any of the product related screens such as Category, Product, Product List and Search. The module also provides a Template, for each of the flags, and Token Items to display a list of flagged products based on a specific Category or All flagged products. You can display any of the specific Product Flag Lists in any of your MIVA Merchant Pages. You can even control the number of products for each list and how the list is generated, random or standard order.

    The ADS Product Flag Pro Module Features:

    • Two levels of flagged product display
      • Each assigned product displays text or icon flag(s) in Category, Product, Product List and Search pages. Store Administrator controls flag names, icons and optional flag links to explain a particular feature set.
      • Display a flagged product list, for each of the tree flags, on any Merchant page based on the product flag assignment. Display flagged products in a specific Category or All products. Control number of products in each list and and how the list is generated, random or standard order.
    • Automatic installation and assignment of SFNT, PROD, CTGY, PLST and SRCH pages with a required item.
    • Built-in, easy to customize templates for product list display of each of the tree flagged products types.
    • Menu-Driven control for Flag text, icons and a flag links, which can be used to take a customer to another page explaining a particular feature set.
    • Easy flag assignment on Product administration pages.
    • Built-in, user friendly import function makes product flag assignment to multiple products quick and easy.
    • List of token items and item placement suggestions to make installation quick and easy.
    • Items can be used on any of Miva Merchant template screens. This includes storefront, category, product, product list, search, etc.
    • HTML and Merchant template scripting knowledge is required to make template modifications. If you do not have these skills it is recommended you contact ADS representative to get assistance with template design and customization.

    Sample Search Results or Product List sceenshot with various flags displayed.

    Sample Strore front sceenshot with random three Product Lists of flagged products.

    Module installation and functionality has the following requirements:

    MIVA Merchant Version 5.x+

    Settings and control this module provides are used in conjunction with Item ads-prodflags and any Merchant related templates.

    HTML and template scripting knowledge is required to make template modifications. If you do not have these skills it is recommended you contact ADS representative to get assistance with template design and customization.

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

    From: Account Screen Modules
    Relevance: 48.41%%

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

    Bookmark Product Flags Pro v5 <-- Just click this link and then add to your favorites!

    Back to Top

    15 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

    From: Category Tree Modules
    Relevance: 47.23%%

    Rating: (0.00) Votes: (0) Hits: (1624) Reviews:
    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

    16 Plug N Play Pack #5 Luray / Design Extend

    Older Modules Not Available Compiled!

    The OpenUI Extension Module Kit features 32 extensions. LICENSE IS PER DOMAIN.

    The Plug N Play Pack #5 includes the abilities to:

    Begin_Screen & General

    multinavbars.mv - Alternate Navigation Bar Menus. Will display a different Alternate HTML Menu for each screen. Displays normal Navbar for any missing HTML file files.

    newframe.mv - Basket Contents Required Before Checkout. Checkout is called in NEW SCREEN. Useful to break out of frames.

    bodyheader.mv - Adds a Perpetual Header to the Body of ALL screens.addthumball.mv - Adds Thumbnail Image on Left End of Line on all Product Line Display Screens. (Category, Search, Product List and Related Products.

    nocodelinknameall.mv - Removes "Code" and adds a link to "Name" on all Product Line Display Screens. (Category, Search, Product List and Related Products.

    Store Front Screen

    nocattreesfnt.mv - Removes Category Tree from Store Front Screen.

    Category Screen

    adddesccatexp.mv - Places Description below quantity in basket on Category Screen Expanded Display.

    addmorecatexp.mv - Add More Info Button to Category Screen Expanded. Displays either gif or grey button. Displays above "Add to Basket" and "Buy One Now" buttons.

    addmorecatline.mv - Add More Info Button to Category Product Line Display Screen. Displays either gif or grey button. Displays left of "Add to Basket" and "Buy One Now" buttons.

    addquancat.mv - Add Quantity and Box to Category Screen.

    addthumbcatline.mv - Add thumbnail image on the Left End of the Category Screen Product Line Display

    nocodelinknamectgy.mv - Remove "Code" and add a link to "Name" in the Category Screen Product Line Display.

    autodefaultimg2X.mv - Automatically displays a default image named notavails.jpg for Thumbnails and notavail.jpg for Images. Version 2.X ONLY.

    autodefaultimg3X.mv - Automatically displays a default image named notavails.jpg for Thumbnails and notavail.jpg for Images. Version 3.X ONLY.

    addthumball.mv - Adds Thumbnail Image on Left End of Line on all Product Line Display Screens. (Category, Search, Product List and Related Products.

    nocodelinknameall.mv - Removes "Code" and adds a link to "Name" on all Product Line Display Screens. (Category, Search, Product List and Related Products.

    Product Display Screen

    autodefaultimg2X.mv - Automatically displays a default image named notavails.jpg for Thumbnails and notavail.jpg for Images. Version 2.X ONLY.

    autodefaultimg3X.mv - Automatically displays a default image named notavails.jpg for Thumbnails and notavail.jpg for Images. Version 3.X ONLY.

    autoimggifjpgprod.mv - Automatically displays either GIF or JPG images. No need to set path in admin. Displays a default image named notavail.jpg for Images not found. Version 2.X and 3.X.

    autoimgjpgprod.mv - Automatically displays JPG images. No need to set path in admin. Displays a default image named notavail.jpg for Images not found. Only searches for JPG images. Version 2.X and 3.X.

    autoimggifprod.mv - Automatically displays GIF images. No need to set path in admin. Displays a default image named notavail.gif for Images not found. Only searches for GIF images. Version 2.X and 3.X.

    noattribqtyprod.mv - Remove Quantity and Attributes in Product Display Screen.

    Product List Screen

    addthumball.mv - Adds Thumbnail Image on Left End of Line on all Product Line Display Screens. (Category, Search, Product List and Related Products.

    nocodelinknameall.mv - Removes "Code" and adds a link to "Name" on all Product Line Display Screens. (Category, Search, Product List and Related Products.

    addthumbplst.mv - Adds Thumbnail Image on the Left End of the Product Line Display on the Product List Screen.

    nocodelinknameplst.mv - Removes "Code" and adds a link to "Name" on Product Line Display on the Product List Screen.

    addmoreplstline.mv - Adds More Info Button on the Product Line Display on the Product List Screen.

    Search Screen

    addthumball.mv - Adds Thumbnail Image on Left End of Line on all Product Line Display Screens. (Category, Search, Product List and Related Products.

    nocodelinknameall.mv - Removes "Code" and adds a link to "Name" on all Product Line Display Screens. (Category, Search, Product List and Related Products.

    addthumbsrch.mv - Adds Thumbnail Image on the Left End of the Product Line Display on the Search Screen.

    nocodelinknamesrch.mv - Removes "Code" and adds a link to "Name" on Product Line Display on the Search Screen.

    addmoresrchline.mv - Adds More Info Button to Related Products on the Search Screen.

    Related Products

    addthumball.mv - Adds Thumbnail Image on Left End of Line on all Product Line Display Screens. (Category, Search, Product List and Related Products.

    nocodelinknameall.mv - Removes "Code" and adds a link to "Name" on all Product Line Display Screens. (Category, Search, Product List and Related Products.

    nocodelinknamerel.mv - Removes "Code" and adds a link to "Name" to Related Products on the Product Display Screen.

    addmorerelated.mv - Adds More Info Button to Related Products on the Product Display Screen.

    addthumbrelatedprod.mv - Adds Thumbnail Image on Left End of Line to the Related Products on the Product Display Screen.

    noaddrelatedprod.mv - Removes Add to Basket from Related Products on the Product Display Screen.

    nonamerelatedprod.mv - Removes Name from Related Products on the Product Display Screen.

    nopricerelatedprod.mv - Removes Price from Related Products on the Product Display Screen.

    nocoderelatedprod.mv - Removes Code from Related Products on the Product Display Screen.

    Upsell Screens

    dispthumbupsell.mv - Displays Thumbnail instead of Full Sized Image on the Upsell Screen.

    nocodeupsell.mv - Removes "Code" from the Upsell Screen.

    nowtupsell.mv - Removes "Weight" from the Upsell Screen.

    Almost all of these Extension Modules are completely "Plug-N-Play". Designed/Written by Luray Williams.

    If you are not using OUI version 3.11 or above you must upgrade to at least version or these modules may not run correctly. The latest version of Open UI can be downloaded at http://www.openui.org

    Customers receive access to a private support forum at the DesignExtend Miva Merchant Discusson Boards. Full instructions on installation included.

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

    From: Module Bundles
    Relevance: 46.29%%

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

    Bookmark Plug N Play Pack #5 <-- Just click this link and then add to your favorites!

    Back to Top

    17 Percent Off Based on Quantity by Category v5 Emporium Plus / Miva Central

    Volume pricing at the category level. Easily offer a discount based on the number of items inthe basket and the categories those items are in. This module is for MIVA Merchant 5.x. We also have the corresponding module for an older version of Merchant.

    Features:
    - Discount based on number of items ordered
    - Set up to 4 tiers of discounts per category group
    - Can have 8 groups (each containing one or more categories), each with 4 different discount tiers
    - Category wide, multi-category or store wide discounts
    - Optionally apply discount after other discounts have lowered the subtotal
    - Discount shows at checkout as separate line item
    - Optionally display updated discount in basket prior to checkout using render token
    - Can use wildcard instead of entering category codes for the group
    - Can exclude a single price group, e.g. Wholesale, from receiving the discount

    Feature Details:
    Thedefault is to calculate product charges in the specifiedcategory(ies) (including attribute charges) to determinethe subtotal to discount. You canoptionally include non-product charges in the calculation.

    In admin, the store owner configures the triggerlevels (number of items needed to activate the discount) and thecorresponding percentage off. The store owner candesignate 1 - 4 trigger levels so that he/she can vary thepercentage discount based on the number bought. Reward thecustomer; the more the customer buys, the higher thediscount percentage.

    The storeowner then includes a list of category codes that willbe used in the calculation. Use this module forcategory-wide or store-wide discounts.

    The discount amount willappear during checkout on the screen after the customer hasentered their shipping method. This allows Merchant toinclude (optionally) any miscellaneous fees or coupons redeemedon the Shipping - Payment selection screen so the subtotal willbe adjusted before the discount.

    In admin you can setup eight separate groups withtheir own four-tiered discount and categories. Hence, if you want to discountone category of products with one set of rules (levels) and another categorywith a different set of rules, you can do this. Multiple categories can beassigned to each group. As the basket is scanned, the quantities are subtotaledfor each group. The discount is applied based on each group's rules, then summedtogether at checkout. You can optionally display the updated discounts prior to checkout in the regular basket screen, recalculatingand updating discounts based on changing basket contents.

    In admin, you can chooseone price group, e.g. Wholesale, which is not eligible for the discount since theypresumably already benefit from significantly lower prices.

    You can use the asterisk(*) to replace the category codes. When the module encounters the asterisk instead ofcategory codes, it considers all further products eligible. As example, the asterisk inthe first group would make all products in the store eligible for the discount. On the other hand,category codes in the first group would apply the first group rules to those categories.Then if there is an asterisk in the second group, all other products in the store woulduse those discount rules.

    The module currently fully supports the mivasql configuration of MIVA Merchant 5. It also supports MySQL as long as load balancing has the data stored on the single MySQL server. This would be the case in most of the server setups. For those that are not, we are in the process of converting the code for that remaining, very small group of MIVA Merchant stores. At this time we have not had a problem. Modules will be moved to the top of the queue as needed.

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

    From: Discount Modules / Category Specific Discount Modules
    Relevance: 45.11%%

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

    Bookmark Percent Off Based on Quantity by Category v5 <-- Just click this link and then add to your favorites!

    Back to Top

    18 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

    From: Category Tree Modules
    Relevance: 44.88%%

    Rating: (0.00) Votes: (0) Hits: (1323) Reviews:
    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

    19 Plug N Play Pack #2 Luray / Design Extend

    Older Modules Not Available Compiled! No Longer Available!

    The OpenUI Extension Module Kit features 32 extensions. LICENSE IS PER DOMAIN.

    The Plug N Play Pack #2 includes the abilities to:

    • Add Agreement Page before Checkout. The checkout button on the navbar and the Buy 1 Now buttons on the Category Screen, Search Screen and Product List calls an agreement page to which the customer has to agree or dissagree. Choosing agree takes you to login/checkout. Not agree takes you back to the storefront. Will display either image or grey button.
    • Create a horizontal display with no image. Displays Product Name, Description, Retail Price, Discount, Your Price, Weight, and Quantity. Retail price is controled as an adjustable percent of markup over price. Will display either image or grey button.
    • Add calculated Retail Price and Discount Price on Category Screen. Retail price is controled as an adjustable percent of markup over price.
    • Add calculated Retail Price and Discount Price on Product Display. Retail price is controled as an adjustable percent of markup over price.
    • Add calculated Retail Price and Discount Price on Product Display. Retail price displays the Cost Field.
    • Remove weight from the Product Display if the weight is Zero.
    • Remove the Place Order Without Account from the login screen and directs the customer to login on initial store access.
    • Redirect Add 2 Basket on Category Screen and Product Display to return to Product List.
    • Remove Price from Product Screen.
    • Move Product Description to Right of Image and Removes Weight from Product Display.
    • Add the Product Description to the Category Screen just above the addone and buyone Buttons.
    • Add Category Tree to Login Screen.
    • Add Category Tree to Search Screen.
    • Replace Code with hyperlinked Thumbnail on Product List.
    • Replace Code with hyperlinked Thumbnail on Search Screen.
    • Make Basket Contents Required Before Checkout on the Category Screen Only. Includes Basket Contents Continue Shopping and Continue Checkout links.
    • Move all text, attributes, everything below image on Product Display.
    • Reduce the Attribute Text Box display from 40 to 30 on the Product Display and on the Attribute Screen.
    • Leave shoppers in Basket Contents when clicking on Add to Basket in Product Display page only.
    • Create an Alternate Information display on the Category Screen below the Name. Alternate Information is entered in the Product Data Field separated from the Description by a ^. Product Display shows regular description.
    • Display a different html menu for each button on the Navigation Bar.
    • Buy Buttons go direct to Checkout on Category Screen and Product Display. No Quantity in Basket, Weight, Attributes or Quantity. Primarily for stores with few products or single purchase type items.
    • Create a Button Up-Button Down effect. If the alternate button exists it will display for the selected button. If it does not exist the selected button will not display.
    • Remove Price, Total Price, Shipping Cost and Sales Tax from Category Screen, Product Display, Product List, Basket Contents, Search, Invoice and all Checkout Screens.
    • Remove price only from the Category Screen.
    • Remove Add One To Basket and buy One Now buttons from Cagegory Screen, Product Display, Product List, and Search Screen.
    • Remove Category Tree and replace NavBar with message: Our Mall is temporarily closed for maintenance. Please check back soon.
    • Remove Price, Quantity and Add to Basket Button on the Product Display Screen if the price is zero. Displays Call for Price instead.
    • Remove Price, Quantity, Add to Basket and Buy 1 Now Button on the Category Screen if the price is zero. Displays Call for Price instead.
    • Create a horizontal display of all information and displays more products on screen. Will display either image or grey button.
    • Add Attributes and Quantity to Category Screen.
    • Place Click to Print for your Records button at the top of Invoice centered.

    All extensions are designed to just Plug AND PLay in OpenUI stores. Designed/Written by Luray Williams.

    Customers receive access to a private support forum at the DesignExtend Miva Merchant Discusson Boards. Full instructions on installation included.

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

    From: Module Bundles
    Relevance: 43.70%%

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

    Bookmark Plug N Play Pack #2 <-- Just click this link and then add to your favorites!

    Back to Top

    20 Merchant HTML WYSIWYG Editor v5 Advanced Development Solutions / Miva Central

    Advanced Development Solutions has taken a popular HTML Editor for the Internet, developed by Frederico Caldeira Knabben and customized it to work seamlessly with Merchant Administration. Allowing store managers to easily bring rich content to their stores without ever using an external editor or writing HTML directly. All text area fields in the Merchant store administration, that do not contain User Interface Items, will have this option. This includes Store, Category, Product and Third Party Enhancements. The editor is fully compatible with User Interface Entities, making it easy to integrate dynamic content with HTML. We also offer this module for an older version of Merchant.

    Testimonials
    I have the Merchant HTML WYSIWYG Editor module installed and working on huntsvillegenerator.com, and I have to tell you that I am very impressed. Frankly, I was a bit concerned about using a module in a production setting that had just been released, but this is something that I have been waiting for someone to develop for a long time. After using it for a few minutes I had no more concerns. Now my clients can easily enter and edit product descriptions, category headers, and the storefront without having to scroll sideways or learn what
    and

    tags are. I built the entire site in Miva using openDesigner, and the content for each page is contained in User Objects. Your module is an essential tool for managing that content. Bravo!

    Paul Neal
    President
    NealTech Web Services, Inc.

    The editor provides many HTML editing feature like:

    • Font formatting: type, size, color, style, bold, italic, etc
    • Text formatting: alignment, indentation, bullets list, etc
    • Cut, Paste and Past as Plain Text, Undo and Redo
    • Paste from Word cleanup with auto detection
    • Link creation
    • Anchors support
    • Image insertion, with upload
    • Table creation and editing (add, delete rows, etc)
    • Table cells editing (size, colors, etc)
    • Form fields
    • Right click context menus support
    • Double click edit menu support
    • Spell checker
    • Multi-language support with automatic client language detection.
    • Lightweight and fast
    • Compatible with Internet Explorer 5.5+
    • Automatic browser detection

    Editor installation and functionality has the following requirements:

    • Module will conflict with MvCool Launchpad. To use the MvCool Launchpad with this module, contact the developer to obtain HTML Editor version with support for the Launchpad and special instructions.
    • Editor will not be available for fields that contain HEAD, BODY or Merchant User Interface Items.
    • Editor will not function through SSL Merchant Administration login.
    • FTP access required to copy editor used images and javascript files.
    • Merchant Versions older then 4.0 must be installed by a Advanced Development Solutions. A modification needs to made to Merchants "admin.mv" file in order for this module to function properly.
    • Javascript enabled Internet Explorer 5.5+ browser.

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

    From: Administrative Modules
    Relevance: 42.52%%

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

    Bookmark Merchant HTML WYSIWYG Editor v5 <-- Just click this link and then add to your favorites!

    Back to Top
  • Next Page »

    Pages: [1] 2 3 4 5 6 7 >>

    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.