How do I add a return to top link to my products?
The following article explains how to add a link to the bottom of a product page that returns the customer to the top of the page. This type of link is useful if your product has a large amount of information and you wish to give customers a way to quickly return to the top of the page. The link is created by adding a line of code to the footer of the product page.
To add a return to top link, please follow these steps:
- Log into the MIVA Merchant Admin section located at http://store.domainname.com/merchant2/admin.mvc. If this address does not work, you may need to use http://domainname.com/merchant2/admin.mvc. Older MIVA Merchant stores were configured with this address.
- Expand the Stores menu.
- Expand the Store name.
- Click Products from the menu.
- Click Edit of the selected product.
- Click Header and Footer from the top menu.
- Add the following line of code to the Footer:
<A HREF="javascript:window.scrollTo(1,1)">top</A>
- Click Update.