Tell A Friend Mail Generator |
Copyright © 1999, William Weiland |
Overview Provide an easy interface for visitors to refer your site URL to their friends. It uses the Miva SMTP capability. The subject and body of the Tell a Friend message is configurable through the Merchant admin interface. If the customer sends this email when they are on a specific product screen, a second link to the product is included in the email. Also configurable is the customer screen and optional log and store emails. |
|
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 Mail Generator to enter the configuration settings. |
|
Configuration Settings Enter data into the applicable input fields. Subject Letter Body Store Email (Optional) Form Button Form Button Image (Optional) Form Button Location Screen Title Font Size, Face, Color Table Background Flat File Log |
|
Editing Requirements (skip 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) Locate the function UIModule_Dispatch in the mmui.mv file. Include
the following code in the latter half of the function, not near the
beginning of the UIModule_Dispatch function. 2) If you want to display the Tell a Friend button below the category
list, you could include the following just before the last </TABLE> tag in
the mmui.mv file's MMUI_Begin_Screen function. |