MR
Asked
Whenever we are typing a product its automatically adding to products list without us completing the product name. Sometimes due to this wrong product is being added. We manually want to the product from the suggestions. Also we want to increase the number of suggestions being shown.
Please refer to attached file.
Please refer to attached file.
- MSAnsweredIf there is only 1 products matched with query, it will be automatically added to the order.
You can update the limit by modifying the `getProductNames` method of `app/models/admin/Sales_model.php` - MSAnsweredYou can check the suggestions method for the model and method of Products controller
- Login to Reply