Print button NOT working in POS Offline Mode

Hi Folks,

I need to make custom print format for POS in both online and offline mode. When ever I add new cart> select items> pay Print does nothing.
Is this a bug or I am missing something?
Please guide me the steps for resolving this issue.

Thanks

For offline you have to create JS side print format(check existing print format Point of Sale) and for online create server side print format(check existing print format POS Invoice). Kindly set these print formats in the respective pos profile.

Thanks for your reply @rohit_w Can you guide me the steps for offline mode?

Thanking in advance

I got the same error. Print button not working. Any suggestions???

There is some error in your print format script.

If even 1 field is not present then print button will become inactive.

Check your console log for error.

Thank you…
Will check…