Eautje Posted October 12, 2016 Share Posted October 12, 2016 Hi, When I am in the BackEnd of Prestashop 1.6 and I add or modify a product and go to the tab Accessoires, there you can add accessoires with the (search) field. My problem is: When I type in the search field, nothing is displayed, so I can not add accessoires. It was working before. This is the section: ----------------- Accessories The "Accessories" field gives you the option of choosing relevant products to associate with this product, to suggest them to your customers when the visit the product's page (if the theme supports it). Type in the first letters of product and select it. The product is then added at the bottom of the field. You can associate a product with as many other products as you deem necessary. Click on the cross to delete the product association.An association goes one way only: the associated product will not feature an association to the current product in its setting page. --------------------- Can somebody help me to get this fixed. Link to comment Share on other sites More sharing options...
rocky Posted October 12, 2016 Share Posted October 12, 2016 Check the AJAX call in your Firebug console. It should tell you whether it's successful or give you error information. Link to comment Share on other sites More sharing options...
Eautje Posted October 12, 2016 Author Share Posted October 12, 2016 (edited) Hi, This is what you mean? jquery-1.11.0.min.js:4 POST <shop + admin url>/ajax.php?rand=1476284802519 404 (Not Found) Edited October 12, 2016 by Eautje (see edit history) Link to comment Share on other sites More sharing options...
rocky Posted October 13, 2016 Share Posted October 13, 2016 Yes, on mine it's different though. It's ajax_products_list.php. That's what I see after I type something in the Accessories field and then go to the bottom of the Network tab. I'm not sure why yours is different. I'm using PrestaShop v1.6.1.7. Link to comment Share on other sites More sharing options...
Eautje Posted October 14, 2016 Author Share Posted October 14, 2016 This is in red when I look on the Network tab: /ajax_products_list.php?q=besch11&limit=20×tamp=1476435123978&excludeIds=1%2C HTTP/1.1 Link to comment Share on other sites More sharing options...
rocky Posted October 14, 2016 Share Posted October 14, 2016 Something must be preventing it from running. Make sure that the file exists and has the right permissions. Link to comment Share on other sites More sharing options...
Eautje Posted October 14, 2016 Author Share Posted October 14, 2016 Solved! I copied the ajax_products_list.php from another 1.6 shop, and now its working. Thank you for pushing me into the right direction! Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now