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: (1480) 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
Take master control of your Product Attributes. This module is packed with features like menu-driven control of MIVA Merchant product attributes. You can control field attributes, prompt/image locations and options, multi-column radio attribute options, and much more. Module features are configurable using the menu-driven admin interface, Product Display Layout, Missing Attributes PATR Page, OUS1 Checkout: Upsell Product (Single) Page and UATR Upsell: Missing Product Attributes (Single) Page templates. These templates are automatically created using your current template versions, when the module is initially installed. Attributes can also be displayed on other product related pages. This gives you master control over the look and feel of your product attributes. The ADS Attribute Master Module Features: - Simple Module Installation and Configuration
- Automatic installation and assignment of PROD, PATR, OUS1 and UATR pages with required item.
- Automatic installation and assignment of revised Product Display Layout, Missing Product Attributes, Checkout: Upsell Product (Single) and Upsell: Missing Product Attributes (Single) templates. Current version history templates are used to generate revised templates. Previous template versions will be available through version history.
- Menu-driven control of new features. No template editing is required, but is available for advanced users. 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.
- Radio Button Control Features:
- Extra Tag Attributes
- Attribute Image/Prompt Location
- Attribute Image/Prompt Style Wrapper using provided token
- Options Image/Label Location
- Option Image/Label Style Wrapper using provided tokens
- Display Option Price Adder when applicable
- Table/Style Attributes
- Number of Option Columns
- Drop-Down List Control Features
- Adds <Select One> at the top of the list
- Extra Tag Attributes
- Image/Prompt Location
- Display Option Price Adder when applicable
- Image/Prompt Style Wrapper using provided token
- Checkbox Control Features
- Extra Tag Attributes
- Image/Prompt Location
- Image/Prompt Style Wrapper using provided tokens
- Display Attribute Price Adder when applicable
- Text Field Control Features
- Size Attribute
- Extra Tag Attributes
- Image/Prompt Location
- Image/Prompt Style Wrapper using provided token
- Display Attribute Price Adder when applicable
- Text Area Field Control Features
- Cols Attribute
- Rows Attribute
- Extra Tag Attributes
- Image/Prompt Location
- Image/Prompt Style Wrapper using provided token
- Display Attribute Price Adder when applicable

Module installation and functionality has the following requirements: - MIVA Merchant Version 5.0
- Settings and control this module provides are used in conjunction with Item "ads-attrmaster", Product Display Layout, Missing Attributes PATR Page, OUS1 Checkout: Upsell Product (Single) Page and UATR Upsell: Missing Product Attributes (Single) Page templates that are pre-installed and configuredwith this module.
- Original templates and/or Merchant "Original" templates will not be modified by this module and can be restored, using the new Version history features, at any time.
- No template editing is required, but is available for advanced users. 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: $79 Upgrade Cost: $0
Upgrade Terms (If Any): N/A Compatibility: N/A Versions:
5.x+ Other Module Compatibility: N/A From: Attributes Modules / Enhanced Attributes Display Modules
Relevance: 57.09%%  Rating: (0) Votes: (0) Hits: (830) Reviews: Rate It - Review It - Modify It - Report It Bookmark Attribute Master v5
<-- Just click this link and then add to your favorites! Back to Top
This module allows you to automatically include attribute or option price information in the attribute prompt shown when adding a product to your basket. These prices are dynamically generated based on any price groups, discounts, currency formatting (including conversions using our CurrencyTrk module) or other dynamic changes the shopper may be affected by. It also simplifies administration - if you hard-code price information into attribute prompts, not only will it not change based on the shopper's currency settings, price groups, etc., but if you have a price change you will need to update the price in two separate places for each attribute or option. With this module all price displays are updated automatically. Admin configuration options allow you to specify the format of the display using special tokens for the original prompt and the attribute/option price. Each different attribute type (Radio Buttons, Checkboxes, etc) can have different display formatting settings for both attributes with a price, and those without (free attributes). Price: $24.95 Upgrade Cost: $0
Upgrade Terms (If Any): Terms Compatibility: MMUI/OpenUI Versions:
4.x, 4.14-4.23x (Available Compiled) Other Module Compatibility: N/A From: Attributes Modules / Attributes Price Display Modules
Relevance: 37.37%%  Rating: (0.00) Votes: (0) Hits: (850) Reviews: Rate It - Review It - Modify It - Report It Bookmark Show Attribute Price
<-- Just click this link and then add to your favorites! Back to Top
The Upload File Attribute module allows you to collect file attachments from your customers. With this module, you can add an upload file attribute to individual products so the product can accept attachments from the customer. Your customers can then add attachments to their order when they select that product for purchase, and the store administrator can easily access the attachment in the Miva admin.
Key Benefits - Allow your customers to add attachments to products in their order
- Customers can add multiple attachments to the same product in the order
- Store Administrator controls the file type and file size permitted for upload
- Store Administrator can easily access the attached files through the Miva admin
Example UsageA storefront owner sells cakes online and wants to create a new product line. He wants to sell birthday cakes with a picture of the person celebrating their birthday on the cake. He has an artist on staff who can re-create a photo on a cake using icing! Now, he needs to allow customers to select the cake they want and let them upload a photo of the person celebrating his/her birthday.
Solution: The Upload File Attributes product allows the storefront owner to create attributes for products so customers can upload a file to add as an attachment to the product they are purchasing. The Upload File Attribute behaves as a standard attribute, so the storefront owner can even add an additional fee for the customized birthday cake to help him cover the cost of the artwork. The customer sees the name of the file they have uploaded in their basket as an attribute and on their invoice, so they can rest assured the upload succeeded. The storefront owner also sees the uploaded file as an attribute to the product on the order notification he receives, so he knows to look for the file in that order’s folder. The storefront owner has found his customers really like having customized cakes using their own photos and are keeping his artist very busy to keep up with their orders!
Product Requirements:
Miva Merchant: v4.00 - v4.13
- OpenUI: v4.9*
- Customized MMUI**
Miva Merchant: v4.14+
- MMUI+DynamicTemplates: 4.53
- OpenUI: v4.9+
*For uncompiled OpenUI stores, this module requires that the Admin Extensions of OpenUI are installed.
**Use of this module in an MMUI store without the DynamicTemplate Engine (which requires Miva Merchant 4.14+) is not supported. Copernicus does not supply MMUI modification instructions, though we can refer you to a Copernicus Customization Partner for professional assistance if you wish to have your MMUI custom modified. Please refer to the Feature Matrix in the product manual for further information.
For installation/upgrade services, please contact Copernicus
Try this product out for FREE on Miva Mia -- send a request to sales@cbstech.com for your free product distribution for use on Miva Mia. Be sure to let us know if you need an uncompiled or compiled version of the module. For more information about Miva Mia, available for FREE download from Miva Corporation, please visit: http://www.miva.com/products/mia/
[Marketing Brief] [Product Manual]Price: $149.95 Upgrade Cost: $74.95
Upgrade Terms (If Any): N/A Compatibility: MMUI/OpenUI Versions:
4.x, 4.14-4.23x (Available Compiled All 4.x Versions) Other Module Compatibility: N/A From: Attributes Modules
Relevance: 33.91%%  Rating: (10.00) Votes: (1) Hits: (1286) Reviews: Rate It - Review It - Modify It - Report It Bookmark Upload File Attribute
<-- Just click this link and then add to your favorites! Back to Top
Our Flatfile Attribute Import Module allows you to import all of your product attributes at once. After creating a flatfile of all product codes and the attribute parameters (created in a database or spreadsheet program then converted to delimited text), this module will allow you to import that file and assign all corresponding products with the appropriate attributes. This module is very easy to use, you don't even need to ftp the attribute file. The module includes an intuitive admin interface, allowing you to upload the file from your local computer. Price: $68.95 Upgrade Cost: $0
Upgrade Terms (If Any): Terms Compatibility: MMUI/OpenUI Versions:
?.x, 4.x, 4.14-4.16x (Available Compiled) Other Module Compatibility: N/A From: Import Export Modules / Attributes Import and Export Modules
Relevance: 31.49%%  Rating: (0.00) Votes: (0) Hits: (898) Reviews: Rate It - Review It - Modify It - Report It Bookmark FlatFile Attribute Import/Export
<-- Just click this link and then add to your favorites! Back to Top
Weights for Your Attributes! Add weight values to your attributes and attribute options for accurate shipping calculations. By default, Merchant does not calculate attribute weight values for accurate shipping calculations. This module will extend that added value feature to your store. Now you have the ability to add additional weight values to larger/heavier items. For example, if a store sold wheels with different sizes, the store administrator could specify 17in wheels to be 25lbs each and 18in wheels to be 30lbs each. The traditional version of this module utilizes the cost field of your attributes for adding the weight value. The Pro version of Attribute Weights frees up your Attribute/Option cost fields by creating a new tab within your merchant panel for adding the weight values. Included with the Pro version is a Import and Export module. 
Price: $79.95 Upgrade Cost: $34.95
Upgrade Terms (If Any): N/A Compatibility: MMUI/OpenUI Versions:
4.x, 4.14-4.23x (Available Compiled All 4.x Versions) Other Module Compatibility: N/A From: Attributes Modules
Relevance: 31.14%%  Rating: (0.00) Votes: (0) Hits: (1048) Reviews: (1) Rate It - Review It - Modify It - Report It Bookmark Attribute Weight Pro
<-- Just click this link and then add to your favorites! Back to Top
The Order Attribute module allows you to collect additional information from your customers as they check out of your store. You can add standard Miva Merchant attributes (including extra fees!) to the Customer Account Screen. The collected information is available to your customer on his invoice and to you on the processed order. This is a great module for the gift-giving season as attributes for giftwrap and card text can be added to the checkout process.
Key Benefits:
- Add Miva Merchant Attributes to the Customer Account Screen
- All of the standard functionality of these Attributes are available to you including setting a price for an attribute
- Attributes are for the entire order rather than each product in the order
- Order Attribute Information is available to the customer and the storeowner
- Order Attributes chosen by the customer are viewed on the customer invoice
- Order Attributes chosen by the customer are viewed on the processed order
Example Usage:
A storefront owner sells cakes online and wants to allow his customers to send a gift message when they send a cake to a friend. He needs a way to collect the gift message for the order from the customer.
Solution: The Order Attribute module allows the storefront owner to create an attribute for the order as a whole, so he can collect extra information for the order such as a gift card message the customer would like to send to the person they are sending the cake to. The customer includes this additional information as they are checking out, and can see what they have submitted on their order invoice. The storefront owner can see the information provided by the customer on the merchant notification he receives for the order, and in the Open Orders section for that basket. The storefront owner has found his customers really like being able to include a gift message with their order and they are now regularly sending his cakes to their friends!
Please note that this module collects information for the order and does not provide these attributes for each item in the order.
For installation/upgrade services, please contact Copernicus.
[Marketing Brief] [Product Manual]
Price: $99.95 Upgrade Cost: $49.95
Upgrade Terms (If Any): N/A Compatibility: OpenUI Versions:
4.x, 4.14-4.23x (Available Compiled All 4.x Versions) Other Module Compatibility: N/A From: Addendum Additional Info Modules
Relevance: 27.68%%  Rating: (10.00) Votes: (0) Hits: (1454) Reviews: Rate It - Review It - Modify It - Report It Bookmark Order Attributes
<-- Just click this link and then add to your favorites! Back to Top
Allows attribute/option headers/footers to be added through the edit products screen in admin. This can easily be used to group together sets of attributes, add additional html, etc. Additionally, images defined for select box options may be displayed to the right of the select box using JavaScript images swaps, so as the customer changes select options the corresponding images for each option change. Also, one extra image may be defined for each attribute, displayed in an additional column to the right of the standard attribute display. Price: $39.95 Upgrade Cost: $0
Upgrade Terms (If Any): Terms Compatibility: OpenUI Versions:
3.x, 4.x, 4.14-4.16x (Available Compiled) Other Module Compatibility: N/A From: Attributes Modules / Enhanced Attributes Display Modules
Relevance: 27.34%%  Rating: (0.00) Votes: (0) Hits: (895) Reviews: Rate It - Review It - Modify It - Report It Bookmark Enhanced Attribute Display
<-- Just click this link and then add to your favorites! Back to Top
This module allows a Merchant store owner to import attributes (text, textarea, checkbox, radio, and select) and options from an easily edited/managed flat file. The module also allows the type "template" to be specified if you have previously added the corresponding template through admin. It will not create the templates and its internal attributes/options. The module will also delete product attributes which the store owner identifies for deletion. For those sites with time-out problems, multiple flat files can be used to break up the number of attributes and options being imported at one time. This module is for MIVA Merchant 5.x. We also have the corresponding module for an older version of Merchant.Normally, additions are made based on the product code. A typical version 5.x entry inthe flat file for a radio button attribute for a specific product would be: A|1AA00004|version|radio|Merchant Version:|0|0|1|graphics/en-US/mmui/blades.gif||| O|1AA00004|version|5X|5.xx|0|0|1||1|0 O|1AA00004|version|4X|4.xx (add $1.00)|1|1|0||2|0 The key for the field values is: A|product_code|code|type|prompt|price|cost|required|image|template code|display order|weight O|product_code|attribute_code|option_code|prompt|price|cost|default|image|display order|weight This module also allows you to import the same attributes/options by category code. That way you can fill all of the products in a category withthe same attributes. This saves considerable typing in the flat file. If for some reason you want to delete attributes, you can easily delete all attributes related to a product code. The attribute and option EXPORT module is distributed with the IMPORT module. It creates a flat file in the format described above so that the data can bere-imported after off-line editing.It does not export the templates. 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
Relevance: 27.34%%  Rating: (0.00) Votes: (0) Hits: (370) Reviews: Rate It - Review It - Modify It - Report It Bookmark Attribute and Option Import - Export from Flat Files v5
<-- Just click this link and then add to your favorites! Back to Top
Are your customers having difficulty interpreting the attribute and options codes that are displayed in their basket? This module gives you the ability of displaying descriptive prompts in place of the codes, making it much easier for your customers to know what attributes and options they have in their basket and on their invoice. The module is fully compatible with the Basket Contents and Order Contents templates, and the display of the attributes and options can be fully customized. Use this module to display prompts on the following pages: - BASK - Basket Contents
- OCST - Checkout: Customer Information
- OSEL - Checkout: Shipping/Payment Selection
- OPAY - Checkout: Payment Information
- INVC - Invoice
Easy to use, admin-friendly, well documented. Configuration Options - Active - Convenient method for activating or de-activating module. All other configuration options are preserved.
- Basket Contents - If selected, attribute & option prompts will be available for the basket contents.
- Order Contents - If selected, attribute & option prompts will be available for the order contents
Provides Additional Entity Tokens- for use in Basket Contents & Order Contents - &mvt:option:opt_prompt;
- &mvt:option:attr_prompt;
- See documenation for details on how to use entity tokens.
For Example — - Instead of:
size: M color: bl
- Display:
Shirt Size: Medium (M) Fabric Color: Blue (bl)
Price: $49 Upgrade Cost: $0
Upgrade Terms (If Any): N/A Compatibility: N/A Versions:
5.x+ (Available Compiled) Other Module Compatibility: N/A From: Attributes Modules / Attributes Price Display Modules
Relevance: 25.95%%  Rating: (0.00) Votes: (0) Hits: (648) Reviews: Rate It - Review It - Modify It - Report It Bookmark Display Attribute-Option Prompts in Basket & Order v5
<-- Just click this link and then add to your favorites! Back to Top
This module allows a Merchant store owner to import attributes (text, textarea, checkbox, radio, and select) and options from an easily edited/managed flat file. The module also allows the type "template" to be specified if you have previously added the corresponding template through admin. The module will also delete product attributes which the store owner identifies for deletion. For those sites with time-out problems, multiple flat files can be used to break up the number of attributes and options being imported at one time. Normally, additions are made based on the product code. A typical version 2.x entry in the flat file for a radio button attribute for a specific product would be: A|1AA00004|version|radio|Merchant Version:|0|0|1|| O|1AA00004|version|2X|2.xx|0|0|1| O|1AA00004|version|1X|1.xx (add $1.00)|1|1|0| The key for the field values is: A|product_code|code|type|prompt|price|cost|required|image|template code O|product_code|attribute_code|option_code|prompt|price|cost|default|image This module also allows you to import the same attributes/options by category code. That way you can fill all of the products in a category with the same attributes. This saves considerable typing in the flat file. If for some reason you want to delete attributes, you can easily delete all attributes related to a product code. The attribute and option EXPORT module is distributed with the IMPORT module. It creates a flat file in the format described above so that the data can be re-imported after off-line editing. It does not export the templates. 2.x, 3.x Versions Available Price: $20 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: Import Export Modules / Attributes Import and Export Modules
Relevance: 25.95%%  Rating: (0.00) Votes: (0) Hits: (1112) Reviews: Rate It - Review It - Modify It - Report It Bookmark Attributes and Options Flatfile Import/Export
<-- Just click this link and then add to your favorites! Back to Top
Display the attribute prompt instead of the attribute code in the basket display, during checkout, on the invoice and in both the merchant notification and customer confirmation emails. The default is to apply the replacement to all products in the basket. However, if you desire, you can limit it by including only specific product codes into the eligibility input in the module's admin configuration screen. If you leave the eligibility input empty, all products will be eligible. If you are using options (select and radio), it does not replace the code with the prompt for options. However, carefully designed option codes should be all that is necessary to provide a meaningful display, e.g. Shirt color: Red. The "Shirt color" is the attribute prompt and the "Red" is the option code. The module requires use of the OpenUI and Merchant version 4.12 or higher. Price: $18 Upgrade Cost: $0
Upgrade Terms (If Any): N/A Compatibility: OpenUI Versions:
4.14-4.24x (Available Compiled) Other Module Compatibility: N/A From: Attributes Modules / Attributes Prompt Versus Code Display Modules
Relevance: 24.57%%  Rating: (0.00) Votes: (0) Hits: (877) Reviews: Rate It - Review It - Modify It - Report It Bookmark Attribute Prompt VS Code
<-- Just click this link and then add to your favorites! Back to Top
Charge your customers by the variable size of the item they are ordering. This module is used to calculate prices on items which are priced, e.g. by the foot, by the inch, or other units of measure. This is particularly useful when the store owner does not want to have a pull down select list of infinite values. The module also eliminates the common hack that stores have used which involved using the number of the items added to the basket to adjust charges. This module allows the customer to specify two dimensions (e.g. length and width) as item attributes on the product screen (PROD) and still be able to order more than one of that item. Not for upsell products. For example, ordering four 8" X 10" picture frames involves entering 8 in the length attribute and 10 in the width attribute and entering 4 in the add to basket quantity input. The store owner determines the storewide number of free units (if any), e.g. square inches, and the lowest and the highest values that can be used in the measurement. The store owner can also use price groups to vary the dimension pricing for applicable customers. The attributes type is usually text but could be select list pull down. It cannot be a template. The attribute prompts can read whatever the store owner desires to direct the customer to enter the numeric measurement. If you are using our Attribute Prompt vs Code module, that prompt will also display on the basket, invoice and emails instead of the attribute code. The store owner's settings are configured in admin. The customer enters the dimensions to form the combined units (e.g. square inches) and the module calculates the price based on the calculated units times the price of the first dimension attribute. Version 4.x Available Price: $25 Upgrade Cost: $5
Upgrade Terms (If Any): Compatibility: MMUI/OpenUI Versions:
4.14-4.16x (Available Compiled) Other Module Compatibility: N/A From: Special Pricing Hide Prices Modules
Relevance: 22.49%%  Rating: (0.00) Votes: (0) Hits: (1064) Reviews: Rate It - Review It - Modify It - Report It Bookmark Dimension Pricing
<-- Just click this link and then add to your favorites! Back to Top
This extension module 'cleans up' the basket and invoice/email display of attributes, consolidating all attribute pricing information into the actual product price. Price: $35 Upgrade Cost: $0
Upgrade Terms (If Any): Terms Compatibility: OpenUI Versions:
3.x, 4.x, 4.14-4.23x (Available Compiled) Other Module Compatibility: N/A From: Attributes Modules / Attributes Price Display Modules
Relevance: 21.80%%  Rating: (0.00) Votes: (0) Hits: (893) Reviews: Rate It - Review It - Modify It - Report It Bookmark Attribute Price Display
<-- Just click this link and then add to your favorites! Back to Top
Tired of seeing your attribute/option codes appearing in the customer's basket, instead of your nice descriptive prompts? Change all that with the Attribute Prompt in Basket module. A simple install of this module is all you need in order to show prompts on the basket page and all checkout screens. 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: Attributes Modules / Attributes Prompt Versus Code Display Modules
Relevance: 21.11%%  Rating: (0.00) Votes: (0) Hits: (955) Reviews: Rate It - Review It - Modify It - Report It Bookmark Attribute Prompt in Basket
<-- Just click this link and then add to your favorites! Back to Top
Display the attribute and option prompts instead of the attribute and option codes in the basket display, during checkout, and on the invoice. Use the Emporium Plus Mail Manager module(sold separately) to include this feature in both the merchant notification and customer confirmation emails. This module is for MIVA Merchant 5.x. We also have the corresponding module for an older version of Merchant.
The default is to apply the replacement to all products in the basket. However, if you desire, you can limit it by including only specific product codes into the eligibility input in the module's admin configuration screen. If you leave the eligibility input empty, all products will be eligible.
This module can be used in conjunction with the Emporium Plus EZ Batch Report (sold separately) to display the prompts instead of the codes in a store configurable batch report. Price: $18.00 Upgrade Cost: $0
Upgrade Terms (If Any): N/A Compatibility: N/A Versions:
5.x+ Other Module Compatibility: N/A From: Attributes Modules / Attributes Prompt Versus Code Display Modules
Relevance: 21.11%%  Rating: (0.00) Votes: (0) Hits: (1081) Reviews: Rate It - Review It - Modify It - Report It Bookmark Attribute Prompt vs Code V5
<-- Just click this link and then add to your favorites! Back to Top
Show customers the actual price they will pay! Customers order more, and more frequently when its easy for them to know what the price of a product is going to be. Dynamic Attribute Pricing will do just that, reqardless of how your pricing is assigned. Dynamic Attribute Pricing shows your customers to total price of the product they want to order, even when that product's attributes and options add to or subtract from the initial price. This module is compatible with OpenUI or Viking Coder's Category Page Templates and Product Page Templates. With OpenUI, a "Total Price: " display appears above the add quantity to basket button. With VikingCoder's Templates, you have place the Total Price: token and add to basket button anywhere you want in the templates. The displayed total changes with option selections that have an associate price increase (decrease) and with the quantity select. With either OpenUI or Template, the module will automatically add any additional price associated with the option, to the display of the option. For example: Some Option ($2.00). To control the quantity a customer can order, the module presents a tab in the Add/Edit Product screen. This tab shows the following options: For example, if you entered 3,6,9,12,15,18, etc, the customer could only order in multiples of 3. Will also allow image swapping with CPT and PPT! You can display a larger image for attributes where the product image is by including name="PRODImage" with your product image code. Price: $89.99 Upgrade Cost: $0
Upgrade Terms (If Any): N/A Compatibility: OpenUI Versions:
4.x, 4.14-4.23x (Available Compiled) Other Module Compatibility: N/A From: Attributes Modules / Attributes Price Display Modules
Relevance: 20.07%%  Rating: (0.00) Votes: (0) Hits: (1121) Reviews: Rate It - Review It - Modify It - Report It Bookmark Dynamic Attribute Pricing
<-- Just click this link and then add to your favorites! Back to Top
Modules to help make your attributes work the way you want them. Some may not work in tandem with the other attribute modules. hideatttr.mv - Hides the need for attributes on the category screen. They can visit the product page to enter attributes. attr-text_40_to_20.mv - Shrinks text boxes to 20 characters long from the standard 40 characters. attr-text_to_textarea.mv - Changes text box to a Textarea box (memo type) for more information, or a sentence. boldselectattr.mv - Makes the Drop down box attribute bold when it is missing. Solves MISSING ATTRIBUTE problem also, and the confusion that nothing is in bold. New for 4.x attributes in rows - Display the attributes like we do, in rows. No squishing them together, they each have a full line to display. New for 4.x display item code & description - show the item code, name & description when your products have missing attributes. Standard display only shows the name. Price: $15 Compiled: $20 Upgrade Cost: $5
Upgrade Terms (If Any): N/A Compatibility: OpenUI Versions:
2.x, 3.x, 4.x , 4.14-4.23x (Available Compiled All 4.x Versions) Other Module Compatibility: N/A From: Attributes Modules
Relevance: 16.96%%  Rating: (0.00) Votes: (0) Hits: (1160) Reviews: Rate It - Review It - Modify It - Report It Bookmark Attributes Module Pack
<-- Just click this link and then add to your favorites! Back to Top
This module lets you control various elements of product attributes. With Attribute Wizard you can: control the width of text entry boxes, control the width and height of text area boxes, Display Thumbnail Image or Full Size Image on Attributes Screen. NOTE: Though this module will allow you to display images, it does not allow for custom configuration for their placement. Price: $20 Upgrade Cost: $10
Upgrade Terms (If Any): N/A Compatibility: OpenUI Versions:
2.x, 3.x, 4.x, 4.14-4.23x (Available Compiled All 4.x Versions) Other Module Compatibility: N/A From: Attributes Modules
Relevance: 16.61%%  Rating: (0.00) Votes: (0) Hits: (1023) Reviews: Rate It - Review It - Modify It - Report It Bookmark Attribute Wizard
<-- Just click this link and then add to your favorites! Back to Top
Hide Prices Pending Customer Approval module Tremendously useful for wholesalers and other store owners who want to limit access to a known, and approved, customer base. Product prices can be hidden until a customer's account has been approved by the store's owner. Access to the site can also be restricted, requiring customers to login. Includes an administrative utility for review & approval of customer accounts and assigning of price & availability groups. Fully compatible with OpenUI OpenTokens and third-party template-based modules. Professional Version Features: - Price & Availability Groups support integrated into utility module - easily select a price & availability group while approving a customer
- Require Customers to login - customers can be required to login (or create an account) before being granted access to anywhere in the store or to the product-related pages
- OpenUI OpenTokens fully supported
- Compatible with template-based modules, including Viking Coders Category Page Templates & Product Page Templates
- Fully-customizable, template-based merchant notification & customer notification email messages
- Display Attribute-Option prices on Product Display screen
- Plus all the features of the Standard Version
Summary of of Standard Version Features: - Multiple modes for hiding prices - prices can be hidden until a account approved or until a customer creates/logs-in to an account.
- "Add To Cart" and the "Buy One Now" buttons are also hidden.
- Prices & buttons hidden on the Product List, Categories, Search Results, and Product Display screens
- Optional, fully-customizable message can be displayed in place of the hidden prices, on the customer accounts screen & on all screens for accounts that are pending approval
- Two modules in one - includes a feature-rich administrative utility module for approving and managing customers
- "Quick approval" feature for approving new customer accounts
- Admin-Friendly navigation - quickly sort, search, approve, edit & delete customer records
- Optional merchant email notification sent when new accounts created by customers
- Optional customer email notification sent to the customer upon approval of account
| Professional Version also available. | | | Module Configuration Screens | | | | Admin Utility Screens | | | | Store Screens | | | | | | Compatibility | | Compatible with compiled Miva Merchant version 4.14 thru 4.2. OpenUI OpenTokens OpenUI OpenTokens are fully supported. Template-Based Modules Compatible with template-based modules, including Viking Coders Category Page Templates & Product Page Templates Requires OpenUI. | | | | Details | | The "Hide Prices Pending Customer Approval" module contains a wealth of functionality and customizable options. It's tremendously useful for wholesalers and other store owners that want to limit access to a known, and approved, customer base. Product Prices Hidden Product prices can be hidden until a customer's account has been approved by the store's owner. Optionally, prices can be hidden until a customer creates or logs-in to an account (without requiring approval of the account). Buttons Too The product prices - and the "Add To Cart" and the "Buy One Now" buttons - can be hidden on the Product List, Categories, Search Results, and Product Display screens. An optional, fully-customizable message can be displayed in place of the hidden prices. Require Customer Login Customers can be required to login (or create a new account) before being granted access to the entire store or to the product-related pages (Product Listing, Categories, Search, Product Display & Basket screens). For instance - The module can be configured to "Hide Prices Pending Approval of Customer Account" and to "Require Login to View Products". With this configuration: - Customers could access the storefront but would be prevented from accessing the Product Listing, Categories, Search, Product Display & Basket screens. They could of course also access the Login & Create New Accounts screens.
- Once the customer logged in or created a new account, they would then be able to view the Product Listing, Categories, Search & Product Display screens, but the prices would be hidden.
- Once the account was approved by the store's administrator, the customer would be able to login and view product prices.
Multiple Levels of Price Display & Access Restriction Display of Prices: - Hide Prices Pending Approval of Customer Account
- Hide Price Unless Customer Has Account
- Show Prices - (Disables Module)
Access to Store: - No Login Required to Access Store
- Login Required at Storefront
- Login Required to View Products
Customer Messages An optional & customizable "Customer Account Pending Approval" message can be displayed just below the Miva Merchant header. An optional & customizable message can also be displayed on the Customer Account & Customer Information screens. This can be used to inform the customer of the store's policy for accessing the product prices. For example: "Approval of customer account is required. Please complete the customer account form. You will be notified by email when your account is approved." Two Modules In One It's actually two modules - a OpenUI system module and an administrative utility Module. The system module customizes the store's look and feel and limits access to prices. The administrative utility module provides the store owner with the ability of reviewing and approving customer accounts. It's also a feature-rich, admin-friendly customer management utility. Choose the way you approve customer accounts - accounts can now be approved using either the standard Customer admin or the administrative utility module. Quick Approval of Customer Accounts The Approve Customers administrative utility module also has a "quick approval" feature. A store's administrator can quickly search for a new customer by login, email address, or other keyword - then approve the customer with one click. Admin-Friendly navigation - Sort Customers by newest, by id, or by login. Search by login, name or other keyword. Easily scroll through customer records, choose how many are displayed per page, go to first or last record, approve, edit or delete records. Integrated Price & Availability Groups Support The store administrator can also assign customers to a price and/or availability group at the same time that accounts are being approved. Template-based Merchant Notification of New Accounts An optional email notification can be sent to a specified address whenever a new account is created by a customer. The subject, header & message body are fully customizable. The message template has tokens for all customer fields - login, password, shipping info & billing info. Template-based Customer Notification of Approved Accounts An optional email notification can be sent to the customer whenever their account is approved. The subject, header & message body are fully customizable. The message template has tokens for all customer fields - login, password, shipping info & billing info. Display Attribute-Option Prices Attribute & option prices on the product display screen. - Fully customizable attribute-option prompt template gives you complete control over their display
- Works with all types of attributes, drop-down menus, radio button, checkboxes, text fields & memo fields
- Modifies both the Product Display & Missing Attributes screens
- Completely compatible with Miva Merchant price groups
| | | | Installation & Configuration Instructions | | Token & Template Information | | |
|