X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Third Party Add-Ons for X-Cart 4 (https://forum.x-cart.com/forumdisplay.php?f=45)
-   -   Smart Search from alteredCart :: Spell Checking, Did You Mean? and More. (https://forum.x-cart.com/showthread.php?t=31583)

Vacman 07-01-2007 08:06 AM

Re: Smart Search from alteredCart :: Spell Checking, Did You Mean? and More.
 
This mod is absolutely the best thing to hit XCart! We have about 1500 products, and after a small MySQL bug was squashed by the developers we are rocking.

I encourage everyone to get this search engine for the site!

starwest 07-02-2007 10:59 AM

Re: Smart Search from alteredCart :: Spell Checking, Did You Mean? and More.
 
I've tried the demo out, and everything seems to work great. The one issue I see, and I realize this may not be an issue for very many of you, is that it doesn't seem to search for categories or use the categories even as keywords for the products that are listed within them.

For example: Using the demo and searching for toys brings up nothing, even though there are toys in the store listed under the path Games & Toys > Toys.

It would be great if it listed the items under this category, and even better if it listed the category itself as an option. I'm not sure if there is a technical hurdle in doing this (I'm a noob - maybe it's even an option in the mod?) but it would be an important feature for me (and perhaps a few others)... any chance of seeing this addition?

nfc5382 07-03-2007 02:57 AM

Re: Smart Search from alteredCart :: Spell Checking, Did You Mean? and More.
 
This mod works great!! Highly recommend for any store with a large number of items. Finally customers can find what they want :)

Bill was very helpful and updated the latest version so that the database rebuild can be cron'd.

wjbrewer 07-10-2007 08:22 PM

Re: Smart Search from alteredCart :: Spell Checking, Did You Mean? and More.
 
Quote:

Originally Posted by starwest
The one issue I see, and I realize this may not be an issue for very many of you, is that it doesn't seem to search for categories or use the categories even as keywords for the products that are listed within them.

... any chance of seeing this addition?


Good Suggestion. The Smart Search now includes a Related Categories feature that displays the categories that match a search term.

Additionally, a tag cloud was added to display the top 60 words of the search results product descriptions.

nfc5382 07-11-2007 02:21 AM

Re: Smart Search from alteredCart :: Spell Checking, Did You Mean? and More.
 
Even better!!!! This works great and shows category results that match the search string.

If you have CDSEO, change the following in smart_search.tpl to use cdseo links vs. categoryids:

Code:

{section name=rc loop=$related_categories}
  <li>
  <a href="home.php?cat={$related_categories[rc].categoryid}">{$related_categories[rc].category}</a> 
  </li>
{/section}


to

Code:

{section name=rc loop=$related_categories}
  <li>
  <a href="{$cdseo_cat}/{$related_categories[rc].cdseo_url}/" title="{$related_categories[rc].category|escape:"html"}">{$related_categories[rc].category}</a>
  </li>
{/section}



A+, best mod out there!

Jerrad 07-11-2007 08:10 AM

Re: Smart Search from alteredCart :: Spell Checking, Did You Mean? and More.
 
This is a incredible mod which is a-must-have for every store!
Implementing it is easy with the included instructions and furthermore, Bill replies fast if you have any questions.

Highly recommended for stores which don't want to lose customers because they can't find anything!

Jerrad :D

starwest 07-11-2007 08:41 AM

Re: Smart Search from alteredCart :: Spell Checking, Did You Mean? and More.
 
Quote:

Originally Posted by wjbrewer
Good Suggestion. The Smart Search now includes a Related Categories feature that displays the categories that match a search term.

Additionally, a tag cloud was added to display the top 60 words of the search results product descriptions. These can both be seen on the live demo:

http://www.alteredcart.com/demo/_search.php


Wow... I thought it was good before, but now you're telling me that you actually listened to my feedback and improved the mod within a week? Simply awesome.

Thank you for the great mod - I'll be buying it soon!

starwest 07-11-2007 10:37 AM

Re: Smart Search from alteredCart :: Spell Checking, Did You Mean? and More.
 
Has anyone customized/templated this to match their site yet? Just wondering if I can see it and hear your thoughts on how easy (or difficult) the process was...

Thanks!

nfc5382 07-12-2007 01:33 AM

Re: Smart Search from alteredCart :: Spell Checking, Did You Mean? and More.
 
Quote:

Originally Posted by starwest
Has anyone customized/templated this to match their site yet? Just wondering if I can see it and hear your thoughts on how easy (or difficult) the process was...

Thanks!


Sure, it's easy (and documented) how to take your existing template file (products_t.tpl) and modify it for Smart Search. You have to add 3 blocks of code. It's well documented in the install instructions.

Vacman 07-12-2007 09:43 PM

Re: Smart Search from alteredCart :: Spell Checking, Did You Mean? and More.
 
After incorrectly implementing the upgrade to the newest version, I have it back working wonderfully now! I must say that I am absolutely amazed and how good this code is. It is truly an absolute joy!

Well done Bill!


All times are GMT -8. The time now is 09:55 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.