PrestaShop Forum

The best place in the world to ask questions about PrestaShop and get advice from our passionate community!

PrestaShop Forum

Jump to content

autocomplete search suggest

49 replies to this topic
#1
Dscho

    PrestaShop Apprentice

  • Members
  • PipPip
  • 69 posts
hi,

i have developed a new Block with a autocomplete search suggest.
The module is attached.

Demo: http://prestashop.tm...munications.de/

Best Regards
Johannes Teitge

Attached Files



#2
jose27madrid

    PrestaShop Newbie

  • Members
  • Pip
  • 18 posts
cool!!!! thank you for develop this module

#3
Dscho

    PrestaShop Apprentice

  • Members
  • PipPip
  • 69 posts
Thanks for your replay - for more translations please send it to me, info@tmedia.de.
I'll update the attachment then.

Best regards
Johannes Teitge

#4
jma85

    PrestaShop Apprentice

  • Members
  • PipPip
  • 64 posts
there is a bug when i want to place the autosearch module in the left : the autosearchmodule do not search !
Why ?
it is a bug ?

JMA

#5
Dscho

    PrestaShop Apprentice

  • Members
  • PipPip
  • 69 posts
Hi,

at the moment you can only use on the top. I have to add the template for left or right column.

Best regards
Dscho

#6
Dscho

    PrestaShop Apprentice

  • Members
  • PipPip
  • 69 posts
Hi,

now i released version 1.1 with support
for column left and column right.

Best Regards
Dscho

Attached Files



#7
companyxyz

    PrestaShop Newbie

  • Members
  • Pip
  • 15 posts
Its not working in IE 7. But working in Firefox 2

#8
companyxyz

    PrestaShop Newbie

  • Members
  • Pip
  • 15 posts
Also when i actually search instead of selecting items from the suggested auto search list box, I get "Not Found" error page.

Not Found
The requested document was not found on this server.

#9
Dscho

    PrestaShop Apprentice

  • Members
  • PipPip
  • 69 posts
Hi,

the bug is in line 8 of the file blockautosearch.tpl.
Replace it with:
    <form method="get" action="{$base_dir}search.php" id="searchbox" class="block_content">


#10
weloveperfume.co.uk

    PrestaShop Apprentice

  • Members
  • PipPip
  • 64 posts
Just wanted to say thanks works a like a charm :-)

#11
Dscho

    PrestaShop Apprentice

  • Members
  • PipPip
  • 69 posts
Somebody has an idea about the IE problem.

Best Regards
Dscho

#12
companyxyz

    PrestaShop Newbie

  • Members
  • Pip
  • 15 posts
Its great module to have... if it works in IE7.

#13
weloveperfume.co.uk

    PrestaShop Apprentice

  • Members
  • PipPip
  • 64 posts
Yes im sure its a small problem that someone will know how to fix.

keep up the good work

#14
companyxyz

    PrestaShop Newbie

  • Members
  • Pip
  • 15 posts
Not working in IE7. Did anyone happen to make it work in IE? If so, Please share the fix.

#15
zenrider420

    PrestaShop Apprentice

  • Members
  • PipPip
  • 61 posts
This would be awesome if it worked in IE... I wish i had an fix to contribute, but after looking it over, i don't see where it is going wrong.

Anyone else had any luck with this in IE?

#16
ruilong

    PrestaShop Addict

  • Moderators
  • 690 posts
any progress in solving the IE7 problem?
Modules and themes for prestashop.
E-butik med prestashop inkl hosting och gratis installation.

#17
zapcriativo

    PrestaShop Newbie

  • Members
  • Pip
  • 1 posts
how do I put on top of the page?

#18
Dscho

    PrestaShop Apprentice

  • Members
  • PipPip
  • 69 posts
Hi,
open the file blockautosearch.php and goto line 35.

Changes:
//                OR $this->registerHook('top') == false
OR $this->registerHook('leftColumn') == false
// OR $this->registerHook('rightColumn') == false


into:
                OR $this->registerHook('top') == false
// OR $this->registerHook('leftColumn') == false
// OR $this->registerHook('rightColumn') == false


#19
Ox40

    PrestaShop Addict

  • Members
  • PipPipPip
  • 500 posts
Dscho: you should be able to use PS's transplant module function to change how this is positioned, instead of editing code manually...
Pursuant Solutions, programmers dedicated to the pursuit.

#20
Dscho

    PrestaShop Apprentice

  • Members
  • PipPip
  • 69 posts
I saw in backend now :-)

Best regards
Dscho