- MSAnsweredHello,
There is no option from settings. You can add following to `assets/custom/custom.css`
```css
.bcimg, .qrimg {
display: none;
}
```
The above file is for SMA only for sales, quotations and purchases. You might need to add the above code to `assets/custom/pos.css` & `assets/custom/shop.css` to hide them in receipts and shop order views.
Thank you - MKAnsweredRemoved, thanks
- MKAnsweredHow to increase number of list on drop down at "Search product by name" in "POS module"
- MSAnsweredHello,
You can modify the limit for method `getProductNames` in `app/models/admin/Sales_model.php` for sales and same method name in `app/models/admin/Purchases_model.php`
Thank you - MKAnsweredthanks updated
- MKAnsweredHow to change the invoice paper size to A4 paper size?
- MKAnswered**[Mian Saleem](/u/saleem)** I have updated getProductNames into 20 but 11 products listed on sales model. can't i scroll down other using mouse?
- MSAnsweredHello,
Please hire developer to help you modify the item as you need.
Thank you - Login to Reply