Question: Can I Print Pos Receipt Without Qr Code

Can I Print Pos Receipt Without Qr Code

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 s

CW

Christina Wilson

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
  • MS

    Mian Saleem

    Answered
    Hello,

    You can edit the `themes/default/admin/views/pos/view.php` and add following rule to style tag.

    ```css
    .qrimg { display: none; }
    ```
    Thank you
  • CW

    Christina Wilson

    Answered
    thanks. very grateful
  • Login to Reply