Right I am trying to move the more details links next to the buy now link.
this is the code for the more details link which is in the
/customer/main/products.tpl
Code:
<a href="product.php?productid={$products[product].productid}&cat={$cat}&page={$navigation_page}{if $featured eq 'Y'}&featured{/if}" style="TEXT-DECORATION: underline;">{$lng.lbl_see_details}</a>
Where do I move this code so its next to the buy now button