Zen Cart Logo

back to top button?

Locked

Views: 1,276

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
2 Dec 2010, 2:37 AM
#1
eggrush avatar

eggrush

Zen Follower

Join Date:
Apr 2007
Posts:
153
Plugin Contributions:
0

back to top button?

Hi peeps
I would love to add a back to top button at the bottom right hand side of the product pages of our website in all categories, heres a link to one page:

http://www.mirrormanmirrors.com/index.php?main_page=index&cPath=3

anyone know how to achieve this?

Egg:cool:

3 Dec 2010, 7:32 PM
#2
mattzcm avatar

mattzcm

New Zenner

Join Date:
Dec 2010
Posts:
9
Plugin Contributions:
0

Re: back to top button?

Hi Egg,

The quickest and easiest way to do this would be to add the following to the bottom of your Product Listing page (tpl_modules_product_listing.php in your template directory)

<a href="#" onclick="window.scrollTo(0,0); return false">Back to Top</a>
4 Dec 2010, 12:56 AM
#3
eggrush avatar

eggrush

Zen Follower

Join Date:
Apr 2007
Posts:
153
Plugin Contributions:
0

Re: back to top button?

thanks for the reply matt, two questions, how can i get this to aline right and also could i put this as a giff image?

Thanks
Egg:smile:

4 Dec 2010, 12:13 PM
#4
saitomedia avatar

saitomedia

Zen Follower

Join Date:
Feb 2008
Location:
Southern California
Posts:
146
Plugin Contributions:
0

Re: back to top button?

<div align="right"><a href="#" onclick="window.scrollTo(0,0); return false"><img src="back-to-top-button.gif" /></a></div>