Data we entered in “Product details for invoice” field, doesn’t prints on invoice.
- MSAnswered
Hello,
It should be printed on the sale. Can you please attach the sale view screenshot.
Thank you
- TPAnswered
We have entered “6 Months Warranty” in Product details for invoice feild.
Attachments - MSAnswered
Hello,
No. The receipt view is compact and don’t have that info. You will need to view sale or sale modal to get all the details.
Thank you
- TPAnswered
Content in the “Product details for invoice” field, prints in the invoice, when we follow the “Add sales”. So, can we have the code to do that same in “POS sales” ?
- MSAnswered
Hello,
You can modify the receipt view file
themes/default/admin/views/pos/view.php
as you need.Thank you
- TPAnswered
can we have the code please ?
- MSAnswered
Hello,
You can check the
themes/default/admin/views/sales/view.php
and use those in yoir receipt view file. As I know you can use$row->details
for invoice details.Thank you
- Login to Reply