View Single Post
  #35  
Old 11-24-2012, 02:49 AM
  ADDISON's Avatar 
ADDISON ADDISON is offline
 

X-Man
  
Join Date: Jan 2008
Posts: 2,613
 

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

Normally if it is online it should function great for 30 days.

You are using a theme from TheXCartStore.

1) Hope you are not using also their Predictive Search, which could create a conflict. Checking your input text box you have the following container:

<div class="search-substring">
<input type="text" name="posted_data[substring]" class="search-box text" value="" id="TXS_PS_search" autocomplete="off"/>
</div>

2) It could be a problem with this template. Personally I will try install by myself, manually this module. In this way I am allowed to place correctly the code inside php/tpl files. Do an uninstall and then install the code manually based on installation files.

I guarantee you that with any of XC themes comes, CloudSearch will function great. It is a template problem.
__________________
X-Cart Next: Business 5.2 (learning and testing)
X-Cart Classic: Gold and Gold Plus 4.7
Lots of Modules and Customizations
OS in use: Red Hat Enterprise, Fedora, CentOS, Debian, Ubuntu, Linux Mint, Kali Linux
Ideas for Server configuration (basicaly): Nginx/Pound (reverse proxy), Apache/Nginx (webserver), Squid/Varnish (cache server), HHVM or (PHP-FPM + PHP 5.6 + opcache), MariaDB/Percona MySQL Server, Redis (storing sessions)

You can catch my ideas here: http://ideas.x-cart.com
Reply With Quote