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 Unzip the mailgen.zip file. Use the Merchant admin upload feature to upload the mailgen.mv(c) 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. The compiled version of this module licensed on or after November 7, 2003 has a new file called cim_new.mvc which you need to install. Install through admin as a store system extension module. |
|
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 Templates |
|
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) Skip this paragraph if using compiled Merchant and you licensed this
module after Nov 7, 2003. 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) Skip this paragraph if using compiled Merchant and you licensed this
module after Nov 7, 2003. 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. 3) Use this paragraph if using compiled Merchant and you licensed this
module after Nov 7, 2003. You can display this form in any screen header or
footer. Fill in the info for your domain. No editing of the mmui.mv is
required. |
|
Upgrade Note If you are upgrading from a previous version of this module to the compiled version, this paragraph may apply to you. The compiled version of this module licensed on or after November 7, 2003 has a new link for calling the customer entry screen. So if you have a button or link on a static page to call the customer entry screen, you will need to change the Screen to NEW and include SubScreen=TELL. You will also be installing a new file called cim_new.mvc. |