Question: Show More Products In Pos

Show More Products In Pos

I have several products that are shown with the same name, it would be possible that 20 products are shown instead of the 10 that are shown in the POS

PA

Pablo Javier León Alcivar

Asked

I have several products that are shown with the same name, it would be possible that 20 products are shown instead of the 10 that are shown in the POS

  • MS

    Mian Saleem

    Answered

    Hello,

    You can change the limit for getProductNames method of the pos model app/models/Pos_model.php

    Thank you

  • PA

    Pablo Javier León Alcivar

    Answered

    If I already change the limit but still it does not reflect more than 10 products, It would also be better that when adding a new product for sale it stays at the top since at the moment they are ordered by id number and this causes conflict when searching for the product to add more quantities in a long list

  • PA

    Pablo Javier León Alcivar

    Answered

    would it be possible to make this modification?

  • MS

    Mian Saleem

    Answered

    Hello,

    Yes, the you have change the limit and it should reflect in the search results unless there are results available for the search term.

    Simple POS newTr.prependTo('#posTable'); prepend the order item. If you need to newTr.appendTo('#posTable'); in the themes/default/assets/dev/js/pos.js and then run ‘gulp libsPosjs’ to minify it.

    Please be informed that we don’t offer support for modifications and modified versions. You are allowed to do it at your own risk as per license.

    Thank you

  • Login to Reply