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)
-   -   Can't find: search.tpl (https://forum.x-cart.com/showthread.php?t=46289)

jetbobsled 03-15-2009 10:01 AM

Can't find: search.tpl
 
Okay,

Fresh install of version 4.2, using the default skin.

I want to remove the Search fields in the top Orange Bar.

This should be in /customer/search.tpl

Only problem is... there is NO search.tpl

I looked throughout my entire xcart directory and it simply isn't there. But when you load the page as a Customer, the Search Text, Text Box, Go Button, and Advanced Search Text are still there.

Does 4.2 place the Search info in a different tpl file?

Please Help... Thank You!!!

ARW VISIONS 03-15-2009 10:38 AM

Re: Can't find: search.tpl
 
its just part of the head.tpl file now.

<div class="search">
<div class="valign-middle">
<form method="post" action="search.php" name="productsearchform">

<input type="hidden" name="simple_search" value="Y" />
<input type="hidden" name="mode" value="search" />
<input type="hidden" name="posted_data[by_title]" value="Y" />
<input type="hidden" name="posted_data[by_descr]" value="Y" />
<input type="hidden" name="posted_data[by_sku]" value="Y" />
<input type="hidden" name="posted_data[search_in_subcategories]" value="Y" />
<input type="hidden" name="posted_data[including]" value="all" />

{strip}

<span class="search">{$lng.lbl_search}:</span>
<input type="text" name="posted_data[substring]" size="16" value="{$search_prefilled.substring|escape}" />
{include file="customer/buttons/button.tpl" type="input" style="image"}
<a href="search.php" class="search">{$lng.lbl_advanced_search}</a>
{/strip}

</form>

</div>
</div>

jetbobsled 03-15-2009 11:55 AM

Re: Can't find: search.tpl
 
Problem Solved !!!

You've saved me so much lost time, frustration, and mashing-of-the-teeth :D

Thank You, Thank You, Thank You, Thank You, Thank You, Thank You !!!


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

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