X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Moving search bar (https://forum.x-cart.com/showthread.php?t=28987)

LisaB 02-18-2007 11:02 AM

Moving search bar
 
I want to move the search bar from the head into the body of the site, around the same line as "printable version". How do I accomplish that?

Thanks in advance!

carpeperdiem 02-18-2007 12:10 PM

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?

LisaB 02-18-2007 12:16 PM

Re: Moving search bar
 
Thanks!


All times are GMT -8. The time now is 03:22 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.