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
- MSAnswered
Hello,
You can change the limit for
getProductNames
method of the pos modelapp/models/Pos_model.php
Thank you
- PAAnswered
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
- PAAnswered
would it be possible to make this modification?
- MSAnswered
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 tonewTr.appendTo('#posTable');
in thethemes/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