Jump to content

Bankwire - add links to banks in the last page


Recommended Posts

What file do I need to edit to do this? When customer confirms order, the payment refence and other information about paying is displayed, I would like to add links to banks in my country in the end of that page so that it would be easier for the customer. I have edited this page in the past, corrected some errors in translation and some stuff regarding the style but I just cannot remember what file it was.

Link to comment
Share on other sites

in this case you have to edit this module manually. Open the .tpl file located in the module directory:

views/templates/hook/payment_return.tpl

 

all you have to do - is to add own code with links to banks, for example

 

<a href="http://url_to_bank.com">SAMPLE BANK</a>

Link to comment
Share on other sites

×
×
  • Create New...