Jump to content

How to change the field length of Bank wire module?


Recommended Posts

Hello,

I am trying to adjust the length of payment field which have now a different length (in attach).

I understood that I need to go  here:

 

bankwire/views/templates//hook/payment.tlp

"<p class="payment_module">
    <a href="{$link->getModuleLink('bankwire', 'payment')|escape:'html'}" title="{l s='Pay by bank wire' mod='bankwire'}">
        <img src="{$this_path_bw}bankwire.jpg" alt="{l s='Pay by bank wire' mod='bankwire'}" width="86" height="49"/>
        {l s='Pay by bank wire' mod='bankwire'} <span>{l s='(order processing will be longer)' mod='bankwire'}</span>
    </a>
</p>"

 

 

 

 and I need to use that line:

<div class="col-xs-12 col-md-12">

 

I cannot understand where to insert that magic line

 

I found that place in PayPal module, I corrected and it worked perfectly

post-1060082-0-96585400-1464708435_thumb.jpg

Edited by FashionDetails (see edit history)
Link to comment
Share on other sites

I tried to change how I could see on PayPal, adding the missing lines:

 

<div class="row">
    <div class="col-xs-12 col-md-12">

<p class="payment_module">
    <a href="{$link->getModuleLink('bankwire', 'payment')|escape:'html'}" title="{l s='Pay by bank wire' mod='bankwire'}">
        <img src="{$this_path_bw}bankwire.jpg" alt="{l s='Pay by bank wire' mod='bankwire'}" width="86" height="49"/>
        {l s='Pay by bank wire' mod='bankwire'} <span>{l s='(order processing will be longer)' mod='bankwire'}</span>
    </a>
</p>

   </div>
</div>

 

But it doesn't work. Also how to remove that ugly arrow > which appears just in the bank transfer

Link to comment
Share on other sites

But really nobody knows? If somebody just could have a look at bankwire/views/templates//hook/payment.tlp on their own site to put here the code of that piece? I think bank wire module is quite standard

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...