Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Creating link back to top of page

Creating link back to top of page

Locked

Views: 1,699

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
12 Jul 2008, 4:31 AM
#1
ctcentralinfo avatar

ctcentralinfo

Totally Zenned

Join Date:
Apr 2005
Posts:
853
Plugin Contributions:
0

Creating link back to top of page

First I would like to apologize for my last melt down, interesting how sometimes when you spend hours trying to figure something out, the answer ends up right in front of you. I am trying to figure out how to create I guess you would call it an anchor link that will be located in the footer, that will link back to the top of the page. Something similar to what Amazon.com has on the bottom of it's page.

12 Jul 2008, 9:57 AM
#2
website_rob avatar

website_rob

Inactive

Join Date:
Oct 2006
Location:
Alberta, Canada
Posts:
4,572
Plugin Contributions:
0

Re: Creating link back to top of page

Sometimes one has to be creative when using the Search function.

"top of the page" returned nothing useful
"page top" will show you what you need

HTH

12 Jul 2008, 10:48 PM
#3
ctcentralinfo avatar

ctcentralinfo

Totally Zenned

Join Date:
Apr 2005
Posts:
853
Plugin Contributions:
0

Re: Creating link back to top of page

Found the solution last night on this thread:

http://www.zen-cart.com/forum/showthread.php?t=52664

What I did was add this bit of code:

<a id="top">

right after this piece of code in tpl_main_page.php:

<?php if($zv_onload !='') echo ' onload="'.$zv_onload.'"'; ?>>

Then added this bit of code to my tpl_footer.php file:

<a href="<?php echo zen_output_string_protected($_SERVER['REQUEST_URI']); ?>#top">Top</a>