View Single Post
  #2  
Old 02-18-2007, 12:10 PM
 
carpeperdiem carpeperdiem is offline
 

X-Guru
  
Join Date: Jul 2006
Location: New York City, USA
Posts: 5,399
 

Default Re: Moving search bar

in /skin1/head.tpl

FIND:
Code:
{if $usertype eq "C"} { include file="customer/search.tpl" } {/if}

comment it out - use {* and *} -- so it will look like:
Code:
{* {if $usertype eq "C"} { include file="customer/search.tpl" } {/if} *}
THEN, copy the same lines and put it into home.tpl (or wherever you want it).

You may have to fix some table formatting of both files.

OK?
__________________
xcart 4.5.4 gold+ w/x-payments 1.0.6; xcart gold 4.4.4
Reply With Quote