Silvie Posted January 4, 2013 Share Posted January 4, 2013 (edited) Hi all, I've had a problem recently that I think more people could have - when creating a supply order (in the edit supply order screen), there is field for adding products, which opens a list of products. This list is powered by autocomplete jquery plugin and by default it shows only 20 products/their combinations. As I have more products in my shop with similar names and many, many combinations, and the autocomplete list is not scrollable, I could not select the products/combinations I needed to complete my supply order. The number of items displayed is set by default to 100 in /js/jquery/plugins/autocomplete/jquery.autocomplete.js (line 398, variable "max") and then, for this specific field, is changed to 20 in /admin/themes/default/template/controllers/supply-orders/helpers/form.tpl (line 231). You can change the number of items displayed by editing these values. It took me a white to figure this out, so hopefully it saves time to someone else having the same problem.. Edited January 4, 2013 by spiritcheer (see edit history) Link to comment Share on other sites More sharing options...
Requene Posted March 17, 2013 Share Posted March 17, 2013 Hi, i had the same problem. But do you even know how can we add all the combinations of one product (selected), in one time? thank you for your prompt answer Link to comment Share on other sites More sharing options...
Recommended Posts