Purpose of Module
The Remember Me module allows your customers to choose to be remembered
between visits to your store. When they login to their account, they have the
option of allowing your store to remember who they are, even if they close
their browser or shut down their computer. Then, the next time the visit your
store using the same computer, they will be logged into their account
automatically.
How to Install
- Installing the Module
- Unzip the module's ZIP file to your hard drive
- Log into your Miva admin utility
- Expand the navigation tree next to Modules
- Click the link "Add Module"
- Click the "Upload File" graphic
- Click the "Browse" button
- Browse to the location where you stored the files from extracted from the ZIP file
- Select nbremem.mv(c)
- Click the "Upload" button
- When the graphic has been uploaded, the small "Upload File" window will disappear, leaving you with the main Miva admin screen visible
- Click the "Add" button on the main Miva admin screen
- Associating the Module with a Store
- Log into your Miva admin utility
- Expand the navigation tree next to Stores
- Expand the navigation tree next to the store with which you wish to associate this module
- Click the link "System Extension Configuration"
- In the assigned module list, you should see an entry for "NetBlazon's Remember Me"
- Check the checkbox next to this module and click Update
How to Install the Log Helper Module
- Installing the Module
- Unzip the module's ZIP file to your hard drive
- Log into your Miva admin utility
- Expand the navigation tree next to Modules
- Click the link "Add Module"
- Click the "Upload File" graphic
- Click the "Browse" button
- Browse to the location where you stored the files from extracted from the ZIP file
- Select nbremem_log.mv(c)
- Click the "Upload" button
- When the graphic has been uploaded, the small "Upload File" window will disappear, leaving you with the main Miva admin screen visible
- Click the "Add" button on the main Miva admin screen
- Associating the Module with a Store
- Log into your Miva admin utility
- Expand the navigation tree next to Stores
- Expand the navigation tree next to the store with which you wish to associate this module
- Click the link "Logging"
- In the assigned module list, you should see an entry for "NetBlazon's Remember Me (Log Helper)"
- Check the checkbox next to this module and click Update
How to Configure
- Log into your Miva admin utility
- Expand the navigation tree next to Stores
- Expand the navigation tree next to the store with which you wish to associate this module
- Click the link "System Extension Configuration"
- Click the "Remember Me" tab
- In the first textbox, enter the number of days before a cookie should expire. When a cookie expires, the customer will no longer be automatically logged in, until they again choose the "remember me" option.
- The second line is an option to display the Remember Me checkbox on the store's login screen. If you uncheck this, customers will no longer be able to choose this option, but customers who have already chosen to be remembered will still be automatically logged in.
- Enter the text you wish to appear next to the checkbox on the login screen in the final textbox.
- Click the Update button to save your changes.
Using Tokens
If you are using a templating system that blocks the OpenUI hookpoints that normally called
Remember Me, it may not function properly. Remember Me offers tokens that can be used within
templating systems for proper use. These tokens are:
Checkbox: %module|NBREMEM|checkbox% will display the checkbox that the customer can check
in order to be remembered by the store.
Text: %module|NBREMEM|text% will display the prompt that is shown next to the checkbox,
as configured in the module's admin.
Cookie: %module|NBREMEM|cookie% will output the cookie meta tag that is used to store
the unique id used by Remember Me to automatically log the customer back in on future
visits. This token is only needed if the templating system overrides the <head>...
</head> section of the MIVA Merchant page. This token should be used between the
.opening <head> and closing </head> tags.
Remember that the token format within Viking Coder's template modules requires an extra
pipe before the last percent sign. For example: %module|NBREMEM|checkbox|%.
For more details on registering and using OpenTokens, consult this FAQ.
Support
For questions or problems with your Remember Me module, please send email to support@netblazon.com.
|