Zen Cart Logo
Forums / General Questions / search box text how do i remove it ??????

search box text how do i remove it ??????

Views: 2,679

Results 1 to 10 of 10
19 Jul 2007, 1:06 AM
#1
chrisb avatar

chrisb

New Zenner

Join Date:
Sep 2006
Posts:
28
Plugin Contributions:
0

search box text how do i remove it ??????

i have looked every where and i cant find where to edit the text in the search box where you it says Enter search keywords here

can any one tell me where abouts this it located
thanks :smile:

19 Jul 2007, 1:18 AM
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: search box text how do i remove it ??????

Try searching for that text via the Developers Toolkit under your Admin->Tools menu.
You'll find it in one of your language files.

19 Jul 2007, 1:22 AM
#3
Kim avatar

Kim

Obaa-san

Join Date:
Jun 2003
Location:
West Coast, North America
Posts:
26,611
Plugin Contributions:
0

Re: search box text how do i remove it ??????

Open your Admin> Tools> Developers Tool Kit

Enter the terms to search for in the lower left hand box choose all files - click go

  • that will take you to a list of all the files that contain that particular phrase. find the language file and edit it.
19 Jul 2007, 2:57 AM
#4
chrisb avatar

chrisb

New Zenner

Join Date:
Sep 2006
Posts:
28
Plugin Contributions:
0

Re: search box text how do i remove it ??????

thanks for that i found it :smile:

15 Jan 2010, 1:13 AM
#5
buddhaflow avatar

buddhaflow

New Zenner

Join Date:
Mar 2009
Posts:
41
Plugin Contributions:
0

Re: search box text how do i remove it ??????

For some reason, the Developers Toolkit doesn't usually find what I need.

So I logged in through SSH and typed "grep -r -H "quick find..." ./ > whereisfind.txt"

Then opened whereisfind.txt and looked at it.

That did the trick right away :)

28 May 2010, 8:28 PM
#6
compuweb avatar

compuweb

New Zenner

Join Date:
Aug 2009
Location:
Limerick, Ireland
Posts:
91
Plugin Contributions:
0

Re: search box text how do i remove it ??????

Hello buddhaflow,

Any chance you could share your answer please?

I'm stuck on the same issue.

28 May 2010, 8:38 PM
#7
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: search box text how do i remove it ??????

As Kim and I have explained above already, take the text you're looking for, copy it to your clipboard, open the Developers Toolkit, and paste your search text in the bottom search field, choose All Catalog Files, and click search. It's that simple.
If for some reason that doesn't bring it up, shorten your search text to a subset, maybe one word instead of several, etc.

15 Apr 2011, 2:34 AM
#9
zzinker avatar

zzinker

New Zenner

Join Date:
Jan 2011
Posts:
7
Plugin Contributions:
0

Re: search box text how do i remove it ??????

/includes/languages/english/header.php

15 Apr 2011, 4:40 AM
#10
dbltoe avatar

dbltoe

Totally Zenned

Join Date:
Jan 2004
Location:
N of San Antonio TX
Posts:
9,799
Plugin Contributions:
15

Re: search box text how do i remove it ??????

@zzinker

ONLY if not using a custom template. If they have properly done the override, it would be /includes/languages/english/CUSTOM/header.php where CUSTOM is the directory for the new template.