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
This module will show the resulting discounts from using the Merchant Price Group Feature. You can use: Markup From Cost, Discount From Retail, and Cost to show discounts to your customers. The amount of discounting is controlled through the admin in the Price Group feature. You also have control over whether you show the customer a higher or lower discount based on the Price Groups they are assigned to. Price: $2.x, 3.x $8 4.x $13 4.14-4.16x $18 Upgrade Cost: $10
Upgrade Terms (If Any): N/A Compatibility: OpenUI Versions:
2.x, 3.x, 4.x, 4.14-4.16x (Available Compiled) Other Module Compatibility: N/A From: Discount Modules / Show Discount Modules
Relevance: 60.68%%  Rating: (0.00) Votes: (0) Hits: (795) Reviews: Rate It - Review It - Modify It - Report It Bookmark Show Price Group Discount
<-- Just click this link and then add to your favorites! Back to Top
Chat with your customers in a live session online. If you have our Show Baskets module (version 4.59 or newer) you can identify and open a chat session for a specific basket. Then with the Talk Back module, the customer can read and respond in that open chat session. Both the Show Baskets and Talk Back modules are required in order to transmit messages from the store admin to the customer in a chat session. You can use a module token to display a "Chat" button for the customer to hail store staff. When
they click the button an email is sent to your predetermined email address you use to notify staff that there is someone in the store who wants to chat live. The store staff can open the session by posting a first message. Once the store begins the dialog, an image or text can be displayed on the storefront (using a token) which invites the customer to chat. If they click the invitation, their chat window will popup. The store and customer can then chat live. The refresh rate is set by the module's configuration, as is the various buttons and text the customer sees. Limitations: The module depends on the customer using cookies and that the cookie does not change each time the customer clicks on a new screen. The cookie (session ID) needs to remain with the
customer as they shop in your Merchant store anyway or they would not be able to maintain items in their basket. The customer cannot have popups blocked and they must have javascript enabled.
Required companion modules: 1) You must have Show Baskets version 4.59 or newer in order to use this module. 2) OpenUI must be installed in the store. Price: $20 Upgrade Cost: $0
Upgrade Terms (If Any): N/A Compatibility: OpenUI Versions:
4.14-4.16x (Available Compiled) Other Module Compatibility: N/A From: Store Features Modules
Relevance: 38.46%%  Rating: (0.00) Votes: (0) Hits: (576) Reviews: Rate It - Review It - Modify It - Report It Bookmark Talk Back Chat Program
<-- Just click this link and then add to your favorites! Back to Top
Display all open baskets in a table format. This report includes active and expired baskets. As a MIVA Merchant store owner you are able to see how many people come to your store and abandon baskets, even after placing items in thebasket. This module is for MIVA Merchant 5.x. We also have the corresponding module for an older version of Merchant. In some cases, customers get to checkout and then abandon baskets and you can determine that too. You can use the module to check basket activity before closing the store for maintenance or deleting baskets in admin. As basketsare converted to orders, they disappear from this listing. Likewise, when expired baskets are deleted in Admin, they also disappear from this listing. - Basket ID - Number assigned when a customer visits your store
- Order No. - Incremented number (or retrieved from unused numbers) each time a customer enters their customer information at checkout
- Customer - Account info (if available) - Login, Ship To Name, Bill To Name (if different), Ship To Email, Bill To Email (if different)
- Product - Product codes in the basket at this time (may be empty or contain one or more)
- Expired - "Yes" indicates the basket was last refreshed more than the number of minutes for your basket timeout setting. A number indicates the number of minutes since last activity and the basket is not timed out.
You can delete specific baskets. This feature was requested by a store owner who found his competition was purposely putting large quantities of items in the basket so they would be out of stock. By using this feature he was able to delete the basket and the items were immediately put back in inventory. 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: $19.95 Upgrade Cost: $0
Upgrade Terms (If Any): N/A Compatibility: N/A Versions:
5.x+ Other Module Compatibility: N/A From: Administrative Modules
Relevance: 36.75%%  Rating: (0) Votes: (0) Hits: (1092) Reviews: Rate It - Review It - Modify It - Report It Bookmark Show Baskets v5
<-- Just click this link and then add to your favorites! Back to Top
This module consists of two scripts. The first is installed as a module within your Miva Merchant. The system module is then used to determine what products to display, the amount of text, and the location of the images. The second script is ftp'd to your site, and referenced using a standard shtml 'include'. When the page is viewed, a series of product thumbnails will be randomly displayed. *Requires use of server sides includes (ssi). Price: $29.95 Upgrade Cost: $0
Upgrade Terms (If Any): N/A Compatibility: MMUI/OpenUI Versions:
4.x, 4.14-4.16x (Available Compiled) Other Module Compatibility: N/A From: Miva Merchant Add-Ons
Relevance: 35.04%%  Rating: (0.00) Votes: (0) Hits: (798) Reviews: Rate It - Review It - Modify It - Report It Bookmark Show Random
<-- Just click this link and then add to your favorites! Back to Top
This module inserts the payment method into the merchant notification and customer confirmation emails. It will optionally (admin control) include the payment data, eg check number or purchase order number. You may want to turn that off if you do not want those numbers within insecure email. It does NOT include the credit card numbers. If you are using the OpenUI look and feel emails, the module requires no code modification. If you are using the MMUI look and feel emails, it requires an edit to the meremail.mv and custeml.mv files. Note:This module cannot be used with Miva Engine version 3.9602 and OpenUI due to a bug in the Miva Empressa Engine. Price: $10 Upgrade Cost: $5
Upgrade Terms (If Any): Upgrade Now Compatibility: MMUI/OpenUI Versions:
3.x, 4.x, 4.14-4.16x (Available Compiled) Other Module Compatibility: N/A From: Order Notification Modules
Relevance: 35.04%%  Rating: (0.00) Votes: (0) Hits: (954) Reviews: Rate It - Review It - Modify It - Report It Bookmark Show Payment Type
<-- 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: 28.21%%  Rating: (0.00) Votes: (0) Hits: (887) 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
Enhance your shopper experience by providing additional images and information for your store products and categories. This module is packed with features like up to five additional images, for each of your products and categories. Module provides JavaScript functions to handle, image popup windows, mouseover/onclick image swap and slide show options. Each image has an upload feature, an associated width, height, title/description, link and link target fields, controlled through MIVA Merchant admin. Token shortcuts are provided for all of the fields, as well as shortcuts for quick image, image with link, javascript popup, mouseover, onclick image swap and slide show features. The ADS Image Extra Module Features: - Simple Module Installation and Configuration
- Automatic installation and assignment of PROD, CTGY pages with a required item.
- Menu-Driven control for Image uploads, width, height, title/description, link and link target fields
- Includes JavaScript functions for image popup windows, mouseover/onclick image swap and slide show options.
- Built-in Import function to make importing new product fields easy.
- List of tokens and token placement suggestions to make installation quick and easy.
- Tokens can be used on any product or category associated template screens. This includes individual category and product headers/footers, category and product page headers and footers, category and product pages, etc..
- HTML and Merchant template scripting knowledge is required to make template modifications. If you do not have these skills it is recommended you contact ADS representative to get assistance with template design and customization.
Sample Product Page sceenshot with ImageXtra Popup window.
 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-imagextra and any Category/Product related templates.
- HTML and template scripting knowledge is required to make template modifications. If you do not have these skills it is recommended you contact ADS representative to get assistance with template design and customization.
Price: $85 Upgrade Cost: $0
Upgrade Terms (If Any): N/A Compatibility: N/A Versions:
5.x+ Other Module Compatibility: N/A From: Graphics Images Display Modules
Relevance: 28.21%%  Rating: (0.00) Votes: (0) Hits: (999) Reviews: Rate It - Review It - Modify It - Report It Bookmark Image Extra v5
<-- Just click this link and then add to your favorites! Back to Top
Create and display category listings with assigned products on your storefront. For example, create a "Featured Products" listing and/or a "New Products" listing. Create as many listings as you want and assign as many products to each listing as you want. Each listing uses a preset HTML layout that is created by you. Within your desired HTML you can select from many of the available tokens. Some of the tokens are: ò %name% - Shows Product Name ò %linked_name% - Shows Product Name Linked ò %code% - Shows Product Code ò %linked_code% - Shows Product Code Linked ò %weight% - Shows Product Weight ò %price% - Shows Product Price ò %cost% - Shows Product Cost ò %savings% - Shows Product Savings ò %desc% - Shows Product Description ò %short_desc% - Shows Short Product Description ò %thumbnail% - Shows Product Thumbnail ò %linked_thumbnail% - Shows Product Thumbnail Linked ò %add2cart% - Shows Add 2 Cart Button ò %add2cartI% - Shows Add 2 Cart Image ò %buy1now% - Shows Buy 1 Now Button ò %buy1nowI% - Shows Buy 1 Now Image ò %url% - Open Product Link Tag Price: $35.95 Upgrade Cost: $20.95
Upgrade Terms (If Any): N/A Compatibility: 17.95 Versions:
4.x, 4.14-4.16x (Available Compiled) Other Module Compatibility: N/A From: Welcome Screen Storefront Modules
Relevance: 28.21%%  Rating: (0.00) Votes: (0) Hits: (1372) Reviews: Rate It - Review It - Modify It - Report It Bookmark StoreFront Featured Products
<-- Just click this link and then add to your favorites! Back to Top
Display all open baskets in a table format. This report includes active and expired baskets. As a store owner you are able to see how many people come to your store and abandon baskets, even after placing items in the basket. In some cases, customers get to checkout and then abandon baskets and you can determine that too. You can use it to check basket activity before closing the store for maintenance or deleting baskets in admin. As baskets are converted to orders, they disappear from this listing. Likewise, when expired baskets are deleted in Admin, they also disappear from this listing. - Basket ID - Number assigned when a customer visits your store
- Order No. - Incremented number (or retrieved from unused numbers) each time a customer enters their customer information at checkout
- Customer - Account info (if available) - Login, Ship To Name, Bill To Name (if different), Ship To Email, Bill To Email (if different)
- Product - Product codes in the basket at this time (may be empty or contain one or more)
- Expired - "Yes" indicates the basket was last refreshed more than the number of minutes for your basket timeout setting. A number indicates the number of minutes since last activity and the basket is not timed out.
Version 3.x Available Price: $17 Upgrade Cost: $10
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: Administrative Modules
Relevance: 26.50%%  Rating: (1.00) Votes: (0) Hits: (1190) Reviews: Rate It - Review It - Modify It - Report It Bookmark Show Shopping Baskets
<-- Just click this link and then add to your favorites! Back to Top
If your products do not require shipping, this module will eliminate unnecessary shipping selections. The module can hide all reference to shipping on the shipping and payment selection screen, basket, invoice and notification/confirmation emails. You can modify this no shipping feature to show or hide shipping for specific locations. The module can be configured to match specific states, countries or zip code addresses to show or hide the shipping screens. If this is implemented, then the module will show or hide selection of methods from the store's assigned shipping modules. For example, the store could designate free shipping to a specific list of ZIP codes as local addresses. Or it might be used to allow free shipping to an entire country or list of countries. The store owner selects how this module will be used in his/her store.
This module is available for OpenUI user interface only. Price: $15 Upgrade Cost: $5
Upgrade Terms (If Any): For v4.x Only Upgrade Now Compatibility: OpenUI Versions:
3.x, 4.x, 4.14-4.16x (Available Compiled) Other Module Compatibility: N/A From: Shipping Modules / No Shipping Modules
Relevance: 26.50%%  Rating: (0.00) Votes: (0) Hits: (831) Reviews: Rate It - Review It - Modify It - Report It Bookmark No Shipping Module
<-- Just click this link and then add to your favorites! Back to Top
Create and add as many of your own storefront pages as you like. Add static HTML content pages/screens within your storefront to display information, such as policies, contact us, FAQ's, shipping info, etc. Each page created can individually control the screen code, title, content, show/hide category tree, and show/hide right column inside the module configuration. OpenTokens is fully supported to parse/display OUI tokens for the page and provide easy insertion/placement of additional storefront page links inside the storefront. OpenToken Compatible! Price: $29.95 Upgrade Cost: $14.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: Additional Screens Modules
Relevance: 17.95%%  Rating: (10.00) Votes: (0) Hits: (1257) Reviews: Rate It - Review It - Modify It - Report It Bookmark Additional Storefront Pages
<-- Just click this link and then add to your favorites! Back to Top
"What if I could show you how to start, grow and automate your Internet Business, where you see the results in less than 48 hours -- would you be excited?" "... It took my team and I four long months to compile all of the research, test results, examples, and case studies, but it's finally DONE! And when you get your hands on my shocking course, 'Insider Secrets to Marketing Your Business on the Internet,' you'll find my record-breaking secrets carefully organized into an easy to read step-by-step system. Use my techniques, and you won't need start-up capital. You don't need to be a technical expert. However, if you think you already 'know it all,' I suggest that you stop reading now... this information isn't for you. On the other hand, if you're open-minded and willing to look at case studies of promotions that worked, as well as ones that failed -- and find out what made the difference -- you need to get my Course. You'll read about my cutting-edge strategies in each of these areas (and a lot more): >> Easy to read step-by-step advice you can use to start, grow and automate any Internet business... with results, in less than 48 hrs.>> How to build a top-selling web site... for less than $100! I don't care how small your budget is, I'll show you the most cost effective ways to build a web site that sells!
>> Where to find hot products (in 20 minutes or LESS!) that you can start selling TODAY! These in-demand products will sell like hot cakes, no matter what your experience!
>> 100s of FREE and inexpensive online tools, resources, and software that you can use to automate your web site (and save you at least 35 hours every week)!
>> How to get #1 rankings in the search engines and get tons of FREE traffic from the 'Big Guys' like Google!
>> Secrets to writing sales copy that increases sales by 400% (or MORE)!
>> Get 1,000s of NEW visitors to your web site... for FREE! My closest friends and business associates are telling me I'm crazy, and that I'm giving away too much... but I don't care. I simply tell them that I care more about your success." You will get two beefy 3-ring binders (over 1,000 pages) packed with the SAME tested and proven fast-growth strategies Corey has personally used to build his one-man business into a $7.6 million enterprise -- on a shoestring budget. And this is the same system that literally thousands of his protégés have used to drive truckloads of cash out of the Internet and into their pockets. Price: $197 Upgrade Cost: $0
Upgrade Terms (If Any): N/A Compatibility: MMUI/OpenUI Versions:
1.x, 2.x, 3.x, 4.x, 4.14-4.24x, 5.x Other Module Compatibility: N/A From: Miva Merchant Add-Ons
Relevance: 17.95%%  Rating: (0.00) Votes: (0) Hits: (758) Reviews: Rate It - Review It - Modify It - Report It Bookmark Insider Secrets to Marketing Your Business on the Internet
<-- Just click this link and then add to your favorites! Back to Top
The purpose of this module is to allow customers to place an order at a Miva Merchant™ Storefront Development System © Miva Corp which they will then pay for using their PayPal © x.com account. This payment module is licensed per domain. No additional store licenses are required if used within the same mall. The current version works with Merchant 2.x, 3.x and 4.x. If your PayPal account is either a "Business" or "Premier" PayPal account, this module guides the customer to the PayPal payment screens so that they do not get to the invoice screen without properly entering pay data. When the customer clicks the Pay button at the PayPal site, you can have the PayPal Instant Payment Notification (IPN) send a silent update back to your payment history file which can be viewed in your Merchant admin:order edit screen. Unlike some other modules, if the customer does not return to Merchant, his order will still be processed and email notifications sent. When returning to your store, the invoice page will be displayed. You can also add additional instructions to inform customers what to expect at the PayPal site through the admin interface. If you are using Addendum in your store, you will need to use Addendum version 3.08 or newer when using the PayPal module. If your PayPal account is a "Personal" account, the flow for payment is a bit different. Contact me if your PayPal account is a "personal" PayPal account and I will give you the details. Although the PayPal system is not like real time credit card processing and authorization systems, it is more like using the simple credit card validation. PayPal does the authorization using it's web accept and sends you a confirmation email. You match the Merchant notification emails with the PayPal confirmation emails. For added security, it is advisable to check the status on the PayPal web site (linked within Merchant admin). Once confirmations are verified that the money has transferred to your account, you can ship the products. The Merchant version 2.x, 3.x and 4.x PayPal payment module can be used with both the MMUI and OpenUI look and feel. A single edit is needed if you are using the MMUI AND your PayPal account is a "Personal" account. If you have a "Business" or "Premier" PayPal account, the MMUI edit is NOT needed. An optional code edit can be also made to include the payment method in the merchant notification email. You may find it advantageous to use our Show Payment Type module instead which lists all payment methods in the email, not just PayPal. No code edits are needed if you are using the OpenUI for either the PayPal or Show Payment Type modules. New in the compiled version is a report module. You can list orders by any time frame and specify only orders with a specific product code in them. You can also sort it by state or country according to their paypal.com account registration
This module is particularly useful for the small sized Mom and Pop store which does not want the added expense of setting up Merchant credit card accounts and having to meet minimum sales quotas. This store is a prime example, as I do not take credit cards directly. Rather you can pay for software at this store using PayPal, by signing up and debiting your credit card at PayPal. Try it out, I think you'll like it. Additionally, it is a nice option for the big guys in that it makes online fulfillment possible for those customers who don't have credit cards but have built up an online balance through their own sales, e.g. through eBay. PayPal is the predominant method of payment at eBay. There are over 16,000,000 million PayPal accounts. Do not overlook these as potential customers at your store. Over 30,000 websites accept PayPal and are listed in the PayPal Shops at paypal.com. Can you afford not to be in that list? PayPal accounts are available to customers in the United States and many other countries around the world. PayPal is currently giving you $5 to sign up and complete the bonus requirements. So do the math. Signup, order this $20 module and let PayPal pay $5 of the cost. How long this will last is anybody's guess, so don't wait too long. If you are not familiar with how PayPal works, check it out. If you like it, sign up, then add this payment option to your store. Price: $25 Upgrade Cost: $10
Upgrade Terms (If Any): N/A Compatibility: MMUI/OpenUI Versions:
1.x, 2.x, 3.x, 4.x, 4.14-4.16x (Available Compiled) Other Module Compatibility: N/A From: Payment Modules / Paypal Acceptance Modules
Relevance: 17.95%%  Rating: (10.00) Votes: (1) Hits: (1800) Reviews: Rate It - Review It - Modify It - Report It Bookmark PayPal Payment Acceptance
<-- Just click this link and then add to your favorites! Back to Top
The purpose of this module is to allow customers to place a subscription order at a Miva Merchant (? Miva Corp) store which they will then pay for using their PayPal (? x.com) account. This module is licensed per domain. No additional store licenses are required if used within the same mall. This module is specifically designed for subscription payments. It allows scheduling one or two trial periods, with or without a charge on the first trial. The second trail, if used, would charge the customer. You can skip the trial periods and only offer the regular subscription. The subsciption allows intervals established in days, weeks, months and years. The customer makes the first payment. They then pay at the store's preset interval automatically. PayPal notifies them as each payment due is paid. If the customer cancels or does not pay at any interval, the store owner is notified so that he/she can turn off the subscription. PayPal manages the payments and intervals and deposits the payments into your account automatically. This module guides the customer to the PayPal payment screens so that they do not get to the invoice screen without properly entering pay data. When the customer clicks the Pay button at the PayPal site, you can have the PayPal Instant Payment Notification send a silent update back to your payment history file which can be viewed in your Merchant admin:order edit screen. Unlike some other modules, if the customer does not return to Merchant, his order will still be processed and email notifications sent. When returning to your store, the invoice page will be displayed. You can also add additional instructions to inform customers what to expect at the PayPal site. The module default will allow all of your products to be purchased with subscriptions. However, you can limit that to only product codes which you want to sell as subscriptions. Use this module for magazine or ezine subscriptions. You can even use it for membership programs. As long as the customer keeps their payments current, you keep their membership active. If they fail to keep current, PayPal notifies you of the status. Use it to manage domain registrations or web hosting fees. If you sell software licenses which are renewable, PayPal can keep track of the renewal dates and notify the customer and you. Click on the product name for more info! Although the PayPal system is not like real time credit card processing and authorization systems, it is more like using the simple credit card validation. PayPal does the authorization and sends you a confirmation email. You match the Merchant notification emails with the PayPal confirmation emails. For added security, it is advisable to check the status on the PayPal web site (linked to the specific transaction within Merchant admin). Once confirmations are verified that the money has transferred to your account, you can supply the products. The Merchant version 2.x, 3.x and 4.x PayPal payment module can be used with both the MMUI and OpenUI look and feel. If using the MMUI, an optional code edit can be also made to include the payment method in the merchant notification email. You may find it advantageous to use our Show Payment Type module instead which lists all payment methods in the email, not just PayPal. No code edits are needed if you are using the OpenUI for either the PayPal or Show Payment Type modules. Price: $15 Upgrade Cost: $5
Upgrade Terms (If Any): Upgrade Now Compatibility: MMUI/OpenUI Versions:
1.x, 2.x, 3.x, 4.x, 4.14-4.16x (Available Compiled) Other Module Compatibility: N/A From: Payment Modules / Paypal Acceptance Modules
Relevance: 17.95%%  Rating: (0.00) Votes: (0) Hits: (1007) Reviews: Rate It - Review It - Modify It - Report It Bookmark Paypal Subscription Payment
<-- Just click this link and then add to your favorites! Back to Top
Implement customer product ratings and reviews within Miva Merchant. The module license is for ONE mall. Within that single mall, it can be used in multiple stores without additional license. This module is for MIVA Merchant 5.x. We also have the corresponding module for an older version of Merchant.
Features: - Rate with a numerical/verbal score for each product - Review each product with narrative critique - Customers login prior to rate and review - Configurable message if not logged in - All customers can view ratings/reviews without logging in - Limit customer to one rating/review per product - Customer can edit their prior rating/review of the product if logged in - Ratings are averaged and graphically displayed - Graphics display on product and/or expanded search, category and product list screens - Store owner can replace default heart images with their own - Optional email notification to store when new rating is made - Auto-approve or admin approve before allowing display in the store - Admin reports for easy deletion, analysis, and approval - Admin reports to screen, export to flat file, and optionally email flat file to store - Easily remove malicious customer prank ratings - Easily remove all ratings by a specific customer account login - Easily remove ratings/reviews of a specific product code - List all unapproved ratings/reviews for easy approval of one or more - Summary report for all ratings/reviews on a specific product - Summary report for all ratings/reviews by a specific customer - Admin reports with hot links of the customer logins so you can quickly view rater details - Sort the reviews in the order you want them displayed - Module comes with default layout for both the entry form and display - Easily replace the default layout with customizable template entry form and display - Use render tokens for placement of display and/or prompt in the page template screens - Optionally use tokens in the display template for listing the rater's identity - Allow customer to include identity with their email, name, or location (automatically filled in from their customer account) - Exclude specific product codes from being rated - Integrate with the Emporium Plus Mail Manager module to send a promo email to the ratee, thanking them for the rating - Limit number of reviews on the product page with a "more" link to show all - Licensed by domain without need for multistore license if same domain |
Feature Details. The purpose of Rate This module is to allow customers (who have signed in) to provide their rating/review of products offered in the store.The module allows a customer one review on each productthey choose to rate/review. They can go back and change their rating and review as it is controlled by their login and password. The average customer rating is displayed graphically with whole or half images. This graphical display can be on the product screen, the category listscreen or both. The default images are hearts, but the mall owner can substitute any graphics he/she wants. Customers can also leave narrative comments about products they wish to review.All customers, not just those logged in, are able to view the ratings and reviews made by other customers. In the event that a malicious customer enters prank ratings, the admin interface allows removal of all ratings by specific customers. Since the module has an email alert feature (if turned onby the store owner), you will know what ratings are being left for your products. There is also a report generator to list all ratings on a specific product code or all ratings by a specific customer. You can also display and/or delete the ratings of a specific product from the individual product edit screen. Using a render token, place the Rate This button on the product page so that it better fits your desired look. You canlimit the number of reviews which appear on the product page with a "more"link to show all. You can sort the order of the reviews within the product edit screen so that customers see the reviews in the order you want them seen. You can also require admin approval before the rating/review is displayed to customers visiting your store. Admin reports can be displayed to screen, exported to flat file, and optionally email the flat file to the store. The admin rating reports which display the login have a hot link to the customer login so you can quickly view who the rater is. Configure through admin, the text and tokens in both the display and prompt for this module as they are customizable templates which can replace the default layouts. You can allow the customer to include their email, name, or location (automatically filled in from their customer account) along with the reviews, depending on the demographicyou choose to allow in the store. As example, a typical rating might be Reviewer: John in Anglikon, Switzerland 05/14/2001 Great tool and simple to install
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: $35.00 Upgrade Cost: $0
Upgrade Terms (If Any): N/A Compatibility: N/A Versions:
5.x+ Other Module Compatibility: N/A From: Product Reviews and Ratings
Relevance: 17.95%%  Rating: (0) Votes: (0) Hits: (754) Reviews: Rate It - Review It - Modify It - Report It Bookmark Rate This v5
<-- Just click this link and then add to your favorites! Back to Top
Running Subtotal Display can show customers a running subtotal of their current basket, including the total number of items added. "Tokens" for the subtotal and number of items give you precise control over the appearance, and the admin interface features extensive additional display options. The running subtotal may be displayed above/below the global header, below the top navigation bar, above/below the category tree header, above/below the category tree footer, and/or above/below the global footer. The subtotal can also be set to not display until items have been added to the basket Additionally, you can specify exactly which screens to display the subtotal on, or have it displayed on all screens. Price: $25 Upgrade Cost: $15
Upgrade Terms (If Any): Upgrade Pre-Sept 15 $15 Post $0 Compatibility: OpenUI Versions:
3.x, 4.x, 4.14-4.16x (Available Compiled) Other Module Compatibility: N/A From: Running Subtotal Display Modules
Relevance: 17.95%%  Rating: (0.00) Votes: (0) Hits: (1223) Reviews: Rate It - Review It - Modify It - Report It Bookmark Running Subtotal Display
<-- Just click this link and then add to your favorites! Back to Top
With Kitmaker, you can combine several related products into a kit and offer them as a group price. You can also combine unrelated products to establish a bundle offering. This product contains both the Kit Maker module and the Strike Thru module. Admin Screen Shot You simply enter a percentage discount in your admin and Miva Merchant will sum the prices of the individual items, then apply that discount to calculate the new kit price. If you change the price of a kit component, the kit price will be re-calculated when you update the kit assembly in admin AND when the kit product is displayed on the screen=PROD in merchant. The kit component list can be displayed in the narrative description area on the product screen. You can display it at the beginning or end of the description or leave it off altogether. Each of the kit components is listed as a link to the individual product's screen so that customers can review the full description of each component. Each kit has the option to show or hide the percent savings. If you want to show the full price as a strike thru you can select in admin to automatically calculate the product cost equal to the original prices of all of the components. Then install the striker.mv module (included with Kit Maker) and it will display a strike thru for all products where the cost exceeds the price, not just those products which are kits. If using the OpenUI, the code is inserted automatically. If using the MMUI look and feel, two edits are required in the mmui.mv file for Kit Maker and one edit is required if you want to add the Strike Thru capability to your store.
New in the compiled version is compatibility interface with the OpenUI Tokens and Viking Coders product template module. Place the list of kit components on the product page so that it better fits your desired look. The kit component display can either use the default display (store owner does not need to know html) or the template which allows the store owner to rearrange the kit component display with or without thumbnail images.
Limitation: This module does not have inventory management oversight of the individual components for display or decrementing. If your components are such that they may likely be depleted, then you will need to scrutinize sales to
determine when to remove the kit from the shelf.
An example of a product assembled using Kit Maker is at
1AA00102. Price: $20 Upgrade Cost: $5
Upgrade Terms (If Any): Upgrade Now Compatibility: MMUI/OpenUI Versions:
2.x, 3.x, 4.x, 4.14-4.16x (Available Compiled) Other Module Compatibility: N/A From: Specials Sales Modules
Relevance: 17.95%%  Rating: (0.00) Votes: (0) Hits: (1231) Reviews: Rate It - Review It - Modify It - Report It Bookmark Kitmaker - Group Price for Products
<-- Just click this link and then add to your favorites! Back to Top
[This is a script. Not a Module. FTP required to upload it to your server] If you are anything like me you really like to know what is going on in your store. A step in the right direction is the STATS information new for Merchant 4. Quickstats is a STANDALONE APPLICATION that takes this information and makes it easily available to you at the click of a button. It will display this statistic information AND the date and time of the last order for each store on your domain. You can also install multiple copies to show one store only if you have multiple store owners on your domain. This allows you to either get this information by creating a favorite in your browser, a desktop shortcut or even making it your Browser Homepage. Note that this script is NOT password protected. Security recommendations are made in an included document to show you how you can keep things secure, but still have that 1-click access to the information. The information displayed has been chosen to only include non-security critical fields to give maximum information but give absolutely no risk of sharing customer sensitive data. Price: $14.97 Upgrade Cost: $0
Upgrade Terms (If Any): N/A Compatibility: MMUI/OpenUI Versions:
4.x Other Module Compatibility: N/A From: Store Statistics Modules
Relevance: 17.95%%  Rating: (10.00) Votes: (0) Hits: (1084) Reviews: Rate It - Review It - Modify It - Report It Bookmark Webmaster Quickstats
<-- Just click this link and then add to your favorites! Back to Top
Shows an unselectable list of the attributes & their prices in the category screen. Excellent for selling media, and other products with multiple options. Currently only works with the Line by Line display, and Radio buttons. Price: $9.25 Upgrade Cost: $0
Upgrade Terms (If Any): N/A Compatibility: OpenUI Versions:
4.x Other Module Compatibility: N/A From: Attributes Modules / Attributes Price Display Modules
Relevance: 13.68%%  Rating: (0.00) Votes: (0) Hits: (869) Reviews: Rate It - Review It - Modify It - Report It Bookmark Shows Attribute Prices in Category Line by Line
<-- Just click this link and then add to your favorites! Back to Top
|