Question: How to hide bill printing option on POS page

How to hide bill printing option on POS page

Hello, How to hide bill printing options on the POS page? Or make it shown/hidden for the only Owner user I don't want this option for sales users. Best regards.

MB

Mehdi boudhir

Asked
Hello,
How to hide bill printing options on the POS page? Or make it shown/hidden for the only Owner user
I don't want this option for sales users.

Best regards.
  • MS

    Mian Saleem

    Answered
    Hello,

    There is no option. You will need to edit the view file `themes/default/admin/views/pos/add.php`

    Thank you
  • MB

    Mehdi boudhir

    Answered
    What lines can I remove exactly, without effect any errors?
    Can I delete this div?

    <!--div class="btn-group-vertical btn-block">
    <button type="button" class="btn btn-info btn-block" id="print_order">
    <?=lang('order');?>
    </button>
    <button type="button" class="btn btn-primary btn-block" id="print_bill">
    <?=lang('bill');?>
    </button>
    </div-->


    Best regards
  • MB

    Mehdi boudhir

    Answered
    because I commented it like that and these still make a print :
    <!--div class="btn-group-vertical btn-block">
    <button type="button" class="btn btn-info btn-block" id="print_order">
    <?/* =lang('order');*/?>
    </button>
    <button type="button" class="btn btn-primary btn-block" id="print_bill">
    <?/* =lang('bill');*/?>
    </button>
    </div-->
  • MS

    Mian Saleem

    Answered
    Hello,

    > We don't offer support for modifications or modified versions. You are allowed to modify the item as you need as per license at your own risk. If you are not sure, you can hire any developer to help you modify.

    I can only point you the file and I have already did that in my previous reply. If you still can't manage, you can open paid ticket to get the snippets.

    Thank you
  • Login to Reply