Miva Central: Miva Merchant Module SuperStore
Home | Using MivaCentral | About Modules | Support | Contact Us | Miva Merchant Home







Home > Solutions > Discounts and Promotions > Wholesale Pricing


Wholesale Pricing by INTERACTIVE DESIGN SOLUTIONS
 
Quantity in Basket: none
Code: IDS-WHOLESALE

MSRP:$149.95
Your Price: $149.95


USER INTERFACE INFO

THIS MODULE REQUIRES A NEW USER INTERFACE MODULE TO BE INSTALLED FIRST.

SEE PRODUCT DESCRIPTION FOR INFORMATION ABOUT TOKEN SUPPORT.

Click Here to understand User Interface Modules and Tokens

Click for Slideshow
Other products by this Partner
Contact Partner

IMPORTANT! THIS IS NOT FOR MIVA MERCHANT 5!


Latest Versions: 1.000
Merchant Version:
Versions 4.14 to 4.2x
Installation:
 
Quantity:
 
Wholesale Pricing

Pre-Docs Sale......


Your client can login and get the price you've negotiated or assigned to them. You can have unlimited amount of price lists.

EXAMPLE: Client A can get Product A for $99.95. Client B can get Product A for $109.95 while the customer that hasn't negotiated with you and logs in, or not, gets the default price of Product A at $129.95.

Requirements: compiled Merchant 4/OpenUI/ftp access to your stores mivadata folder.

Pre-Documentation

Benefits of the module:

Your client can login and get the price you've negotiated or assigned to them. You can have unlimited amount of price lists. In other words: Client A can get Product A for $99.95. Client B can get Product A for $109.95 while the customer that hasn't negotiated with you and logs in, or not, gets the default price of Product A at $129.95.

How module works:

Admin:

During install, the module creates example files, customer.dat and pricelist.dat. The Admin or store operator edits these files and places them back in the IDS_WHOLESALE folder -- probably via FTP. You add Customer logins and a price list filename to the customer.dat file. The customer.dat filename is assigned in the System admin. Also, the filename doesn't have to be customer.dat. On Linux/Unix(and maybe some Winserver configs), you will need to beware of case in the filenames. We suggest to keep lowercase filenames.

The pricelist.dat is the referenced file that stores the prices of any or all the products available to this list. There can be more than one list -- as many as you need. The customer.dat points the specific user to a a specific list. The list stores specific prices to specific products.There is no calculation in terms of percentages, etc.

End User:

When your customer/client logs in, they will see the product price display based on the assigned list. If the user is in the customer.dat file with an assigned pricelist filename, product price will be from the price list instead of the MM product database. If a product is NOT in the assigned list, the products displayed price will be the default from the stores product database. If the user isn't in your customer.dat, they will only see default pricing from the stores products database.

 

+++++++++++++++++++++++++++++++++++++++

File format and details

The "example" customer.dat.

Does not have to be named customer.dat. Requires 1 user per line

Users login | Assigned pricelist

onlineuser1|ballcaps

onlineuser2|shoes

The "example" pricelist.dat file

pricelist_filename|product_code|price

pricelist|prcodeA|99.95

A different price list file: with the same product

pricelist_filename|product_code|price

pricelist2|prcodeA|109.95

++++++++++++++++++++++++++++++++++++++++++

Other 3rd Party Display Systems

Some 3rd party systems will take over the display of certain elements of the MM/OpenUI screen. Most will allow you to place OpenTokens. The variable available to use in an OpenToken to display the price lists price is: g.OUIX_formatted_adjusted_price.

Example: %VAR(g.OUIX_formatted_adjusted_price)%.

In the case of VC Cat templates, You would place this where ever in the template you would place the default product price token.