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

search results with blank field

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 05-26-2004, 08:37 AM
 
mixman mixman is offline
 

Member
  
Join Date: Aug 2003
Posts: 20
 

Default search results with blank field

Currently when a customer hits "search" with a blank search field, xcart will $QUERY_STRING, meaning show all products. Is it possible to take them to the search results page "No matching products found" when the search field is empty? I'm pretty sure the mod is somewhere in the search.tpl found below;

#
# $Id: search.php,v 1.44.2.5 2004/02/05 12:29:22 mclap Exp $
#

require "../smarty.php";
require "../config.php";
@include "./https.php";
require "./auth.php";
require "../include/categories.php";

$tmp=strstr($QUERY_STRING, "$XCART_SESSION_NAME=");
if (!empty($tmp))
$QUERY_STRING=ereg_replace("$XCART_SESSION_NAME=([0-9a-zA-Z]*)", "", $QUERY_STRING);

if(!empty($QUERY_STRING)) {
#
# Perform SQL search query
#

$substring = trim($substring);
Reply With Quote
  #2  
Old 05-28-2004, 05:20 AM
  B00MER's Avatar 
B00MER B00MER is offline
 

X-Guru
  
Join Date: Sep 2002
Location: Keller, TX (Cart-Lab.com)
Posts: 3,165
 

Default

change:

Code:
if(!empty($QUERY_STRING)) {

to:

Code:
if(!empty($QUERY_STRING) && !substr($substring, 2)=="") {
__________________
Cart-Lab - 100+ Social Bookmarks for X-Cart.
Reply With Quote
  #3  
Old 05-28-2004, 01:19 PM
 
mixman mixman is offline
 

Member
  
Join Date: Aug 2003
Posts: 20
 

Default

That will work. It actually takes you to the advance search page. But that is actually OK.
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 01:17 PM.

   

 
X-Cart forums © 2001-2020