TP
Asked
Data we entered in "Product details for invoice" field, doesn't prints on invoice.
- MSAnsweredHello,
It should be printed on the sale. Can you please attach the sale view screenshot.
Thank you - TPAnsweredWe have entered "6 Months Warranty" in Product details for invoice feild.Attachments
- MSAnsweredHello,
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 - TPAnsweredContent 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" ? - MSAnsweredHello,
You can modify the receipt view file `themes/default/admin/views/pos/view.php` as you need.
Thank you - TPAnsweredcan we have the code please ?
- MSAnsweredHello,
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