Download User Manual - Ecommerce software
Transcript
exemption to particular users. You can also restrict access to certain pages of your site. Version 5.3.0 saw the expansion of the customer login system to allow customers to create their own account, view their order history and save billing and shipping addresses. ASP Version PHP Version Enabling customer login (ASP Version) If you would like to have a login status box on each page you will need to add one line of code where you would like the login box to appear. The code you need is the following: <!--#include file="vsadmin/inc/incminilogin.asp"--> Paste that into HTML / code view exactly where the login box should appear and make sure that it comes somewhere after the include lines: <!--#include file="vsadmin/db_conn_open.asp"--> <!--#include file="vsadmin/inc/languagefile.asp"--> <!--#include file="vsadmin/includes.asp"--> <!--#include file="vsadmin/inc/incfunctions.asp"--> To enable the login you will then need to go to vsadmin/includes.asp and add the line (if it's not already present) enableclientlogin=true Finally you'll need to set up the login page itself. Open your thanks.asp page and save it as clientlogin.asp. Then go in to HTML / code view and locate this line: <!--#include file="vsadmin/inc/incthanks.asp"--> ....and change it to <!--#include file="vsadmin/inc/incclientlogin.asp"--> Save clientlogin.asp and upload it to your server. You should now be able to see the login box and the login page on your store. Login Box 102 © Ecommerce Templates