Jump to content

Paypall module layout in order page (resolved)


dtgmaze

Recommended Posts

I think it is styling issue of the hook from the payment module.

 

you may need to modify the hook THEME file of your Paypal payment module - it should be adjusted based on your store theme.

 

Usually the file is under following folder

 

/modules/yourpaypalmodulefolder/views/hook/

 

 

You need remove the following code in red from your hook theme file, it will fix the issue

 

<div class="col-xs-12 col-md-6">
        <p class="payment_module paypal">
        <a href="javascript:void(0)" onclick="$('#paypal_payment_form_payment').submit();" title="Betaal met Paypal">
<img src="/modules/paypal/views/img/logos/NL_PayPal_logo_100x45.gif" alt="Pay with your card or your PayPal account">
                    Pay with your card or your PayPal account
                   
</a>
</p>
    </div>
  • Like 1
Link to comment
Share on other sites

Hi, 

 

Great thanks to shokinro

Like he mentioned I adjusted the files in \paypal\views\templates\hook from <div class="col-xs-12 col-md-6"> to <div class="col-xs-12">

 

That fixed my layout problem 

Big Thankyou!

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...