Jump to content

remove search boc on main page


Guest

Recommended Posts

in version 2 i had the search boc removed from header.inc.php but when i looked in the header.inc.php i do not see the search feature where has it removed to what file thanks

Link to comment
Share on other sites

hello surreal,

if u want to delete search option on main page then u have to delete search form value ..

for this u have to go this path -

http://yourdomain.com/cart/skins/Classic/styleTemplates/global and then open file and then delete {SEARCH_FORM} php code from index.tpl and cart.tpl file.. then save it. and the upload..

after that ur problem will solve..

thanks..

if u dont understand.. then i will copy paste tht code for ur idea..

indes.tpl

<body>

<div id="pageSurround">

<div id="topHeader">

  <div>{SEARCH_FORM}</div>

  <div>{SESSION}</div>

</div>

<div>

Change this-

<body>

<div id="pageSurround">

<div id="topHeader">

  <div>{SESSION}</div>

</div>

<div>

doo the same for cart.tpl

thanks..

all the best

:D

Link to comment
Share on other sites

  • 8 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...