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)

hu9.com 05-24-2013 10:48 PM

Re: CloudSearch service for X-Cart has been released
 
Cloud_Search/main.css - you mean in this CSS ?

NikitaP 05-24-2013 10:52 PM

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

Originally Posted by hu9.com
Cloud_Search/main.css - you mean in this CSS ?


It should work in any of the css files, but it's better to place it in where you usually put your custom css code. It's better to keep Cloud_Search/main.css clean to simplify CloudSearch upgrades.

hu9.com 05-24-2013 11:02 PM

Re: CloudSearch service for X-Cart has been released
 
added it here : common_files/modules/Cloud_Search/main.css - but still showing prices

NikitaP 05-24-2013 11:13 PM

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

Originally Posted by hu9.com
added it here : common_files/modules/Cloud_Search/main.css - but still showing prices


Please PM me the link, I will take a look.

wnc2 05-29-2013 01:54 AM

Re: CloudSearch service for X-Cart has been released
 
hi,

i've already opened a ticket, but i post here too.

i have problems with several products and cloud search.

i've modified (many days ago) some products name and description, but cloud search still records old product name, but if i click the link it goes to the updated product.

example:
OLD PRODUCT NAME: SCITEC NUTRITION - ZERO CARBFAT ISOBEST 900gr
NEW PRODUCT NAME: SCITEC NUTRITION - ZERO SUGARFAT ISOGREAT 900gr - 2300gr

the product is the same, i've only changed product name and image.

now cloud search STILL finds the keywords "CARBFAT" "ISOBEST" and shows the old product, but if i click the link it points correctly the the updated product, but it doesn't find "SUGARFAT" or "ISOGREAT"

i have the same problem with other products.

any idea?

regards

davide

NikitaP 05-29-2013 02:24 AM

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

Originally Posted by wnc2
hi,

i've already opened a ticket, but i post here too.

i have problems with several products and cloud search.

i've modified (many days ago) some products name and description, but cloud search still records old product name, but if i click the link it goes to the updated product.

example:
OLD PRODUCT NAME: SCITEC NUTRITION - ZERO CARBFAT ISOBEST 900gr
NEW PRODUCT NAME: SCITEC NUTRITION - ZERO SUGARFAT ISOGREAT 900gr - 2300gr

the product is the same, i've only changed product name and image.

now cloud search STILL finds the keywords "CARBFAT" "ISOBEST" and shows the old product, but if i click the link it points correctly the the updated product, but it doesn't find "SUGARFAT" or "ISOGREAT"

i have the same problem with other products.

any idea?

regards

davide


Hi Davide,

CloudSearch works with one language at a time, and by default it is the english. I think you edited italian product descriptions, and english ones became outdated. If this is correct, you need to apply this fix to Cloud_Search/modules/func.php: replace "products_lng_en" with "products_lng_it". Proper language selection will be included in next versions.

wnc2 05-29-2013 02:29 AM

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

Originally Posted by NikitaP
Hi Davide,

CloudSearch works with one language at a time, and by default it is the english. I think you edited italian product descriptions, and english ones became outdated. If this is correct, you need to apply this fix to Cloud_Search/modules/func.php: replace "products_lng_en" with "products_lng_it". Proper language selection will be included in next versions.


i have only italian, due i work only on italian market, i never edited an english version of any product in my life.

if it is not a problem i wish to fully delete en language, but i don't know if it is a safe procedure

NikitaP 05-29-2013 02:54 AM

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

Originally Posted by wnc2
i have only italian, due i work only on italian market, i never edited an english version of any product in my life.

if it is not a problem i wish to fully delete en language, but i don't know if it is a safe procedure


Did you try the fix I suggested? Let's see if it will work. Please note that the changes will not be available right away.

wnc2 05-29-2013 05:06 AM

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

Originally Posted by NikitaP
Did you try the fix I suggested? Let's see if it will work. Please note that the changes will not be available right away.


yes i've replaced en with it, i'll let you know

carpeperdiem 06-21-2013 12:05 PM

Re: CloudSearch service for X-Cart has been released
 
Is it possible to have the search field have prefilled text in it that goes away when customer types in the search box? Well, the answer must be yes, because it's active in the xcart demo store (which I am assuming is 4.6?)

How about 4.5.4?

In the file,
/skin/common_files/customer/search.tpl

I see within the <form...
Code:

{$search_prefilled.substring|default:$lng.lbl_enter_keyword|escape}
OK -- that's promising, and in my languages, lbl_enter_keyword is set to be "what are you looking for?"

OK, so far so good...

but if cleanup and reload the page, nothing is in the search box.

OK -- I verified some variables:

{$search_prefilled}

Code:

Array (6)
add_page_url => "&featured=Y"
forsale => "Y"
sort_condition => "xcart_featured_products.product_order"
_ => Array (1)
  inner_joins => Array (1)
    featured_products => Array (1)
      on => "xcart_products.productid=xcart_featur..."
sort_field => "orderby"
sort_direction => 0


Hmm.... where is the language entry: $lng.lbl_enter_keyword ??

Is this part of the 4.5.4 code?

I have never seen it work. I can verify that it is working in 4.6.0 dev store.
WAS THIS ADDED or fixed for 4.5.4? Can I have the patch, please?

Thanks,
J


All times are GMT -8. The time now is 05:08 AM.

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