I want to add delivery charges to my bill. Can I change the current tax to delivery? Can I add the Delivery chargers fee to my bill? How do I do that? Would you please tell me the cords that need to be changed? Thank you.
- MSAnswered
Hello,
Simple POS doesn’t have delivery option.
Thank you
- TPAnswered
I need to change tax text to delivery
- MSAnswered
Hello,
If you just call the tax to something else, you can change the language file
app/language/english/app_lang.php
Thank you
- MSAnswered
Hello,
Any receipt printer that support ESCPOS command should be fine with PHP/POS Print Server. For web browser, they should be able to handle html print send by browser. I know some clients are using EPSON TM series.
Thank you
- MSAnswered
Hello,
Please be informed that we don’t offer support for modifications and modified versions. You are allowed to modify the time code as you need as per license.
The settings view file is
themes/default/views/settings/index.php
Thank you
- MSAnswered
Hello,
There is no such option to add picture to the bill footer. You will need op modify the item code to get desired result.
The pos view file is
themes/default/views/pos/view.php
while bill data is added by javascript filethemes/default/assets/dev/js/pos.js
that should be compiled tothemes/default/assets/dist/js/pos.min.js
Thank you
- Login to Reply