I installed the POS module but nothing working on… POS window is opening but no fields are responding and not working any of links … please let me know the reason … guide me to fix it…
Installed in SMA version …
- EGAnswered
Hello,
Can you share a screenshot of the challenge you are having?
You can also share your recent error log in
app/logs
To enable error logging, set
$config['log_threshold']
to the value of1
, for example$config['log_threshold'] = 1
; - PAnswered
I fixed that … I have another question I want to edit the billing format … please guide me which files I have to edit for correcting to our billing format … and any easy method to create a new billing format in POS and Dashboard.
Thank You
- MSAnswered
Hello,
Please be informed that we don’t offer support for modifications and modified versions. You are allowed to modify item code at your own risk as per license.
You can modify the
themes/default/admin/views/pos/view.php
for web browser andthemes/default/admin/views/pos/remote_printing.php
for PHP/POS Server as you like.Thank you
- Login to Reply