PA
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
- MSAnsweredHello,
You can change the limit for `getProductNames` method of the pos model `app/models/Pos_model.php`
Thank you - PAAnsweredIf 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
- PAAnsweredwould it be possible to make this modification?
- MSAnsweredHello,
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