What bit are you stuck on? I’m using the bank wire module for Australian internet banking All we require is to show the Bank account name, the BSB (bank/branch/state) and the bank account number so the bank wire module is adequate for Australian Internet Banking I changed the words Bank Wire to Bank Deposit in various places but that is only a cosmetic change.
Hi,
In NZ, our internet payment details are made up of 3 parts, as in screenshot 2. (if I’ve managed to attach it)..
What I want is for the checkout screen to generate the fields, I have managed to do it for one part but I would like to pull in my customers surname for another part.
This is from my payment_return.tpl
I have modified the Bank wire module to get most of this but my serious lack of coding skills is leaving my high and dry, it’s the Surname part that I’m stuck with. I’m sure it’s basic but like I said, I’m no coder.
<span class=“bold”>{if $bankwireOwner}{$bankwireOwner}{else}___________{/if}</span>
- {l s= ‘with theses details’ mod=‘bankwire’}
<span class=“bold”>{if $bankwireDetails}{$bankwireDetails}{else}___________{/if}
</span>
<span class=“bold”>{l s=‘Particulars: =’ mod=‘bankwire’} <span <span class=“bold”>{if $lastname}{$lastname}{else}Your surname{/if}</span>
</span>
<span class=“bold”>{l s=‘Code: = ‘ mod=‘bankwire’}</span></span>{l s=‘Please leave this blank’ mod=‘bankwire’}</span>
</span>
<span class=“bold”>{l s=‘Ref: = ‘ mod=‘bankwire’}</span><span>{l s=‘Please use your order number which is ‘ mod=‘bankwire’}</span><span class=“bold”>{$id_order}</span>
- {l s=‘An e-mail has been sent to you with this information.’ mod=‘cheque’}
I hope this makes sense as I’m almost confusing myself ![]()









