I need to add and edit the text to choose payment type.
For example I want to add a payment type called Debit Card and also one named BPAY.
I would like to edit the spelling of the existing payment types as well possibly add or remove some others.
How can this be done?
- MSAnswered
Hello,
You will need to modify the
paid_opts
method ofapp/libraries/Sma.php
Thank you
- AWAnswered
I can not see the Sma.php file?
This is the files in the location:
File path: /POS/app/libraries/Bcrypt.php /POS/app/libraries/Datatables.php /POS/app/libraries/Escpos.php /POS/app/libraries/index.html /POS/app/libraries/Ion_auth.php /POS/app/libraries/Tec.php /POS/app/libraries/Tec_barcode.php /POS/app/libraries/Tec_mail.php
- MSAnswered
My bad, I thought it’s for the SMA. I am sorry as Simple POS don’t have that library. You will need to edit the view files directly.
- For POS:
themes/default/views/pos/index.php
search forpaying_by
around line no 790 - For add/edit payment:
themes/default/views/sales/add_payment.php
andthemes/default/views/sales/edit_payment.php
search forpaying_by
around line no 49 or 50
Thank you
- For POS:
- Login to Reply