By Uwe Sunkel on Sunday, 19 November 2017
Posted in Payment Gateways
Replies 7
Likes 0
Views 894
Votes 0
Hi,

Offline payment currently offers the option to enter the name of the bank and the number of the bank account. In Germany and many other EU-countries you have to provide IBAN, BIC and Name of the Bank. Please check. I think this option is missing completely.

Also there is only an option to chose between Cash, Cheque and Others. How can these options be changed or how can I add wire transfer etc.?

Regards,
Uwe
Hello Sera,

You can additional option in offline payment app by doing some customization in Offline app.
Refer below mentioned link for more information.
https://stackideas.com/docs/payplans/administrators/customizations/how-to-add-custom-fields-in-offline-app

If you want to additional option in that menu , you need to add the option in below mentioned file.
Path : Root/plugins/payplans/offlinepay/offlinepay/app/offlinepay/transaction.xml

find below mentioned code

<field name="from"
type="parammanipulator"
default="Cash"
class="form-control"
label="COM_PAYPLANS_APP_OFFLINE_TRANSACTION_FROM_LABEL"
description="COM_PAYPLANS_APP_OFFLINE_TRANSACTION_FROM_DESC">
<option value="Cash" params="amount,currency">COM_PAYPLANS_Cash</option>
<option value="Cheque" params="id,amount,currency">COM_PAYPLANS_Cheque</option>
<option value="DD" params="id,amount,currency">COM_PAYPLANS_Demand_Draft</option>
</field>


Here you can add wire transfer in option and you need to create filed for it like amount.

Please update me if you have any query.
·
Monday, 20 November 2017 11:38
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Manisha,

Can this be done as override? The hack described will be overwritten when I do an update.
·
Monday, 20 November 2017 14:50
·
0 Likes
·
0 Votes
·
0 Comments
·
And your suggestion does NOT solve the issue that there is no field in the backend settings where I can enter the BIC and IBAN for our bank account. So this is not a solution. Please advise.
·
Monday, 20 November 2017 15:00
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Uwe,

No, it's can't done by template overriding, you need to do the changes in original file.
When you upgrade this app, you need to take backup before up gradation.
·
Monday, 20 November 2017 15:10
·
0 Likes
·
0 Votes
·
0 Comments
·
Well ... as I said then this not a solution. I think many of your customers are based in Europa. And here it is a need to have this information for offline payments. So I recommend that you put this on the list of to-dos. It is an essential functionality for us.

Thanks!
·
Monday, 20 November 2017 15:40
·
0 Likes
·
0 Votes
·
0 Comments
·
... and it's very easy to add it to the original files as an option too
·
Monday, 20 November 2017 15:41
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Uwe,

As of now we didn't get much request to implement offline pay app for European country.
You can post your request to our feature request section.
·
Monday, 20 November 2017 16:01
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post