CW
Asked
Hello,
I will like to print the barcode on my pos receipt but i don't want the QR code to also show on the receipt.
kindly show me which code i need to edit so that the barcode alone can show on the receipt but not the qr code.
You can perhaps add exact line to input in the code to make this work
Your responds is urgently needed here.
Thanks
I will like to print the barcode on my pos receipt but i don't want the QR code to also show on the receipt.
kindly show me which code i need to edit so that the barcode alone can show on the receipt but not the qr code.
You can perhaps add exact line to input in the code to make this work
Your responds is urgently needed here.
Thanks
- MSAnsweredHello,
You can edit the `themes/default/admin/views/pos/view.php` and add following rule to style tag.
```css
.qrimg { display: none; }
```
Thank you - CWAnsweredthanks. very grateful
- Login to Reply