Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

Can't find: search.tpl

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 03-15-2009, 10:01 AM
 
jetbobsled jetbobsled is offline
 

Member
  
Join Date: Mar 2009
Posts: 15
 

Default 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!!!
__________________
X-Cart Gold - version 4.2.0
Reply With Quote
  #2  
Old 03-15-2009, 10:38 AM
  ARW VISIONS's Avatar 
ARW VISIONS ARW VISIONS is offline
 

X-Man
  
Join Date: Jan 2007
Location: Pensacola, FL
Posts: 2,536
 

Default 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>
__________________
xcart 5.1.2
Reply With Quote
  #3  
Old 03-15-2009, 11:55 AM
 
jetbobsled jetbobsled is offline
 

Member
  
Join Date: Mar 2009
Posts: 15
 

Default Re: Can't find: search.tpl

Problem Solved !!!

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

Thank You, Thank You, Thank You, Thank You, Thank You, Thank You !!!
__________________
X-Cart Gold - version 4.2.0
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


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

   

 
X-Cart forums © 2001-2020