These are the instructions for the HCS ACL ASP 5.4.3
===============================================================
IMPORTANT NOTE: This updater MUST ONLY be used with Ecommerce Plus templates only.
IMPORTANT NOTE: If you are running an older version of the shopping – please upgrade your store to the latest version before applying this add-on.
IMPORTANT NOTE: Always make a backup copy of your database and site before applying these updates.
Please follow these instructions in the order below.
===============================================================
1. Copy all the files of this download in to the appropriate directory of your store.
2. Make a copy of “search.asp” file and save it as “customer.asp”.
Replace the line <!--#include file="vsadmin/inc/incsearch.asp"-->
with
<!--#include file="vsadmin/inc/inc_cust_action.asp"-->
3. You should now see - The Gift certificate link at the bottom of your vsadmin panel.
4. Create your new products – i.e. your Gift Certificates. And then assign them in your Gift Certificate admin panel.
5. Create Email Format – i.e. Create a format of email which will display when customer will purchase any Gift Certificate then send it to a friend or someone at that time email will send in this format which will set in this admin panel.
6. When you now checkout – the Gift certificate mod will be displayed if you purchase anything but a gift certificate.
7. Create cert.asp by copying search.asp and replacing the include line
<!--#include file="vsadmin/inc/incsearch.asp"-->
with
<!--#include file="vsadmin/inc/inccerts2.asp"-->
8. Make a copy of all the data from Admin Email Templates because we have done major changes with Email Templates so we are removing all Email Templates and create new one.
9. Open and run the file updatestore.asp in Internet Explorer. For instance http://www.yoursite.com/updatestore.asp AND THEN CLICK ON THE BUTTON "Upgrade to version ..."
10. Open the file “vsadmin/inc/incfunctions.asp”, and place a line
<!--#include file="includedsn.asp"--> on top of the file.
11. Place the include file <!--#include file="vsadmin/inc/inccustnav.asp"--> in either your includes/copyright.htm or logo.htm files directly after the tag or you may place it in the body of all of the root directory pages that you want the customer menu to appear on.
And make sure is <!--#include file="vsadmin/inc/incfunctions.asp"--> is before <!--#include file="vsadmin/inc/inccustnav.asp"-->
For Dreamweaver users – add the line to your main template page where you want tit to appear.
If you wish to have a navigation menu at the top of the page simply set usecustnav = true in “ACL Parameter Setting” link in your “vsadmin/admin.asp” file.
12. Add the customer.asp page to your Navigation menu.
13. For frontpage users, Open your store in frontpage and refresh/reload and save (I find that to apply some updates you have to open the file concerned and then save.)
14. Set Advanced Customer Login parameters from your admin side admin.asp page under the
title of “Installed 3rd Party MODs”.
Click on “ACL Parameter Setting” Link
15. To add security to a page simply add the lines
<%
This = "MainPageName.asp"
Security_Required = true
%>
With the include line underneath it <!--#include file="incsecurity.asp"-->
16. To change the Wishlist button to a image or a link on the products and proddetail page.
Follow the below instructions.
1) Put your Wishlist button image in your images folder.
2) Replace the line “Add to Wishlist” in each of these files (incproddetail.asp, incproductbody.asp, incproductbody2.asp) with the appropriate image name using following tag.
Find this “Add to Wishlist” and replace this
<img src="images/{image name with extension goes here}" border="0">
17. To change the Watch button to a image or a link on the products and proddetail page.
Follow the below instructions.
1) Put your Watch button images (Add Watch, Remove Watch) in your images folder.
2) Replace the line “Add a Watch” in each of these files (incproddetail.asp, incproductbody.asp, incproductbody2.asp) with the appropriate image name using following tag.
3) Replace the line “Remove a Watch” in each of these files (incproddetail.asp, incproductbody.asp, incproductbody2.asp) with the appropriate image name using following tag.
Find this “Add to Wishlist” and replace this
<img src="images/{image name with extension goes here}" border="0" >
Find this “Remove to Wishlist” and replace this
<img src="images/{image name with extension goes here}" border="0">
18. Add these lines to your vsadmin/inc/languagefile.asp file
xxToRetrnWish="to return to the wishlist."
xxPlsWaitWish="Please wait while we forward you to view the contents of your wish list or "
xxWishSent="The link to your Wish List has been emailed to your friend"
xxWishSub=" Sends Their Wish List"
xxRecWish=" has sent you the following link to view their Wish List: "
xxAddWish="has been added to your Wish List."
xxSryEmpWish="No item under your Wish List."
xxSryEmpWatch = "No item under your Watch List."
xxInWish=" is already in your wishlist."
xxNoLogWish="You must be logged in to view your Wish List"
xxNoLogWishAdd="You must be logged in to add to your Wish List"
xxRecWishCry = "Name needed."
xxGoWish = "Go To Wishlist"
xxCusNoF = "Customer not found."
xxWishNoF="WishList not found."
xxDelWish =" is deleted from your wishlist."
xxNoLogWatch = "You must be logged in to view your Watch List"
xxRecEmail="Recipient Email"
xxRecName="Recipient Name"
xxSendGcInfo="Send Gift Certificate Information"
xxRecvMsg="Message for Recepient"
19. Add these lines to your vsadmin/inc/languageadmin.asp file
yyFrdMsg="You will now be forwarded to "
20. If in your admin section the screen is predominantly blank – you are probably running an earlier version of the store than the current one. In this case replace the incadmin.asp file in your includes directory with your version of the _incadmin_???.asp file provided. Renamed of course to incadmin.asp.
21. That's it ! ! All Done ! !
===============================================================
Any problems please visit our forum at: http://www.hcshelp.com/
|