The NetPush Advanced Inventory Module allows Miva Merchant store owners to track inventory within Miva Merchant all the way down to the attribute/option level. The module has numerous configuration settings that should allow the admin to display and track any simple or complex inventory configuration. Inventory levels are only adjusted at checkout time so there is no need to worry about old baskets causing inventory problems. The module comes with an import and export module that allows administrators to easily update inventory levels by using csv files. We suggest using template modules like Viking Coder's Product Templates and
Category Templates if you want better control of the look and feel of your pages with regards to inventory. This will allow you to use tokens for display. Otherwise, you will have to settle for built in hook point displays that are built into the module and are configurable through the administration area. The Advanced Inventory Module will send email when stock goes below certain configurable low stock level and can disable products when stock goes below the out of stock level. Administrators can also customize every message shown to the user. Fine grain customizations are made easy because the module allows product level configuration settings the ability to override global inventory configuration settings. This allows Miva Merchant Administrators the ability to customize inventory configurations for every product, if he or she wishes.
Notes: - OpenUI Tokens
This module can be used with OUI OpenTokens. To use the module with Viking Coders template modules, see the OpenToken instructions and examples in the documentation on the NetPush.com site.
- Product Upsell
This module does not show stock information on the product upsell screens at this time. Stock is still tracked in the basket and checkout, but no current stock level is shown on the upsell screens during checkout unless you are using alternatives like tokens in templates.
- Basket Redirect and Error Message
The user is automatically redirected to the basket screen if he or she adds items to the basket that makes the product go out of stock or if the product is already out of stock. The error message is shown above the basket screen using a hook point in the Open UI. The message is configurable in the admin area.
- Checkout Screen Error
If configuration is setup to do so, the module will block a user from checking out if their basket has an item that is out of stock. This message is shown automatically at the top of the screen. The message is configurable in the admin area.
- Pipes ( | )
Product codes, attribute codes, and option codes must not contain the pipe character. NetPush Advanced Inventory uses the pipe to delimit for lookups. Pipes in your codes will cause the module not to work correctly.
Requirements: - Open UI 4.723+
This module requires that you have OpenUI installed in your store. The module uses hook points in the OpenUI. You must have OpenUI version 4.723 or higher if you plan to use the OpenToken functionality available in this module. Please see the OpenUIsite for information about latest versions and bug fixes.
- Miva Empressa 3.96+
This module requires that you have Miva Empressa 3.96 or higher. The module uses functionality that is only available in newer versions of the Empressa Engine. Miva regularly releases new versions of Miva Empressa and the Virtual Machine to add new functionality and fix bugs. If you are on an older version, consider contacting your hosting company. You can find the Miva Empressa version at the top left hand of your Store Administrator when you first login. It should show your Miva Merchant version and your Miva Empressa version.
- Miva Merchant 2.x, 3.x, and 4.x
This module should work with most versions of Miva Merchant. In order to use the deactivate product option, you must be on version 3.0+. All testing and development was done on versions 4.13+.
Global Configuration Screen All inventory settings will use the global configuration settings found in the Miva Merchant Administration area under Stores > Your Store > System Extension Configuration > NetPush Advanced Inventory. One may override these settings for products (see product level settings below). Each product must also be manually turned on before tracking starts. See product settings below.
Configuration Settings
- Use NetPush Inventory
You must set this to "Yes" if you want the module to be turned on. If this is set to "No", the module will not do anything.
- Amount considered out of stock
Usually this would be 0, but it can be set to any number, including negative numbers. Once the stock level reaches this number, it will be considered out of stock.
- Deactivate when product level is out of stock
In Miva Merchant versions that support it, the module will turn the Active flag for a product to off, if the product reaches the out of stock level. This only works on the product level, not for the attribute/option level.
- Allow purchase even after out of stock
Turning this on will allow customers to purchase products even after they go below the out of stock level. This could be a backorder situation.
- Automatically remove from basket
When a user adds products to the basket, the products will be removed if it makes the inventory go below the out of stock level and the admin is not allowing purchases when products are out of stock. Please take note that this option could cause problems if other modules are installed that also act on the basket.
- Send Low Inventory Notices
Turn this on to receive email warnings when inventory goes below the low inventory level.
- Amount considered low
The level that is considered low. Use this setting to trigger emails that will warn you when inventory is hitting a low level.
- Low Email To Address
Set this to the email address of the person who should be receiving emails when stock is at a low level.
- Low Email From Address
Set this to the email address that should be set as the from address in low stock emails.
- Low Email Subject
The subject of the low stock email. This field has token replacement.*
- Low Email Body
This is the body of the low stock email. This field has token replacement.*
- Automatically change stock levels
Turn this on if you want the system to subtract stock when a user purchases. If this is set to "No", the system will not update stock levels.
- Show out of stock messages
Turn this on to show out of stock messages on the product page when stock goes below the out of stock level.
- Show in stock messages
Turn this on to show how much stock is left on the product page.
Out of Stock Messages* - Product Level
This message is shown to the user on the product page below the shipping weight.
- Attribute Level - Checkbox
This message is shown to the user on the product page next to a checkbox option.
- Attribute Level - Radio Buttons
This message is shown to the user on the product page next to each radio button option.
- Attribute Level - Select Box
This message is shown inside of the drop down on a select box. HTML should not be used here.
In Stock Messages* - Product Level
This message is shown to the user on the product page below the shipping weight.
- Attribute Level - Checkbox
This message is shown to the user on the product page next to a checkbox option.
- Attribute Level - Radio Buttons
This message is shown to the user on the product page next to each radio button option.
- Attribute Level - Select Box
This message is shown inside of the drop down on a select box. HTML should not be used here.
Other Messages* - Out of Stock - Basket Line Marker
This helps the user to see which products have gone out of stock when looking at the basket. A red asterisks may be a good indicator for the user.
- Out of Stock - Basket
This message is shown to the user above the basket when a product has gone out of stock when adding, updating, or looking at the basket. Products can go out of stock at anytime, even after a user adds it to their basket. This is because stock levels only change after checkout.
- Out of Stock - Checkout
This message is similar to the out of stock basket message. It is shown on the payment screen during checkout. This should be considered one final inventory check before allowing the user to purchase.
* Token Replacement This module has a few built in tokens for messages that allow you to give yourself and the user more detailed information. Some of the tokens below can only be used on certain screens, or in emails.
%%stock%% - Displays the current stock level. (1,2,3) %%basket_quantity%% - Displays the amount in the basket and is unlikely to be used. (1,2) %%available%% - Displays the amount of stock left before hitting the out of stock level. (1,2,3) %%oos_level%% - Displays the out of stock level. (1,2,3) %%line_items%% - Displays a list of line items that are effected. (1,2) %%product_id%% - Displays the product id. (1,2,3) '%%product_code%% - Displays the product code. (1,2,3) %%product_name%% - Displays the product name if available. (3) %%attribute_code%% - Displays the attribute code, or None if the effected product is only being tracked at the product level. (1,2) %%option_code%% - Displays the option code, or None if the affected product is only being tracked at the product level. (1,2)
1. Is used for the low stock email body and subject 2. Is used for the out of stock basket message and out of stock checkout message 3. Is used for the in stock and out of stock messages on the product pages.
Product Configuration Screen All inventory settings will use the global configuration settings found in
the Miva Merchant Administration area under Stores > Your Store > System Extension Configuration > NetPush Advanced Inventory. To override these settings at the product level, go to the product in the administration area and click on "NetPush Advanced Inventory". You will see the settings below. Configuration Settings
- Use NP Inventory on this Product
You must set this to "Yes" if you want to track inventory on the product. You must manually set this to "Yes" for every product that you want to track. If this is not set to "Yes", no inventory tracking will take place. By default, no product is tracked.
- Override Global Settings
If this is set to "Yes" the configurations settings will be taken from the individual product screen instead of from the Global configuration settings found under under system extension configuration. If set to "No", the module will use the global settings from above when doing inventory for the product. The default is to use the global settings.
- Amount considered out of stock
Overrides same setting under Global Configuration.
- Deactivate when product level is out of stock
Overrides same setting under Global Configuration.
- Allow purchase even after out of stock
Overrides same setting under Global Configuration.
- Automatically remove from basket
Overrides same setting under Global Configuration.
- Send Low Inventory Notices
Overrides same setting under Global Configuration.
- Amount considered low
Overrides same setting under Global Configuration.
- Low Email To Address
Overrides same setting under Global Configuration.
- Low Email From Address
Overrides same setting under Global Configuration.
- Low Email Subject
Overrides same setting under Global Configuration.
- Low Email Body
Overrides same setting under Global Configuration.
- Automatically change stock levels
Overrides same setting under Global Configuration.
- Show out of stock messages
Overrides same setting under Global Configuration.
- Show in stock messages
Overrides same setting under Global Configuration.
Out of Stock Messages* - Product Level
Overrides same setting under Global Configuration.
- Attribute Level - Checkbox
Overrides same setting under Global Configuration.
- Attribute Level - Radio Buttons
Overrides same setting under Global Configuration.
- Attribute Level - Select Box
Overrides same setting under Global Configuration.
In Stock Messages* - Product Level
Overrides same setting under Global Configuration.
- Attribute Level - Checkbox
Overrides same setting under Global Configuration.
- Attribute Level - Radio Buttons
Overrides same setting under Global Configuration.
- Attribute Level - Select Box
Overrides same setting under Global Configuration.
Other Messages* - Out of Stock - Basket Line Marker
Overrides same setting under Global Configuration.
- Out of Stock - Basket
Overrides same setting under Global Configuration.
- Out of Stock - Checkout
Overrides same setting under Global Configuration.
Setting Product Inventory Levels
 The administrator can set product inventory levels by going to the product page within the Miva Merchant admin area and clicking on NetPush Advanced Inventory. This is the same screen as the product level configuration. Product inventory levels are shown below the configuration area. To add new inventory, use the yellow add button. To edit inventory, click white add button next to the inventory entry.
The module checks inventory by looking at a unique combination of Product Code, Attribute Code, and Option Code. When entering stock levels, you enter the codes separated by a pipe. For example, shirt1|color|red, where shirt1 is the product code, color is the attribute code, and red is the option code. If you do not set an inventory level for an existing product attribute combination, no tracking is done. Setting a stock level of -9999 has the same effect. Inventory at a product level You may choose to only track inventory at a product level in combination with or not at an attribute level. To enter a stock level for a product, simply use prodcode||. This tells the system that you are tracking the product code, but not the attributes or options by leaving them blank. Using -9999 for a stock level will temporarily turn inventory tracking off. Inventory at the attribute level (checkbox, select box, radio buttons) Checkbox - prodcode|attrcode|(the last field should be left blank, as checkboxes have no options) Select Box and Radio Buttons - prodcode|attrcode|optcodeAll 3 are required and must be unique, even if you are using attribute templates. If you are using normal templates in combination with attribute templates, make sure you do not give them duplicate code names.
Using Advanced Inventory with Template Modules and OpenTokens
The Advanced Inventory Module can be used with 3rd party template modules like the ones from Viking Coders by using Open UI tokens on product pages to display current inventory levels. Please note that token support has not been completely tested as of yet.
%module|npinventory|stock_level% Returns the stock level for the product, attribute, option combination. To ensure that this works correctly, you should set g.NPI_Product_Code, g.NPI_Attribute_Code, and g.NPI_Option_Code to the current product code, attribute code, and option code. On a checkbox, make sure to set g.NPI_Option_Code = ''. On a product level, make sure to set the attribute and option variables to ''. After these globals are set, call the token. If the return value is -9999, the item is not being tracked.
%module|npinventory|stock_available% Same as above but shows the amount available.
%module|npinventory|oos_level% Same as above but shows the out of stock level. %module|npinventory|stock_list% This token will set a global variable that contains an array of structures. You must set g.NPI_Product_Code equal to the current product code before calling the token. This array contains all of the product code, attribute code, and option code combinations for a specific product. It also contains the available stock, out of stock level, and other information shown below. This token makes it easy to create a stock table using OpenUI tokens in Viking Coders templates or in a product header or footer. Code examples are available in the help pages on the NetPush.com site. Array Structure: g.NP_Inventory_StockList[i]:attribute_code - Attribute Code g.NP_Inventory_StockList[i]:option_code - Option Code g.NP_Inventory_StockList[i]:stock_level - Stock Level g.NP_Inventory_StockList[i]:oos_level - Out of stock level g.NP_Inventory_StockList[i]:available - Stock Level minus out of stock level g.NP_Inventory_StockList[i]:allow_pur - Allow purchases even if out of stock from admin settings g.NP_Inventory_StockList[i]:low_amount - Low amount from admin settings g.NP_Inventory_StockListLen - Variable that tells you how many items are in the array (represented by i above)
Price: $149 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: Inventory Modules
Relevance: 99.99%%  Rating: (0.00) Votes: (0) Hits: (1577) Reviews: Rate It - Review It - Modify It - Report It Bookmark NetPush Advanced Inventory
<-- Just click this link and then add to your favorites! Back to Top
Now you can set the line display of your Related Products just the way you want. With this module you can populate up to seven columns from 15 select options: Thumbnail Image, Code, Name, Linked Name, Description, Alternate Description (or Weilands Flexible Description), Short Description, Weight, Price, Quantity in Basket, Inventory Message, More Info Button, Quantity Box, Add to Basket and Buy Now. Features Include: - Set Pagination.
- Set Primary and Alternate Line Background Colors.
- Enable or Suppress Label Bar.
- Set Label Bar Color.
- Create your own Labels.
- Option to set the Label Bar so it will not display on screens with no products assigned.
- Set Horizontal Rule between Product Lines, size and width control.
- Set Horizontal Line between Product Lines. Choose color and height. Works well as a spacer.
- Total Table Control over your display.
- With Outer and Inner Table control you can set up your own alignment, cellpadding, background color with and borders.
Price: $29.95 Upgrade Cost: $20
Upgrade Terms (If Any): N/A Compatibility: OpenUI Versions:
4.x, 4.14-4.16x (Available Compiled) Other Module Compatibility: N/A From: Related Products Modules
Relevance: 30.23%%  Rating: (0.00) Votes: (0) Hits: (1174) Reviews: Rate It - Review It - Modify It - Report It Bookmark Related Products Line Display
<-- Just click this link and then add to your favorites! Back to Top
The Thumb Wizard Pro is a Category Screen display control module designed to use unique displays for different categories. This module will allow you to create up to six different Expanded Layouts controlling the number of Columns, Text Position and Pagination for specified categories. You may also create one Line Layout. User Friendly for any skill level, use Checkboxes, Tokens or both to create your display. Fully compatible with any third party modules designed to use Open UI Tokens.
Current users of the Thumb Wizard will find a vast amount of additons and improvements. Features: - Options to customize category screen layout, including forcing all categories to a specific display. You can change the positions of text, set number of columns, set pagination and tighten up displays. You can even set specific categories to display different ways pased on the category code prefix.
- Supports OpenUI Token Usage - five token entry boxes are available for both above and below product thumbnail images, allowing you to enter an unlimited amount of additional content.
- You choose the fields! You select which fields display on the category screen. You can choose to include or NOT include image, name, price, etc.
- Set table cell parameters - you can set specific widths of each table's cell, and set alignment of images and text.
- Add functional elements like a quantity box or force the customer to basket screen after adding a broduct. You can even include a short description of each product, based on XX amount of characters from the product's full description.
- Activate Inventory Management
- Activate the Price Wizard or Price Wizard Pro
- Activate Flexible Product Description (module), Volume Pricing (module) or More Info buttons
- Add Horizontal Ruling
- Set absolute image heights or widths
- Auto display of images - if you name all thumbnails the same as your product code (with th), you can have those images auto called in, with NO NEED to add them through the Miva Merchant admin!
- Default Images and Image Names - if there's no product thumbnail, you can set an auto image to display.
- Active Popup Windows - customize the text, the image, window widths, heights and more.
Price: $44.95 Upgrade Cost: $20
Upgrade Terms (If Any): N/A Compatibility: OpenUI Versions:
4.x, 4.14-4.16x (Available Compiled) Other Module Compatibility: N/A From: Category Screen Modules
Relevance: 26.91%%  Rating: (10.00) Votes: (0) Hits: (1601) Reviews: Rate It - Review It - Modify It - Report It Bookmark Thumb Wizard Pro
<-- Just click this link and then add to your favorites! Back to Top
Upon the order completion the module creates a temporary directory with cryptic name (you can define the length of the random cryptic directory name), locks it with user name/password and copies there all ordered products or documents that are set up for download (or remote access - e.g. at courses or member restricted websites). Beyond the (optional) login/password, it allows an additional security with (optional) crosschecking of cookies, IP address, browser version and several other parameters. You can also set the account expiration time after which the directory will be automatically removed. All this runs with symbolic links, it means the original files or documents are stored out of the public area, in the Miva data directory and they are not transferred or copied physically. So for example if you have a software product or a document for download of 1MB and 100 active customers, it does not take 100MB of disk space, but still just 1MB - and additionally the account creation is much faster and less resource intensive than when copying whole files. Notifications with the download links may be sent to the customer either immediately upon the purchase with a selected payment method (e.g. a credit card) or after approving the order manually from the Ultra Batch Report. If you do not own the Ultra Batch module, you can use the MmHTML (Merchant Notification Email module) instead of the MmHTMLc (Customer Confirmation Email module) and forward the received Merchant notification e-mail to the customer after approving the purchase. - Software, Content, Website access delivery through protected URLs
- Multiple protection: cryptic URL name, password, IP address, host name, cookie, browser version, language settings,...
- MmPASS optionally either re-uses Miva Merchant passwords or generates own secure random passwords of defined length.
- Account expiration time may be set from seconds to years long
- Subsequent orders of a customer may be optionally kept in his personal folder or in a new folder with separate settings and protection.
- No neccessity to set up each product individually. All files may be set up quickly with a single customizable name pattern to avoid complicated settings.
- Original data are stored in the non-public Miva data directory with no access from the web.
- No files are being copied - only a single set of the original files remains on the disk. Virtual copies are created without moving any data, through symbolic links.
- Solution with symbolic links means no additional disk space requirements
- Creating symbolic links is much faster and less resource intensive than copying of files
- NO external cgi programs are necessary and therefore high compatibility and easy installation is provided
- Each product may be associated with a single or multiple files, documents, directories, URLs or with a whole tree structure.
- You can mix software and hardware (downloadable and non-downloadable products)
- Different files / URLs may be optionally offered for products with attributes / options.
- Product attributes / options may be served as independent products (same file for all products) or another file may be defined for each product/attribute combination.
- At each product, different files may be served for users depending on their location or other parameters.
- You can deliver the URLs do the customer immediately upon payment (with MmHTMLc) or later after a manual approval (with MmHTML or with MmPSLP and the Ultra Batch Report)
- NEW: You can select payment methods for automated and manual processing
- NEW: members/customer may now use common entry URL (simple to remember)
- NEW: Admin interface in Ultra Batch - account managment
- NEW: individual expiration time for each product may be set now
- Supports Miva Merchant 2, 3 and 4 on Unix / Apache and with some restrictions also on Windows servers
- Does not require OpenUI. Works with both OUI and MMUI.
- No OUI hook conflicts - truXoft modules are 100% conform to the Miva Merchant API, they do not use OUI extensions and therefore never cause hook conflicts with other modules, otherwise common at OUI modules.
Price: $199.95 Upgrade Cost: $59.95
Upgrade Terms (If Any): N/A Compatibility: MMUI/OpenUI Versions:
2.x, 3.x, 4.x, 4.14-4.16x (Available Compiled) Other Module Compatibility: N/A From: Downloadable Products Access Modules
Relevance: 25.58%%  Rating: (1.00) Votes: (1) Hits: (1637) Reviews: Rate It - Review It - Modify It - Report It Bookmark Software / Content / Access Delivery
<-- Just click this link and then add to your favorites! Back to Top
The Bulk Set Weight module allows you to specify a single weight and apply it to all products within your store. Useful if you have a large product database and need to set/reset all of their weight values. Price: $21.97 Upgrade Cost: $7
Upgrade Terms (If Any): N/A Compatibility: MMUI/OpenUI Versions:
3.x, 4.x, 4.14-4.23x (Available Compiled All 4.x Versions) Other Module Compatibility: N/A From: Administrative Modules
Relevance: 20.93%%  Rating: (0.00) Votes: (0) Hits: (1067) Reviews: Rate It - Review It - Modify It - Report It Bookmark Bulk Set Weight
<-- Just click this link and then add to your favorites! Back to Top
Now you can setup your categories' line display the way you really want. With the Category Line Layout Display module, you can populate up to seven columns from 15 select options: Thumbnail Image, Code, Name, Linked Name, Description, Alternate Description (or Weilands Flexible Description), Short Description, Weight, Price, Quantity in Basket, Inventory Message, More Info Button, Quantity Box, Add to Basket and Buy Now. Features Include: - Ability to switch all Categories to Line Display.
- Set Pagination for all categories.
- Set Primary and Alternate Line Background Colors.
- Enable or Suppress Label Bar.
- Set Label Bar Color.
- Create your own Labels.
- Option so the Label Bar will not display on Categories with no products assigned.
- Set Horizontal Rule between Product Lines, size and width control.
- Set Horizontal Line between Product Lines. Choose color and height. Works well as a spacer.
- Perpetual Category Header and Footer for information you wish to display on all Categories.
- Total Table Control over your display.
- With Outer and Inner Table control you can set up your own alignment, cellpadding, background color with and borders.
Price: $29.95 Upgrade Cost: $15
Upgrade Terms (If Any): N/A Compatibility: OpenUI Versions:
4.x, 4.14-4.16x (Available Compiled) Other Module Compatibility: N/A From: Category Screen Modules
Relevance: 20.93%%  Rating: (0.00) Votes: (0) Hits: (1591) Reviews: Rate It - Review It - Modify It - Report It Bookmark Category Line Display
<-- Just click this link and then add to your favorites! Back to Top
Set Next Order System makes it easy to set the next Order Number you wish to use in your store. It also provides an option to eliminate orphaned order numbers so they aren't used again. Price: $22.95 Upgrade Cost: $0
Upgrade Terms (If Any): Terms Compatibility: MMUI/OpenUI Versions:
2.x, 3.x, 4.x, 4.14-4.23x (Available Compiled All 4.x Versions) Other Module Compatibility: N/A From: Administrative Modules / Change Next Order Number Modules
Relevance: 20.27%%  Rating: (10.00) Votes: (0) Hits: (611) Reviews: Rate It - Review It - Modify It - Report It Bookmark Set Next Order Number
<-- Just click this link and then add to your favorites! Back to Top
Populate up to seven columns from 15 select options Options include Thumbnail Image, Code, Name, Linked Name, Description, Alternate Description (or Weilands Flexible Description), Short Description, Weight, Price, Quantity in Basket, Inventory Message, More Info Button, Quantity Box, Add to Basket and Buy Now.Other features include: Control individual Cell Alignment, Valign and Width.Switch all Categories to Line Display.Set Pagination.Set Primary and Alternate Line Background Colors.Enable or Suppress Label Bar.Set Label Bar Color.Create your own Labels.Label Bar will not display on Categories with no products assigned. Set Horizontal Rule or colored line between Products.Set Horizontal Line between Product Lines. Choose color and height. Works well as a spacer.Default Image capability.If Price Zero. Display Text or email link instead of Price.Perpetual Category Header and Footer for information you wish to display on all Categories.Total Table Control over your display. With Outer and Inner Table control you can set up your own alignment, cellpadding, background color with and borders. This combo pack includes Four Line Layout Display Control modules, each of which control: The combo pack includes all four modules. Price: $74.95 Upgrade Cost: $30
Upgrade Terms (If Any): N/A Compatibility: OpenUI Versions:
4.x, 4.14-4.16x (Available Compiled) Other Module Compatibility: N/A From: Module Bundles
Relevance: 20.27%%  Rating: (10.00) Votes: (0) Hits: (1014) Reviews: Rate It - Review It - Modify It - Report It Bookmark Line Layout Display Combo
<-- Just click this link and then add to your favorites! Back to Top
Now you can have total control over the Product List line display. With the Product List Line Display module, you can populate up to seven columns from 15 select options: Thumbnail Image, Code, Name, Linked Name, Description, Alternate Description (or Weilands Flexible Description), Short Description, Weight, Price, Quantity in Basket, Inventory Message, More Info Button, Quantity Box, Add to Basket and Buy Now. Features Include: - Switch to Line Display Layout.
- Set Pagination.
- Set Primary and Alternate Line Background Colors.
- Enable or Suppress Label Bar.
- Set Label Bar Color.
- Create your own Labels.
- Set Horizontal Rule between Product Lines, size and width control.
- Set Horizontal Line between Product Lines. Choose color and height. Works well as a spacer.
- Perpetual Header and Footer for information you wish to display.
- Total Table Control over your display.
- With Outer and Inner Table control you can set up your own alignment, cellpadding, background color with and borders.
Price: $29.95 Upgrade Cost: $20
Upgrade Terms (If Any): N/A Compatibility: OpenUI Versions:
4.x, 4.14-4.16x (Available Compiled) Other Module Compatibility: N/A From: Product List Screen Modules
Relevance: 20.27%%  Rating: (0.00) Votes: (0) Hits: (1186) Reviews: Rate It - Review It - Modify It - Report It Bookmark Product List Line Display
<-- Just click this link and then add to your favorites! Back to Top
Now you can have total control over the line display on your store's search screen. With the Search Screen Line Display module you can populate up to seven columns from 15 select options: Thumbnail Image, Code, Name, Linked Name, Description, Alternate Description (or Weilands Flexible Description), Short Description, Weight, Price, Quantity in Basket, Inventory Message, More Info Button, Quantity Box, Add to Basket and Buy Now. Features Include: - Suppress Search form box.
- Set Pagination.
- Set Primary and Alternate Line Background Colors.
- Enable or Suppress Label Bar.
- Set Label Bar Color.
- Create your own Labels.
- Label Bar will not display on screen with no products assigned.
- Set Horizontal Rule between Product Lines, size and width control.
- Set Horizontal Line between Product Lines. Choose color and height. Works well as a spacer.
- Total Table Control over your display.
- With Outer and Inner Table control you can set up your own alignment, cellpadding, background color with and borders.
Price: $29.95 Upgrade Cost: $20
Upgrade Terms (If Any): N/A Compatibility: OpenUI Versions:
4.x, 4.14-4.16x (Available Compiled) Other Module Compatibility: N/A From: Search Screen Modules
Relevance: 20.27%%  Rating: (0.00) Votes: (0) Hits: (1086) Reviews: Rate It - Review It - Modify It - Report It Bookmark Search Screen Line Display
<-- Just click this link and then add to your favorites! Back to Top
Set minimum and maximum quantity order rules. You can establish a required minimum number of each product that must be ordered. You can also establish a maximum number of each product that can be in a single order. The admin control panel permits the store owner to specify all products (as a wildcard) in a store to have the same quantity rules or apply individual and different quantity rules for each product code which will be restrained by order quantities. For ease of use, the individual product ranges are entered in a single admin input box rather than from tabs at the individual edit screens. This allows the store owner to build the quantity rules in a word processor and simply copy and paste hundreds of codes into the input box quickly. When the customer selects an out-of-range amount, the quantity is adjusted to fall within the permissable range and a non-fatal message is displayed telling the customer that the quantity was adjusted. The store owner can configure the text in the out-of-range message box or leave the box out of the store altogether by deleting the override message text in admin. I have set quantity rules for one product in my store. It is a limited quantity items so if more than one person is testing the functionality, the stock level may be depleted and prevent adequate testing. The product is product code 1S_00155 and the quantity is set to minimum of 2 and maximum of 18. Because the minimum is set to 2, you will see that the quantity input already has a 2 in it. If you change it to 1 and Add to Basket, you will see the override message and the quantity raised to 2. The module is MMUI and OpenUI compatible. When using the MMUI, two single line edits of the mmui.mv are necessary.
New in the compiled version is the ability to change the quantity input
into a drop down select list with multiple values. For example, setting the multiple
to 2 will result in a select list of 2, 4, 6, 8, etc upto the maximum. Added
token support for the OpenUI Tokens and Viking Coders product templates.
Price: $25 Upgrade Cost: $15
Upgrade Terms (If Any): For v4.x Compatibility: MMUI/OpenUI Versions:
3.x, 4.13x, 4.14-4.16x (Available Compiled) Other Module Compatibility: N/A From: Minimum Maximum Modules
Relevance: 14.29%%  Rating: (0.00) Votes: (0) Hits: (1254) Reviews: Rate It - Review It - Modify It - Report It Bookmark Minimum and Maximum Quantity
<-- Just click this link and then add to your favorites! Back to Top
This module will allow you to apply a discount to entire orders when customers purchase a set amount. It applies the discount to the entire order only. For example, if you would like to offer customers a 10% discount if they purchase $250-$500 you could set the module to discount the amount during checkout. You can set unlimited price ranges on discounts. Will this module work with Price Groups? Yes, this module works from the Basket Total, so if a customer assigned to a price group makes a purchase at the lower price, the total price range discount you set will apply to the actual order amount. Price: $35 Upgrade Cost: $0
Upgrade Terms (If Any): N/A Compatibility: MMUI/OpenUI Versions:
2.x, 3.x, 4.x Other Module Compatibility: N/A From: Discount Modules / Discount at Checkout Modules
Relevance: 13.62%%  Rating: (0.00) Votes: (0) Hits: (620) Reviews: Rate It - Review It - Modify It - Report It Bookmark Price Range Discount
<-- Just click this link and then add to your favorites! Back to Top
Minimum/Maximum Quantity Manager allows you to set minimum and/or maximum quantities products must be ordered in. Quantity restrictions may be set individually for each product, and/or globally. Global restrictions may be applied to all products, a specific list of products, or products matching a price criteria. For example, you can configure a 2 piece minimum for all products $5 or less. If using a list of products support for * wild cards is included (to include all products starting with specific characters). If both global and product specific restrictions apply to a product, the product restrictions will have priority. For example, you could set a global 2 piece minimum on all products, but have a specific product flagged as 3 piece minimum. Minimum/maximum restrictions apply to all customer by default, but can also be limited to customers assigned to a particular price group. The basket contents can either be automatically checked and auto-adjusted every time the basket changes, or only checked when the customer attempts to checkout. If auto-adjusting is enabled and a minimum/maximum restriction is not met, a configurable, tokenized message is displayed and the quantity is automatically changed. A message might say, for example, "Quantity for widget adjusted to 4 to meet maximum requirement of 10" (if, say, a customer already had 6 widgets in her basket and tried to add another 5). If auto-adjusting is not enabled, the basket is only checked during checkout. If any restrictions aren't met the customer is redirected to the basket contents page, and a configurable error displays prompting the customer to adjust the basket. The location of the error message is configurable, and can be set to Above Global Header, Below Global Header, Page Top (top of main right cell), or JavaScript Alert. If products flagged with minimum/maximum quantity restrictions contain attributes, the module also provides a choice between counting each attribute combination as a separate product, or counting them cumulatively. Say a t-shirt is sold in 3 colors, has a minimum quantity of 10, and the customer adds 3 red, 3 blue, and 4 green shirts. If counting attribute combinations cumulatively, the minimum is considered met. If counting individually, the customer must order 10 for each color ordered. Version 3.x Available Price: $45 Upgrade Cost: $18
Upgrade Terms (If Any): N/A Compatibility: OpenUI Versions:
4.x, 4.14-4.16x (Available Compiled) Other Module Compatibility: N/A From: Minimum Maximum Modules
Relevance: 13.62%%  Rating: (0.00) Votes: (0) Hits: (1243) Reviews: Rate It - Review It - Modify It - Report It Bookmark Minimum/Maximum Quantity Mananger
<-- Just click this link and then add to your favorites! Back to Top
| Printable Catalog Pro | | Create a Printable Display for Categories, Product List, Search Screen or Individual Products. | Set Printer Page Breaks. Number Printed pages top and bottom. Add "Click for Printable View" link at the top of each Screen. Choose Button or Image Link and your text. Create your own Line Layout or Expanded Layout for Category, Search or Product List. Create Printable Individual Product using Open UI Token Template. (Sample provided).
Suppress or Display Category Tree, Top Navigation Bar and Category Headers. | Line Layout Options Include Thumbnail Image Product Code Product Name Price Description Weight Quantity in Basket
Open UI TokensTable control for Inner and Outer tables. Click to Print Link display top or bottom. Back button display top or bottom. Header and Footer Label Bar Optional Image Sizing Horizantal Rule or one pixel line between products optional. "Click to Print Screen" button Top or Bottom. Set Pagination or display entire list. | Expanded Layout Options Include Thumbnail Image Product Code Product Name Price Description Weight Quantity in Basket Open UI TokensCreate a Multi-Column Layout Template. Text Position can be set for right or below image. Set Pagination or display all products. User Friendly for any skill level.
(Use Checkboxes, Open UI Tokens or a combination of both to create your display) Click to Print Link display top or bottom. Back button display top or bottom. Header and Footer Image Sizing Horizantal Rule or one pixel line between products optional. Image Sizing. Auto Image Feature. Default Image Feature Outer Table, Inner Table and Cell Size control. Compatible with all Wizard and Wizard Pro modules. Compatible with most other third party modules that utilize Open UI Tokens. | Individual Product Display Options Include The Individual product display is created using an Open UI Template. You also have Admin Control over:Suppress or Display Top Navigation Bar Suppress or Display Category Tree Display Global Header/Footer Outer Table Contro.l
|
|
Price: $44.95 Upgrade Cost: $20
Upgrade Terms (If Any): N/A Compatibility: OpenUI Versions:
4.14-4.16x (Available Compiled) Other Module Compatibility: N/A From: Miva Merchant Add-Ons
Relevance: 13.62%%  Rating: (0.00) Votes: (0) Hits: (1158) Reviews: Rate It - Review It - Modify It - Report It Bookmark Printable Catalog Generator
<-- Just click this link and then add to your favorites! Back to Top
Specifically designed to integrate with the Merchant admin screens, this Shipping and Handling module permits the merchant to set a separate shipping rate (based on quantity) for each product. At the time of checkout, the module goes through the basket and looks up the shipping rate for each individual product. It adds up the rate for each item to determine the shipping charge for that order. Any number of separate methods may be set up (eg. UPS, USPS, FedEx, etc.) and each method may have it's own rates assigned to the products. A default shipping rate may be set in the modules admin for each method. The default applies to all products that are not specifically configured w/ their own shipping rate. In addition, each method may be assigned to domestic addresses, foreign addresses, or both. Methods that don't apply to a particular customer won't be available as an option. The "domestic" country used to determine the destination is configurable in the module. This product is functionally equivalent to the Shipping w/Multiple Methods module which uses a more basic admin interface. Price: $29.95 Upgrade Cost: $0
Upgrade Terms (If Any): Terms Compatibility: MMUI/OpenUI Versions:
4.x, 4.14-4.16x (Available Compiled) Other Module Compatibility: N/A From: Shipping Modules / Handling and Insurance Shipping Modules
Relevance: 13.62%%  Rating: (0.00) Votes: (0) Hits: (858) Reviews: Rate It - Review It - Modify It - Report It Bookmark Shipping and Handling
<-- Just click this link and then add to your favorites! Back to Top
MmDbDOC - truXoft Data Doctor and Miva Database EditorMmDbDOC is a tool for testing and repairing corrupted databases and database indexes. It allows you to remove duplicate records from any Merchant or non-Merchant database quickly and without downloading or importing them, directly through the Miva Merchant Admin web interface. There are three different ways of the duplicate records repair: - manual selection - you can select which of the duplicate records you keep, and remove the remaining one(s)
- manual editing - you can edit the duplicates so that you keep several or all of them in the database but change the unique identifier field(s) so that the duplicate key in the index is avoided
- fully automated - MmDbDOC will automatically remove all duplicate records from the selected database, keeping always the first found record in the duplicate set
MmDbDOC can be also used for viewing databases. This feature is invaluable for quick database verification, for retrieving data not accessible through Miva Merchant Admin (i.e. customer passwords, module settings, basket data, affiliate data, ...). Please note: We recommend viewing the raw databases containing sensitive data (passwords, email addresses, payment data) in secure mode only (SSL / https). The PRO version includes a full featured database editor for modifying any Miva Merchant or 3rd party database tables. Fields may be quickly modified without downloading or exporting any data. New records may be added or old ones deleted. You can duplicate whole blocks of records with a simple click and edit them afterwards. Main Features| version | DEMO | Standard | PRO | | Merchant databases | yes | yes | yes | | 3rd party databases | yes | yes | yes | | database list | limited | yes | yes | | database information | yes | yes | yes | | index expression retrieval | yes | yes | yes | | dupe locator | yes | yes | yes | | database browser | limited | yes | yes | | database viewer | limited | yes | yes | | manual duplicates repair | no | yes | yes | | editing duplicate records | no | yes | yes | | automated repair | no | yes | yes | | index error parser | no | yes | yes | | editing records | no | no | yes | | deleting records | no | no | yes | | adding/cloning records | no | no | yes | | database packing | no | no | yes |
Please note: truXoft Ultra Batch is required for the full functionality of the standard or PRO versions. The free version of Ultra Batch that comes with MmDbDOC, allows you to see maximally up to three records at a time. SupporttruXoft offers limited free support within 30 days after the purchase of the module. Issues not included in the free support: - Information about the structure of Miva Merchant databases
- Information about individual database tables or the database fields
- Information about relations between individual Miva Merchant database tables
- Help with repairing or editing of databases
- Any other issues not directly related to MmDbDOC
Important note: The database editor in the PRO version was designed for advanced users who understand the basic structure of Miva Merchant databases. MmDbDOC allows you to edit the raw data, but makes no verification of the data you added, modified or removed. If multiple tables are in a relation, it is the user who has to insure to edit all related tables appropriately to avoid breaking the cross table links. Unqualified editing of the databases may corrupt the store. We highly recommend backing up the entire domain and store data before removing duplicate records (repair) or before editing the databases. truXoft bears absolutely no liability in case of loss of data, corrupted databases or a broken Miva Merchant store. If any such case should occur, please restore the original data from the backup. After repairing or editing any database, you have to pack both domain and store data in Admin! InstructionsInstallation instrucitons may be found in the readme.txt included in the distribution package. After registering your license key, in Ultra Batch (Xadmin) screen in the main frame of Miva Merchant Admin, click on the tab "databases", select the mode "database list" and click the OK button. Ultra Batch will show you the list of all pre-defined databases. If a corrupted database with duplicate records is detected, the "Repair" button appears right in the line of the concerned database. By clicking it, you access the repair interface and see the first found set of duplicate records. You can either: - select the record you want to keep (click "KEEP Selected"),
- or edit the records to avoid the duplicate key (edit the fields with light blue background so that the resulting key is different at each record) and click the button "Keep multiple"
- or let MmDbDOC repair the database unattended (click "Automated Repair")
In case of manual repair, as described above in 1) and 2), you have to repeat the operation with each duplicate set individually. Normally, you should use the default mode of Ultra Batch hiding deleted records - select "standard" in the first small dropdown box in the right part of the Ultra Batch control panel. In case you use the mode "all", you'll have to navigate through the duplicate sets with the help of the navigation buttons right below the Ultra Batch control panel. The navigation buttons can be used also when you want to preview all duplicate sets before starting to repair them. Please note that the filter expression (top left) and pagination (top right) of Ultra Batch have influence on the MmDbDOC output. When low numbers are selected in the pagination in sake of faster page loads, use the navigation buttons to proceed to the next page. It applies also for the database list, not only for the repair and edit interface of MmDbDOC. Before starting to repair or edit databases with MmDbDOC, it is recommended to put the store into maintenance mode. Use the first button (the lock) in the Ultra Batch panel to close and re-open the store. We also highly recommend to back up the entire Miva Data directory containing the databases, before performing any operation on the data with MmDbDOC. If you experience a runtime error in the store front or Admin, where the message speaks about a database index, copy the message, and after opening the mode "parse error" in the "databases" tab of Ultra Batch, paste the error into the displayed field. MmDbDOC will look up the databases and launch the repair interface.
In case you need to repair a database not listed, you can select the "3rd party dB" mode and enter the database and index paths manually to start the repair function.
Database viewer (demo and standard versions), or the database editor (PRO version) can be launched by clicking the requested database alias in the database list. IMPORTANT: after repairing or editing any database, you have to pack both domain and store data in Admin! Compatibility- Any UI (MMUI, OUI, KCUI,...)
- Miva Merchant v4.14 or higher
- Miva Empresa v4.07 or higher
- MSIE 6 recommended for the Administration interface of truXoft modules
- Compatibility with OpenXB stores was not yet tested
Price: $39.95 Pro Version $99.95 Upgrade Cost: $0
Upgrade Terms (If Any): N/A Compatibility: MMUI/OpenUI Versions:
4.14-4.23x (Available Compiled All 4.x Versions) Other Module Compatibility: N/A From: Administrative Modules
Relevance: 12.29%%  Rating: (7.00) Votes: (0) Hits: (1280) Reviews: Rate It - Review It - Modify It - Report It Bookmark MmDbDOC
<-- Just click this link and then add to your favorites! Back to Top
Unattended scheduled tasks , including backups and batch exports . Important up-to-date data, number of visitors shopping, order notifications in real-time . Alerts for oversized files, broken databases , corrupted data, lost orders and emails. Automated cleaning up oversized data and removing temporary files . Statistics . Order history . Bestsellers . Instant shutting down the store, deleting baskets, packing. Instant access to MM Admin. - Displays the number of currently shopping visitors (opened baskets)
- Automatically backs up and resets databases and deletes data files that grow over assigned file size quota - significant performance boost!
- Automatically deletes temporary files from interrupted packing (i.e. products.dbt00000001)
- Automatically deletes temporary upload files
- Scheduled ábackups, Batch Exports, etc. (see below in SCHEDULED TASKS)
- CHARTS
Hourly, daily, weekly, monthly and yearly charts including historical data (unlimited) in following modes. The length of the displayed period is configurable, browsing in the history is of course possible.- Abandoned baskets
- Failed payments
- Total revenue (sold value)
- Total number of orders
- Total number of sold products
- Total collected tax value
- Total collected shipment charges
- Number of failed e-mail notifications
- STATISTICS
Beside the data displayed in the charts and in the mouse-over popup windows over the charts, there are the following data available. The displayed values depend on the selected time mode - it shows either totals over the last hour, day, week, month, or year.- Number of new orders (unbatched orders)
- Total number of orders in the given period
- Total revenue in the given period
- Total number of sold products in the given period
- Total value of collected tax in the given period
- Total value of collected shipping charges in the given period
- Number of abandoned baskets in the given period
- Number of failed payments in the given period
- Number of failed e-mail notifications in the given period (with MmHTML, MmHTMLc or MmVENDOR)
- Number of hits since the last reset (in MM Admin)
- Number of visits since the last reset
- Total revenue since the last reset
- Total number of sold products since the last reset
- List of bestsellers. It can contain limited number of bestesellers or list of all products sorted by number of sales. Values since the last reset in MM Admin.
- INSTANT ACCESS To MM ADMIN Functions
From the MmTICKER window you can access the following often used MM Admin functions with a single click on a button:- Instant access to the standard MM Admin without the necessity to log in
- Shutting down the store to the maintenance mode and re-opening it again
- Deleting baskets (all or expired only)
- Packing store and domain data
- Instant access to the batch report of new arrived orders (click on the new order announcement). Works with both Ultra Batch and the built-in MM batch report.
- ALERTS AND EMAIL ALERTS
MmTICKER watches your store and associated files and in addition to displaying an alert message on the screen it also sends e-mail alert to the store owner. Email alerts work even without the MmTICKER window opened!- File Quotas: MmTICKER warns if pre-defined files grow over the limit assigned to them. Works also with files 3rd party modules!
- Database Consistency: MmTICKER verifies all pre-defined databases if they are not corrupted and do not contain duplicate records. Works also with databases 3rd party modules!
- Alerts on failed schedule tasks or optionally email reporting of successfully finished scheduled tasks, too.
- MmTICKER alerts when the number of failed payments in a day is bigger the given limit (possibly signilizes problems with the payment gateway or fraud attempts)
- SCHEDULED TASKS
You can set up inlimited number of scheduled taks to be performed daily, monthly or yearly. The defult pre-defined task schedules at 4:00AM the store for at the maintenance mode 15 minutes later, waits till the store is closed, deletes expired baskets, packs store data, packs domain data and re-opens the store. Scheduler may be configured so that it executes the tasks only if nobody is in the store. Currently, the following commands may be used:- Close - scheduling the store for the maintenance mode after a pre-define time (15 minutes by default)
- WaitClose - waits till the store shuts down
- DelExpBask - deletes expired baskets to increase the performance and reduce the file sizes
- DelAllBask - deletes ALL baskets (even those not yet expired)
- PackStore - packing store data to reduce store specific files and to rebuild store database indexes.
- PackDomain - packing domain data to reduce common Merchant files and to rebuild mall database indexes.
- ExportNew - exports new order to a file and sends the new batch by e-mail to the store owner (with Ultra Batch)
- DelCC - for security reasons, deletes payment data (incl. CC numbers) of all processed orders (with Ultra Batch).
- backup - creating full backup copy of Miva Merchant Data (Unix full shell servers only. Limited support).
- mmubat - calls Ultra Batch module and performs tasks defined in passed arguments (with Ultra Batch, for advanced users only).
- admin - calls MM Admin and performs tasks defined in passed arguments (for advanced users only).
- shell - calls system commands (Unix full shell servers only. For advanced users only).
- other commands for the scheduler may be added on request
- MmTicker logs unauthorized access attempts with detailed information about the user - logfile is browsable through the MmTICKER admin screen.
- Scheduled tasks are also logged and the records may be viewed in the Admin screen.
- Time zone setting and user-defined date and time format
- Animated "marquee" alerts, messages and statistics with configurable speed and possibilty to change the speed or stop the scrolling with a single mouseclick.
- Parts of the MmTICKER window may be hidden to reduce the size
- Flashing taskbar button and window popping up on alerts (optional)
- Configurable window size - the size of the window may be set to show charts over longer time period.
- Zoom - for those with bright eyes or oppositely with sight problems, the winod may be zoomed from 50% to 200%
- Mouse-over help and detailed info on items work overall on the MmTICKER window.
- MmTICKER window refresh frequency configurable
- Frequency for file size and database consistency check configurable
- Automated installation, no manual intervention needed
- Scheduled tasks may be triggered from the opened MmTICKER window, from a Unix cron table, from a remote server (i.e. truXoft) or directly from Miva Merchant.
- Does not require OpenUI. Works with both OUI and MMUI.
- No OUI hook conflicts - truXoft modules are 100% conform to the Miva Merchant API, they do not use OUI extensions and therefore never cause hook conflicts with other modules, otherwise common at OUI modules.
Price: $249.50 Upgrade Cost: $49.95
Upgrade Terms (If Any): N/A Compatibility: MMUI/OpenUI Versions:
2.x, 3.x, 4.x, 4.14-4.23x (Available Compiled All 4.x Versions) Other Module Compatibility: N/A From: Administrative Modules
Relevance: 11.63%%  Rating: (1.00) Votes: (1) Hits: (1371) Reviews: Rate It - Review It - Modify It - Report It Bookmark MmTicker - Task Scheduler & Alerts
<-- Just click this link and then add to your favorites! Back to Top
Volume pricing at the category level. Easily offer a discount based on the number of items in the basket and the categories those items are in. Features: (some features are only in the compiled version - see details) - 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 if using compiled OpenUI - Can use wildcard instead of entering category codes for the group - Can exclude a single price group, e.g. Wholesale, from receiving the discount - MMUI and OpenUI compatible Feature Details: The default is to calculate product charges in the specified category(ies) (including attribute charges) to determine the subtotal to discount. You can optionally include non-product charges in the calculation. In admin, the store owner configures the trigger levels (number of items needed to activate the discount) and the corresponding percentage off. The store owner can
designate 1 - 4 trigger levels so that he/she can vary the percentage discount based on the number bought. Reward the customer; the more the customer buys, the higher the discount percentage. The store owner then includes a list of category codes that will be used in the calculation. Use this module for category-wide or store-wide discounts. The discount amount will appear during checkout on the screen after the customer has entered their shipping method. This allows Merchant to include (optionally) any miscellaneous fees or coupons redeemed on the Shipping - Payment selection screen so the subtotal will be adjusted before the discount. Additional features are in the compiled version of the module for
Merchant 4.14 and newer. In admin you can setup eight separate groups with their own four-tiered discount and categories. Hence, if you want to discount one 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 quantities are subtotaled for each group. The discount is applied based on each group's rules, then summed together at checkout. If you are using the OpenUI, you can optionally display the
updated discounts prior to checkout in the regular basket screen. In admin, 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. 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 would use those discount rules.
MMUI and OpenUI compatible. No editing of mv files required for either user interface for standard functioning. Configuration is setup through Merchant Admin. 3.x Version Available Price: $25 Upgrade Cost: $10
Upgrade Terms (If Any): N/A Compatibility: MMUI/OpenUI Versions:
3.x, 4.x, 4.14-4.16x (Available Compiled) Other Module Compatibility: N/A From: Discount Modules / Category Specific Discount Modules
Relevance: 11.63%%  Rating: (0.00) Votes: (0) Hits: (980) Reviews: Rate It - Review It - Modify It - Report It Bookmark Percent Off Based on Quantity by Category
<-- Just click this link and then add to your favorites! Back to Top
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.
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 if using compiled OpenUI - Can use wildcard instead of entering category codes for the group - Can exclude a single price group, e.g. Wholesale, from receiving the discount - MMUI and OpenUI compatible
Feature Details: In admin, the store owner configures the trigger levels (number of items needed to activate the discount) and the corresponding fixed amount off. The store owner can designate 1 - 4 trigger levels so that he/she can vary the discount based on the number bought. Reward the customer; the more the customer buys, the higher the discount.
The store owner then includes a list of category codes that will be 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 price of the potentially summed products. If using category-wide, make sure the discount does not exceed the price of the lowest priced product in the category.
The discount amount will appear during checkout on the screen after the customer has entered their shipping method.
Additional features. In admin you can setup eight separate groups with their own four-tiered discount and categories. Hence, if you want to discount one 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. If you are using the OpenUI, you can optionally display the updated discounts prior to checkout in the regular basket screen, recalculating and updating discounts based on changing basket contents. In admin, 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. 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 would use those discount rules.
MMUI and OpenUI compatible. No editing of mv files required for either user interface for standard functioning. Optional display in the basket before checkout requires OpenUI. Configuration is setup through Merchant Admin. Price: $50 Upgrade Cost: $0
Upgrade Terms (If Any): N/A Compatibility: MMUI/OpenUI Versions:
4.14-4.16x (Available Compiled) Other Module Compatibility: N/A From: Discount Modules / Category Specific Discount Modules
Relevance: 11.63%%  Rating: (0.00) Votes: (0) Hits: (675) Reviews: Rate It - Review It - Modify It - Report It Bookmark Discount Based on Quantity by Category
<-- Just click this link and then add to your favorites! Back to Top
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: 11.63%%  Rating: (0) Votes: (0) Hits: (499) 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
|