View Single Post
  #14  
Old 10-05-2008, 08:10 AM
  ARW VISIONS's Avatar 
ARW VISIONS ARW VISIONS is offline
 

X-Man
  
Join Date: Jan 2007
Location: Pensacola, FL
Posts: 2,536
 

Default Re: Couple of Template edits

Open skin1/customer/main/buy_now.tpl.

Find this line.

<td>{include file="submit_wo_js.tpl" value=$lng.lbl_buy_now}</td>
{/if}

Add this after it.

<td style="padding-left: 20px;"><a href="product.php?productid={$products[product].productid}&amp;cat={$cat}&amp;page={$navigation_p age}{if $featured eq 'Y'}&amp;featured{/if}">{$lng.lbl_see_details}</a>
</td>
__________________
xcart 5.1.2
Reply With Quote