My business is about application hosting where I charge my customers on per users bases. How can I change title 'Qty' on Shopping Cart bar to 'Users', shown in box in attached picture?
I think I have found the code but I don't know how to edit it properly. It is in viewcart.tpl on line numbers 80-81.
<div class="col-sm-2 hidden-xs text-center">
{$LANG.orderForm.qty}
Please help me edit this code or if I am wrong, help me do it right way.