Zen Cart Logo

Search input box

Views: 585

Results 1 to 4 of 4
4 Jan 2013, 3:17 AM
#1
kevin205 avatar

kevin205

Totally Zenned

Join Date:
Dec 2012
Posts:
607
Plugin Contributions:
0

Search input box

Attachment 11704

where is the search input box size changed, making it wider?

4 Jan 2013, 4:06 AM
#2
dbltoe avatar

dbltoe

Totally Zenned

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

Re: Search input box

It's one of the few (hopefully not for long) hard-coded settings in Zen Cart. You'll need to change two lines of code in includes/templates/your_Custom/sideboxes/tpl_search_header.php. Line 16 or 18 is presented to the browser depending on wheter or not you use css buttons. If you don't have this file in your custom directory, then save the one from template_default into your_Custom directory.

4 Jan 2013, 5:17 AM
#3
kevin205 avatar

kevin205

Totally Zenned

Join Date:
Dec 2012
Posts:
607
Plugin Contributions:
0

Re: Search input box

Thanks got it to work.

4 Jan 2013, 5:18 AM
#4
dbltoe avatar

dbltoe

Totally Zenned

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

Re: Search input box

Glad you got it going.