View Single Post
  #22  
Old 05-22-2007, 09:35 AM
 
xcart.com@webguydesign.co xcart.com@webguydesign.co is offline
 

Newbie
  
Join Date: Mar 2005
Location: Madison, WI
Posts: 2
 

Default Re: Search queries via a URL in version 4.0.x!!

Hi Carrie

Late last night I found he solution, I added this to search.php:


Code:
if($search) { $smarty->assign("navigation_script","search.php?search=".$search); }

just before
Code:
func_display("customer/home.tpl",$smarty);

Maybe my search.php file is different than others, see my sig for version.

Thnks, Jerry
__________________
jerry
x-cart ver: 4.0.12
Reply With Quote