How To Add A Shortcut Button Or Link Next To "Welcome, Guest ( Login ) ?

How To Add A Shortcut Button Or Link Next To "Welcome, Guest ( Login ) ?



In order to add a short cut button or a link next to the "Welcome, Guest ( Login ) ", please follow these steps given below :

Step 1 : Open the file "shoplayoutmgrwelcomeboxstretch.asp" using notepad or text editor.

Step 2 : Locate the code shown below in around line 119-124 :

sub getwelcomesectionhtml2 welcomenote htmlwrite " (" loginlogouttoggle htmlwrite ") " end sub

Step 3 : Below the : htmlwrite ") ", You can add your own custom links or buttons' html code. For an example :

sub getwelcomesectionhtml2 welcomenote htmlwrite " (" loginlogouttoggle htmlwrite ") " %> <span style="padding-left:20px;"><a href="shopcontent.asp?type=shipping">Our Shipping policy </a></span> <span style="padding-left:20px;"><a href="shopcontent.asp?type=privacy">Our Privacy policy </a></span> <% end sub

Step 4 : Save the file and upload it to your site.

Hope this helps.

Thank you.


Times Viewed:
2337
Added By:
Debbie
Date Created:
2/2/2016
Last Updated:
2/2/2016