MB
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.
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.
Attachments
- MSAnsweredHello,
There is no option. You will need to edit the view file `themes/default/admin/views/pos/add.php`
Thank you - MBAnsweredWhat 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 - MBAnsweredbecause 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--> - MSAnsweredHello,
> 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