how to edit out search box
Hi all,
I am tryin to edit out, ie remove the search box from the store.
I have read through the manual and the forums here but nothing I have found seems to be working.
I have gont to skins/head.tpl and tried to remove the line of code
{ include file="customer/search.tpl" }
have also done {*nclude file="customer/search.tpl"*}
as well as removing
<tr>
<td class="HeadLine" height="22">
{if $usertype eq "C"}
{ include file="customer/search.tpl" }
{/if}
</td>
<td class="HeadLine" align="right">
{if ($usertype eq "C" || $usertype eq "B") && $all_languages_cnt gt 1}
<form action="home.php" method="get" name="sl_form">
<input type="hidden" name="redirect" value="{$smarty.server.PHP_SELF}?{$smarty.server.Q UERY_STRING|amp}" />
<table cellpadding="0" cellspacing="0">
<tr>
<td style="padding-right: 5px;" class="TopLabel">{$lng.lbl_select_language}:</td>
<td><select name="sl" onchange="javascript: this.form.submit();">
{section name=ai loop=$all_languages}
<option value="{$all_languages[ai].code}"{if $store_language eq $all_languages[ai].code} selected="selected"{/if}>{$all_languages[ai].language}</option>
{/section}
</select></td>
</tr>
In addition I saw a post that said to remove the search box code from the
customer/home.tpl
I found no reference to it there- however I did find a reference to it at
customer/home_main.tpl
But I was still not able to remove the search box.
Can someone please tell me where I would remove this feature, and or if it appears I am doing it correctly please let me know so I can open a support ticket about why I am unable to remove this feature if I am following the correct procedures.
Thanks to all that takethe time to anser this post.
Scott V
linux
4.18
__________________
scott v
x cart version 4.1.8 (Unix)
|