'Woger Posted September 18, 2014 Share Posted September 18, 2014 Hi there, I am using 2 columns but when I go to payment I see 2 payment options using the complete width and 2 (paypal and bankwire) using only half of the width. I tried changing som files allready but withour any result. Using bugzilla I found this code for the paypal module: <div id="HOOK_PAYMENT"> <p class="payment_module"> <p class="payment_module"> <div class="row"> <div class="col-xs-12 col-md-6"> <p class="payment_module paypal"> <a id="paypal_process_payment" title="Pay with If I change div class="col-xs-12 col-md-6"> to div class="col-xs-12 col-md-12"> in bugzilla it shows the correct width, but I don't know where to change this. Does someone know where I can change this? Thanks, Roger Link to comment Share on other sites More sharing options...
nutxlago Posted September 18, 2014 Share Posted September 18, 2014 (edited) Roger, css rules for paypal should be in yourprestashop/modules/paypal.css and paypal.tpl to change div class as PayPal installs in main modules folder. For bankwire payment method, as it is part of Prestashop core, is under yourprestashop/yourtheme/css/global.css and tpl file should be under yourprestashop/yourtheme/modules/bankwire. Edited September 18, 2014 by nutxlago (see edit history) Link to comment Share on other sites More sharing options...
'Woger Posted September 18, 2014 Author Share Posted September 18, 2014 Nope, can't find anything there. Not in paypal.css and not in global.css. They both even contain a "col-xs-12 col-md-6" string. I think it's somewhere in a .tpl file, but I don't know which one. Link to comment Share on other sites More sharing options...
nutxlago Posted September 18, 2014 Share Posted September 18, 2014 Roger, css rules for paypal should be in yourprestashop/modules/paypal.css and paypal.tpl to change div class as PayPal installs in main modules folder. For bankwire payment method, as it is part of Prestashop core, is under yourprestashop/yourtheme/css/global.css and tpl file should be under yourprestashop/yourtheme/modules/bankwire. Sorry, Roger, I edited the answer late. To change div class you must go to .tpl (if not php) files paypal.tpl (if none, search for paypal.php) For bankwire see the quote Link to comment Share on other sites More sharing options...
'Woger Posted September 18, 2014 Author Share Posted September 18, 2014 OK, thanks, I changed these files: pico themes/default-bbotstrap/modules/bankwire/views/templates/hook/payment.tplpico modules/paypal/views/templates/hook/ --> 3 .tpl files And now it works. Thanks Link to comment Share on other sites More sharing options...
nutxlago Posted September 19, 2014 Share Posted September 19, 2014 (edited) I am glad you had found your way in the Prestashop forest . Please, mark your post as solved, so that others looking for similar solution can find help in your answer. Edited September 19, 2014 by nutxlago (see edit history) Link to comment Share on other sites More sharing options...
GenZai Posted February 7, 2015 Share Posted February 7, 2015 I found it here /modules/paypal/views/templates/hook/express_checkout_payment.tpl Link to comment Share on other sites More sharing options...
Recommended Posts