X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   News and Announcements (https://forum.x-cart.com/forumdisplay.php?f=28)
-   -   CloudSearch service for X-Cart has been released (https://forum.x-cart.com/showthread.php?t=64575)

carpeperdiem 04-19-2013 04:26 AM

Re: CloudSearch service for X-Cart has been released
 
Quote:

Originally Posted by ADDISON
@carpeperdiem: we were not talking about Google's SEO. we talked new features related to CloudSearch. Read again to understand.


A well written product description negates the need for keyword stuffing.
To paraphrase Nikita, "what's good for the customer is what's good for the search".

The GOAL of search (any search, not just search engines), is to deliver RELEVANT results -- in other words, "what is the customer looking for?" - not "what does the merchant want to force down the throat of the customer?"

IF your product has a good description, cloudsearch will find it.

A workaround for content that you want to feature: since CloudSearch indexes static embedded content, a merchant can do targeted search merchandising (we do). If a customer is searching for "something specific", we have a static embedded page for them, 301'd to the product they are looking for. And by using 301, we send the customer directly to the product detail page (or category). CLoudSearch doesn't know that the static page 301s to the product - but it knows the page is "stuffed" with the keywords we want search results to display.

This is VERY different than simply using keywords - since the static page is built for contextual search. Try it!

RichieRich 04-27-2013 03:36 AM

Re: CloudSearch service for X-Cart has been released
 
It appears the product title link color is hardcoded to color: rgb(44, 95, 166); which means I cannot match the color to my website, please advise where to change this because the css file does not appear to over-ride it.

NikitaP 04-28-2013 03:41 AM

Re: CloudSearch service for X-Cart has been released
 
Quote:

Originally Posted by RichieRich
It appears the product title link color is hardcoded to color: rgb(44, 95, 166); which means I cannot match the color to my website, please advise where to change this because the css file does not appear to over-ride it.


This style rule is not hard coded, it is a result of color animation applied to links. You can override it, please use this code as an example:

Code:

.instant-search-menu dt a,
.instant-search-menu dt a:hover {
  color: red !important;
}


NikitaP 04-29-2013 04:16 AM

Re: CloudSearch service for X-Cart has been released
 
By the way, CloudSearch 1.2.0 is now available for X-Cart 4.1.x - 4.3.x. Installation instructions were given in http://forum.x-cart.com/showpost.php?p=357008&postcount=80

RichieRich 04-29-2013 04:32 AM

Re: CloudSearch service for X-Cart has been released
 
Do you run the install-cloudsearch.php even if upgrading?

NikitaP 04-29-2013 04:45 AM

Re: CloudSearch service for X-Cart has been released
 
Quote:

Originally Posted by RichieRich
Do you run the install-cloudsearch.php even if upgrading?


An upgrade to 1.2.0 contains some SQL to be run, so in this case, yes. Though you can just run the last line of sql/cloudsearch.sql.

hu9.com 05-24-2013 03:39 AM

Re: CloudSearch service for X-Cart has been released
 
How to show/display price based on customer membership?, Now it's showing base price for wholesale/retail customer's.

NikitaP 05-24-2013 04:44 AM

Re: CloudSearch service for X-Cart has been released
 
Quote:

Originally Posted by hu9.com
How to show/display price based on customer membership?, Now it's showing base price for wholesale/retail customer's.


At the moment this functionality is not supported, however this could be solved with the help of custom development.

hu9.com 05-24-2013 05:16 AM

Re: CloudSearch service for X-Cart has been released
 
how to hide/disable price then ?

NikitaP 05-24-2013 09:47 PM

Re: CloudSearch service for X-Cart has been released
 
Quote:

Originally Posted by hu9.com
how to hide/disable price then ?


You can add this code to your css:

Code:

.instant-search-menu .price {
  display: none;
}



All times are GMT -8. The time now is 08:42 PM.

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