Mark Posted May 21, 2020 Posted May 21, 2020 Stock/Supply Orders/Edit Manage the products you want to order from the supplier This section it says "To add a product to the order, type the first letters of the product name, then select it from the drop-down list" However this doesnt seem to work in either FF or Chrome. (typing the first few letters of a product doesnt result in a list).
0 Mark Posted May 21, 2020 Author Posted May 21, 2020 (edited) 6 hours ago, wakabayashi said: What does the browser console say? Console reports nothing wrong, with Network providing 200 status responses. However the list doesn't appear and without the list, we cant attribute a supply order to a product. Edited May 21, 2020 by Mark
0 wakabayashi Posted May 22, 2020 Posted May 22, 2020 It works for me without an issue. Are your products set in asm mode? You have set the suppliers too, right?
0 xjoy Posted August 24, 2020 Posted August 24, 2020 (edited) It works extremely slow. We have about 6500 products and 1000 products from our main supplier. Products lists appears after 20 seconds and it seriously slows down the server. Search for reference doesn't work. version 1.1.0 Edited August 24, 2020 by xjoy
0 led24ee Posted August 24, 2020 Posted August 24, 2020 (edited) I have about 20 000 + products, about 15 suppliers and there is maybe 2 or 3 seconds delay. But this ASM isn't working as expected so I don't use this. I still hope that in some day this ASM will be useful. Edited August 24, 2020 by led24ee
0 xjoy Posted August 25, 2020 Posted August 25, 2020 (edited) Any idea how can I track this problem? There is no bug inside (I enabled bugtracking). When profiler is switch on, dynamic search doesn't work. I just migrated my shop from Presta 1.6.18 -> 1.6.1.23 -> TB 1.0.8 -> TB 1.1.0 Edited August 27, 2020 by xjoy
0 xjoy Posted August 27, 2020 Posted August 27, 2020 I have a solution. IN AdminSupplyOrdersController.php line 2095: if ($idSupplier) { // $query->where('ps.`id_supplier` = '.$idSupplier.' OR p.`id_supplier` = '.$idSupplier); $query->where('ps.`id_supplier` = '.$idSupplier); } Second, add index ALTER TABLE TB_product_supplier ADD INDEX product_supplier_reference_idx (product_supplier_reference); 1
Question
Mark
Stock/Supply Orders/Edit
Manage the products you want to order from the supplier
This section it says "To add a product to the order, type the first letters of the product name, then select it from the drop-down list"
However this doesnt seem to work in either FF or Chrome.
(typing the first few letters of a product doesnt result in a list).
8 answers to this question
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