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)
-   -   WHat's wrong with my advanced search? (https://forum.x-cart.com/showthread.php?t=594)

ArlyDude 11-08-2002 08:49 PM

WHat's wrong with my advanced search?
 
Hello, can someone please goto my page and click on advanced search, it comes up all weird and wrong.... i restored the file, and it still does it.... Here is the page:

http://www.digitaladdition.net/xcart/customer/home.php

{* $Id: advanced_search.tpl,v 1.2.2.1 2002/10/08 11:58:14 alfiya Exp $ *}
{include file="location.tpl" last_location=$lng.lbl_advanced_search}
{capture name=adv_search}
<table border=0>
<form action="search.php" name="productsearchbyprice_form">
<tr>
<td>{$lng.lbl_product_title}</td>
<td>
<input type="text" name="substring" size="30" value="{$smarty.get.substring}">
</td>
</tr>
<tr><td>{$lng.lbl_price}, {$config.General.currency_symbol}</td>
<td><input type="text" name="price_search_1" size="6" value="{$smarty.get.price_search_1|escape}"> - <input type="text" name="price_search_2" size="6" value="{$smarty.get.price_search_2|escape}"></td></tr>
<tr><td>{$lng.lbl_category}</td>
<td>
<select name="in_category">
<option value="">All</option>
{section name=cat_num loop=$categories}
<option value="{ $categories[cat_num].categoryid}" {if $smarty.get.in_category eq $categories[cat_num].categoryid or $cat eq $categories[cat_num].categoryid}selected{/if}>{$categories[cat_num].category|escape}</option>
{/section}
</select>
</td>
</tr>
<tr><td></td></tr>
<tr><th>{include file="buttons/search.tpl"}</th></tr>
</form>
</table>
{/capture}
{include file="dialog.tpl" title=$lng.lbl_advanced_search content=$smarty.capture.adv_search extra="width=100%"}

B00MER 11-08-2002 10:03 PM

check location.tpl or dialog.tpl

ArlyDude 11-09-2002 05:01 AM

Nope
 
Nope man, it still doesn't work, it's still screwed up. Any other help will be welcomed!

TelaFirma 11-09-2002 06:42 AM

you must have some hard carrage returns in your location.tpl or dialog.tpl .


All times are GMT -8. The time now is 12:58 AM.

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