Contact Manager |
Copyright © 2001, William Weiland |
Overview Contact/inquiry email from your customers can be launched from a form within your Merchant program. This keeps your store's email address out of view of spammer email address harvesters. It also allows you to easily change the email address you want inquiries to go to without editing html pages. You can launch the contact manager form from a button in the category column or from a static page. You can also use a http link format for launching the contact manager form from static pages or within Merchant. |
|
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 Contact Manager 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. Category Column Button Category Column Button Image Email Subject Email To Screen Title Customer Email Prompt Customer Inquiry Prompt Font Color, Size and Face Prompt Box Color Customer Form Body Customer Send Button Text Customer Send Button Image Optional Autoresponse After Inquiry Optional Technician List Extra Field List |
|
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. 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) Skip this paragraph if using compiled Merchant and you licensed this
module after Nov 7, 2003. If you want to display the Contact Manager
(contact us) 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=SPTS. You will also be installing a new file called cim_new.mvc. |