Hi all I need little help with product listing page I like to add top link button on the product listing page Need Help Please I already figure out how to add back button but I can`t figure out top link button or link
Hi all I need little help with product listing page I like to add top link button on the product listing page Need Help Please I already figure out how to add back button but I can`t figure out top link button or link
i figure it out to add top link on the product listing page
includes/templtes/template_default/templates/tpl_modules_product_listing
add is code below line 22
<a name="top"></a>
add is code below line 42
<div><a href="<?php echo $_SERVER['REQUEST_URI']; ?>#top"><img src="images/top_link.gif" class="toplink" alt="Back to top" title="Back to top" /></a></div>