Re: Search Helper Support Thread
Thanks for the reply Scott.
I know it's me.
It all works perfect search wise, so if i can't get this bit working, i can definitely live with it (but it's annoying me, because i know it's me at fault)
I have installed your qty discounts and your preview page add on a while ago no problem, but seem to have a mental block here.
One instruction confuses me -
4. Modify the file
./includes/languages/english/extra_definitions/search_helper.php to add your search helper keywords.
I thought you added the keywords in in the extra function file?
$this->add_keyword('Compaq', 'HP', SEARCH_HELPER_DISPLAY);
I am confused as to how to add the keywords to the define -
DEFINE('SEARCH_HELPER_TITLE', 'Search Keywords: ');
as my knowledge of defines is that it is just that the SEARCH_HELPER_TITLE resolves to Search Keywords:
But your instructions lead me to think you have to put the keywords there somehow.
Sorry to be so slow on this one, and sorry to take up your time with what must be something simple (me?)
Re: Search Helper Support Thread
If your cart is english only, just put the keywords in
includes/functions/extra_functions/search_helper.php
as is shown in the examples.
If you support multiple languages, you may want to use ./includes/languages/english/extra_definitions/search_helper.php
to create defines for the words, then you can use the defines in includes/functions/extra_functions/search_helper.php
Re: Search Helper Support Thread
Thanks for getting back.
It is english at the moment, but I will be adding German, so will remember your advice.
Thanks again for your help
Re: Search Helper Support Thread
Hi
great add-on, very useful but i was wondering, what is the use to display search keyword on the product page?
thanks
:lookaroun
Re: Search Helper Support Thread
For search engines to see.
Re: Search Helper Support Thread
I see... from your point of view is it good to display every keyword, like typos, misspelled etc? should the display be restricted to correctly spelled words?
thanks
:unsure:
Re: Search Helper Support Thread
Absolutely not. People search for misspelled words too.
Re: Search Helper Support Thread
Search helper was just updated to fix a PHP warning and to add a little more documentation.
Re: Search Helper Support Thread
Thank you!!
very good add-on.
Just too many(several thousand) keywords in search_helper.php, is it better to store it
in table of Mysql database?
Quote:
Originally Posted by
swguy
Search helper was just updated to fix a PHP warning and to add a little more documentation.