Question: Turn off auto add items when doing entry

Turn off auto add items when doing entry

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

MR

Muzammil Abdul Rauf

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.
  • MS

    Mian Saleem

    Answered
    If 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`
  • MS

    Mian Saleem

    Answered
    You can check the suggestions method for the model and method of Products controller
  • Login to Reply