PrestaShop Forums: autocomplete search suggest - PrestaShop Forums

Jump to content


Welcome to the PrestaShop Forum! We hope you'll share your comments and suggestions with us. We ask that you please post in English to the main sections of the PrestaShop Forum. If you want to write in another language, please post in the corresponding PrestaShop Community section below.

Please note that PrestaShop Community sections are largely self-moderated. PrestaShop team members may or may not participate in non-English sections. To improve the chances of receiving feedback to your question or comment, please post it in English to the main sections of our Forum.

NYC

Vous parlez français ? par ici !


autocomplete search suggest


autocomplete search suggest

#1 Dscho

    PrestaShop Apprentice

  • 29 Aug 2008
  • Members
  • PipPip
  • 69 posts

Posted 06 September 2008 - 11:02 PM

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 File(s)



#2 jose27madrid

    PrestaShop Newbie

  • 06 Sep 2008
  • Members
  • Pip
  • 18 posts

Posted 07 September 2008 - 10:24 AM

cool!!!! thank you for develop this module

#3 Dscho

    PrestaShop Apprentice

  • 29 Aug 2008
  • Members
  • PipPip
  • 69 posts

Posted 07 September 2008 - 10:31 AM

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

  • 13 Aug 2008
  • Members
  • PipPip
  • 64 posts

Posted 07 September 2008 - 01:49 PM

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

  • 29 Aug 2008
  • Members
  • PipPip
  • 69 posts

Posted 07 September 2008 - 02:50 PM

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

  • 29 Aug 2008
  • Members
  • PipPip
  • 69 posts

Posted 07 September 2008 - 04:26 PM

Hi,

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

Best Regards
Dscho

Attached File(s)



#7 companyxyz

    PrestaShop Newbie

  • 24 Jul 2008
  • Members
  • Pip
  • 15 posts

Posted 07 September 2008 - 05:37 PM

Its not working in IE 7. But working in Firefox 2

#8 companyxyz

    PrestaShop Newbie

  • 24 Jul 2008
  • Members
  • Pip
  • 15 posts

Posted 07 September 2008 - 05:40 PM

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

  • 29 Aug 2008
  • Members
  • PipPip
  • 69 posts

Posted 08 September 2008 - 12:00 AM

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

  • 02 Sep 2008
  • Members
  • PipPip
  • 64 posts

Posted 08 September 2008 - 01:41 PM

Just wanted to say thanks works a like a charm :-)

#11 Dscho

    PrestaShop Apprentice

  • 29 Aug 2008
  • Members
  • PipPip
  • 69 posts

Posted 08 September 2008 - 01:53 PM

Somebody has an idea about the IE problem.

Best Regards
Dscho

#12 companyxyz

    PrestaShop Newbie

  • 24 Jul 2008
  • Members
  • Pip
  • 15 posts

Posted 08 September 2008 - 04:31 PM

Its great module to have... if it works in IE7.

#13 weloveperfume.co.uk

    PrestaShop Apprentice

  • 02 Sep 2008
  • Members
  • PipPip
  • 64 posts

Posted 08 September 2008 - 04:46 PM

Yes im sure its a small problem that someone will know how to fix.

keep up the good work

#14 companyxyz

    PrestaShop Newbie

  • 24 Jul 2008
  • Members
  • Pip
  • 15 posts

Posted 15 September 2008 - 09:05 AM

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

#15 zenrider420

    PrestaShop Apprentice

  • 14 Sep 2008
  • Members
  • PipPip
  • 61 posts
  • Location:Phoenix, AZ USA

Posted 04 October 2008 - 06:47 AM

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

  • 26 Jul 2008
  • Moderators
  • 674 posts
  • Location:Beijing, China

Posted 14 October 2008 - 07:23 AM

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

  • 15 Oct 2008
  • Members
  • Pip
  • 1 posts

Posted 15 October 2008 - 04:15 AM

how do I put on top of the page?

#18 Dscho

    PrestaShop Apprentice

  • 29 Aug 2008
  • Members
  • PipPip
  • 69 posts

Posted 25 October 2008 - 08:36 AM

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 Apprentice

  • 04 Feb 2008
  • Members
  • PipPip
  • 498 posts
  • Location:Milwaukee, Wisconsin

Posted 25 October 2008 - 04:08 PM

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

  • 29 Aug 2008
  • Members
  • PipPip
  • 69 posts

Posted 27 October 2008 - 11:38 AM

I saw in backend now :-)

Best regards
Dscho





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users