This QuickGuide will show you the multiple benefits of using the Customer Log In feature within your MonsterCommerce store software. The Customer Log In feature allows for wholesale pricing, tax exemption, access to product pages to be regulated, and customers will also have access to their accounts (orders and personal profile). Store admins have the option to customize the Customer Log In page or to have it fit in the center content area of the site.
To enable the Customer Log In feature, you will go to Settings >> Site Wide Settings >> Log In & My Account (tab).
Below is a list of the Settings that effect log in:
Set this option to Yes if you want the entrance page of your site to be the Log In page.
When set to Yes, a ‘Register’ button is visible on the Log In page. If this is set to No, the customer's account will be created during the checkout process.
Set this option to Yes if you want the Log In page to fit into the center content area of the site. The top, left, bottom and right navigation will be visible.
If this is set to No, the Log In page will open in a window without the navigation areas visible.
Note: In order to add content to the Log In page, this MUST be set to No.
There are numerous ways for you to add the log in feature to your site.
http://www.yourdomain.com/index.asp?PageAction=LOGINhttp://www.yourdomain.com/index.asp?PageAction=LOGOFFhttp://www.yourdomain.com/login.asp?http://www.yourdomain.com/index.asp?PageAction=LOGOFFDRAWCUSTOMERWELCOME
DRAWCUSTOMLOGIN
DRAWCUSTOMLOGIN2
DRAWCUSTOMLOGIN function, but can be
used as a horizontal quick loginNote: Each View is internally set at 100% table width. This means you need to create a set size table or cell before calling the function.
<table width="100%" border="0">
<tr>
<td width="90%">
test test
</td>
<td width="10%">
<%DRAWCUSTOMLOGIN%>
</td>
</tr>
</table>