| ||||||||||
![]() |
Shopping cart software Solutions for online shops and malls | |||||||||
![]() |
![]() |
|
X-Cart Home | ![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Can't find: search.tpl | |||
![]() |
|
|
Thread Tools | Search this Thread |
#1
|
|||||||
|
|||||||
![]() 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 |
|||||||
#2
|
|||||||||
|
|||||||||
![]() 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 |
|||||||||
#3
|
|||||||
|
|||||||
![]() 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 |
|||||||
|
|||
X-Cart forums © 2001-2020
|