Community Add-Ons

Maintainers: acidvertigo
Add file to this package
Top » InfoBoxes

Jquery UI Autocomplete search box
for osCommerce Online Merchant v2.3

With this easy mod, is possible to use the jquery UI autocomplete feature on the oscommerce search box in 3 easy steps

For info on Jquery UI autocomplete go to: http://jqueryui.com/demos/autocomplete/

Legend:  Download   Report

Expand All / Collapse All

Fix for address without www. al3ks 20 Aug 2012  

If this feature doesn't work when you type site address without www. then this fix should work for you.
Credits to Dge-06 for the code.

in catalog/include/configure.php

replace
define('HTTP_SERVER', 'http://yourdomain.com');

by

$site_url = $_SERVER['SERVER_NAME'];

switch($site_url) {

case "yourdomain.com":
define('HTTP_SERVER', 'http://yourdomain.com');
break;
case "www.yourdomain.com":
define('HTTP_SERVER', 'http://www.yourdomain.com');
break;
}

NOT a full package.

Conflict with $_GET Gergely 16 May 2011  
Instal snipers 5 Apr 2011  
find exact match FrankStanza 31 Mar 2011  
Autocomplete acidvertigo 31 Mar 2011  
IE snipers 31 Mar 2011  
Direct Link acidvertigo 28 Mar 2011  
Remove duplicates from results gadlol 27 Mar 2011  
Jquery UI Autocomplete search box acidvertigo 24 Jan 2011