View Single Post
  #11  
Old 09-30-2008, 11:31 AM
 
ibit-matt ibit-matt is offline
 

Advanced Member
  
Join Date: Sep 2008
Posts: 60
 

Default Re: Couple of Template edits

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
__________________
X Cart Version 4.1.11
Reply With Quote