ADDON: Auto Suggest 1.0 Released FREE !!!

You have to change the styles.css for this addon in your Skins/Your skin/addons folder. Try to change the “position” to absolute and then ajust the box position untill you are satisfied.

[quote name=‘E.Qi.Librium’]You have to change the styles.css for this addon in your Skins/Your skin/addons folder. Try to change the “position” to absolute and then ajust the box position untill you are satisfied.[/QUOTE]



can you specify further, style.css for this module is as follows. (this the page shifts below only in IE8 but works fine in Firefox)



#autosuggest {

position: relative;

display: none;

z-index: 99;

top: 0;

left: 203px;

width: 195px;

background-color:#ffffff;

border: 1px solid #83bdcb;

margin: -1px 0 0;

padding: 0 5px;

}



#autosuggest li {

padding: 0 5px;

border-bottom: 1px dotted #e3e3e3;

}



#autosuggest li.last {

border-bottom: 0;

}



#autosuggest li a {

display: block;

padding: 5px 0;

color: #2a2a2a;

text-decoration: none;

}



#autosuggest li a:hover {

text-decoration: ; underline

}

Yeah I tried implementing this and too found it has a z-index issue if you create a TOP block; the auto suggest list appears behind the top block content. In my case it is a Flash banner rotator.

Can not get it to install… anyone have instructions on how to install to my server?

Use the CS-Cart “Quick Search” Addon, this addon looks like it will be included in the 2.1.2 release:



[URL]http://forum.cs-cart.com/showpost.php?p=76837&postcount=1[/URL]

I tried to use the Quick search but for some reason it doesn’t work with my cs version, it stays “searching”… with no results. So, aldo with this auto sugest addon people have to wait a couple of seconds in order for the results to show, at least it shows something.

[quote name=‘ypg’]can you specify further, style.css for this module is as follows. (this the page shifts below only in IE8 but works fine in Firefox)



#autosuggest {

position: relative;

display: none;

z-index: 99;

top: 0;

left: 203px;

width: 195px;

background-color:#ffffff;

border: 1px solid #83bdcb;

margin: -1px 0 0;

padding: 0 5px;

}



#autosuggest li {

padding: 0 5px;

border-bottom: 1px dotted #e3e3e3;

}



#autosuggest li.last {

border-bottom: 0;

}



#autosuggest li a {

display: block;

padding: 5px 0;

color: #2a2a2a;

text-decoration: none;

}



#autosuggest li a:hover {

text-decoration: ; underline

}[/QUOTE]





I’m so sorry, I didn’t notice this message untill today, there is something wrong with thread notifying…

Here’s my cs code for skins/your skin/customer/addons/autosuggest/styles.css:



```php #autosuggest {

position: absolute;

display: none;

z-index: 99;

top: 165px;

left: 235px;

width: 395px;

background-color:#ffffff;

border: 1px solid #da520c;

margin: -1px 0 0;

padding: 0 5px;

}



#autosuggest li {

padding: 0 5px;

border-bottom: 1px dotted #e3e3e3;

}



#autosuggest li.last {

border-bottom: 0;

}



#autosuggest li a {

display: block;

padding: 5px 0;

color: #0c2c02 bold;

text-decoration: none;

}



#autosuggest li a:hover {

text-decoration: underline;

}

```

So is this still working on 2.1.4 version

Looking for this functionality for 2.0.15. Too bad this forum doesn’t have this installed. :)

Does it work with CS- Cart 3?