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)
-   -   Search function not working (https://forum.x-cart.com/showthread.php?t=3747)

fearthespear 07-26-2003 12:29 PM

Search function not working
 
I get an error on Page when the user type sin soemthign then tries to click GO. for some reason Advanced search works perfectly though.

Here is the code:
<tr>
<td valign="middle">

<span class="TopLabel">{$lng.lbl_search}:</span></p></td>
<td valign="middle"> <input type="text" name="substring2" size="16" value="{$smarty.get.substring|escape}">
{include file="buttons/search_head.tpl"}
</td>
</tr>
<tr>
<td></td>
<td>{$lng.lbl_advanced_search}</td>
</tr>

B00MER 07-26-2003 01:55 PM

Make sure your <form> tags with the proper name is intact, it seems you may have broken the form.

hth. ;)

fearthespear 07-26-2003 02:20 PM

you are right boomer, I am so DUH.


All times are GMT -8. The time now is 04:20 PM.

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