Hi, Thank you for this system. I have 2 questions:
-
When I search for a product in the search bar in the POS interface, It loads the last matching item for the entered text. I want to disable that, because sometimes it adds a wrong product because of a spelling mistake.
-
Is it possible to show a small image for the suggested products when searching for a product?
Thank you.
- MSAnswered
Hello,
There isn’t such an option unless you modify the item code.
The pos sale file is
themes/default/admin/views/pos/add.php
For adding image, you will need to modify the pos controller, model (app/controllers/admin/Pos.php & app/models/admin/Pos_model.php) and the above view file.
Please be informed that we don’t offer support for modification or modified versions. You are allowed to modify item code at your own risk as per license.
Thank you
- Login to Reply