View Single Post
  #2  
Old 09-23-2010, 05:28 AM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default Re: How do you edit the search result page layout?

The easiest way is to create a custom products template. So do this, replace this:

{include file="customer/main/products.tpl" products=$products}

with this:

{include file="customer/main/products-search.tpl" products=$products}

Then create a copy of products.tpl, rename it products-search.tpl and edit however you want.
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote