Jump to content

Recherche de produits , pas de résultats


Recommended Posts

C’est la réponse du developpeur du theme 

 

We see the error you caught. This is your database not exist word "shoes" "adidas" in table "ps_search_word".
You can test with SQL query : 
                    SELECT si.id_product
                    FROM ps_search_word sw
                    LEFT JOIN ps_search_index si ON sw.id_word = si.id_word
                    WHERE sw.id_lang =5
                        AND sw.id_shop = 1
                        AND sw.word LIKE
                    'shoes%'
This is bug of Prestashop not generate word "shoes", "adidas", ... in database. 
You can hire other developer to fix and change database follow you.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...