Wait List Manager |
Copyright © 2001, William Weiland |
Overview Customers can identify products that they would like to purchase but are currently out of stock. Once you place the product in stock, you can run the Send Email routine in admin. Each waiting customer will receive an email telling them that the product is back in stock. |
|
Initial Setup Use the Merchant admin upload feature to upload the module. Once uploaded, click the Add button to add it to the mall/domain. In admin, under your store, click on the link for Utilities Configuration Screen. Assign the module and Update it to install it in your store. Click the link for Wait List Manager to enter the configuration settings. |
|
Configuration Settings Enter data into the applicable input fields. Prompt Screen Title Screen Body Input Form Email Subject and Body Thankyou Email Body Expire Block Automatic Wait List Prompt |
|
Editing Requirements (skip to #4 if using the OpenUI) If you are using the Miva Merchant User Interface (mmui) you will need to make some very simple edits to the core files. Be sure to do that with a text editor (NO WYSIWYG editors) such as Programmer's File Editor (PFE) so as not to damage the mv files. ALWAYS BACKUP your unmodified mv files in case you make a mistake. 1) In the mmui.mv file, function UIModule_Dispatch, include the following
code. Put this code in the latter half of the function, not near the
beginning of the UIModule_Dispatch function. 2) Product Screen Display: 3) Category Screen Display: 4) If you are not using inventory management, you can add the link
manually in the product narrative description. If you want to display
the Wait List link button manually in the product description, you could
include the following link in the product description page. You can vary
the text between the link and anchor or even use an image. You'll also
change the store code and product code to match your store and product
codes. |
|
Usage Wait list notices can be sent out for all products with a quantity greater than zero (if you are using my Inventory Management module) by clicking the image to the left of the word Utilities in the store admin. Then click on the link for Wait List Manager. Wait list notices can be sent out on an individual product by selecting the individual product editing screen. Then click on the link for Wait List. You can send one or more (including all waiting customers) notices by checking the box(es) and selecting Update. This would be the method for sending notices if you are not using my Inventory Management module or you just want to send notices limited to one product. You can also remove waiting customer records by checking the box in the appropriate column and selecting Update. |