cerovic Posted May 15, 2013 Share Posted May 15, 2013 (edited) Hi. I addpted default theme to my purpose. I have all web with 2 columns. The problem is that can not see any module in left column in confirmation page. The left column is there, but empty. Do anybody ahve any ide why? All modules have no dispay restrictions, so I do not know why is left comumn just in confirmation page. Edited May 25, 2013 by cerkoxxl (see edit history) Link to comment Share on other sites More sharing options...
Doulas Akula Posted May 15, 2013 Share Posted May 15, 2013 It could be possible the module is not hooked to the left column of the confirmation page. Link to comment Share on other sites More sharing options...
Jiten rash (away) Posted May 16, 2013 Share Posted May 16, 2013 add this to global.css body#order #center_column {width:905px;} body#order #right_column {display:none;} body#order #left_column {display:block;} Link to comment Share on other sites More sharing options...
vekia Posted May 16, 2013 Share Posted May 16, 2013 hello this column doesn't appear only with paypal module, or with other payment methods too? can you check it, please? Link to comment Share on other sites More sharing options...
cerovic Posted May 20, 2013 Author Share Posted May 20, 2013 (edited) First of all I want to say really sorry for my late reaction. I was few day off without any connection to PC world. hello this column doesn't appear only with paypal module, or with other payment methods too? can you check it, please? Thank you, I checked it and it appears just on paypall confirmation page. add this to global.css body#order #center_column {width:905px;} body#order #right_column {display:none;} body#order #left_column {display:block;} Thank you, but code you have written is issue of dispaying left, right and center colum and this is not problem about dispaing left column. As I mentioned the left colum is there just empty, so it is like you are delete all module form left column. The left colum has proper display: block atribute. It could be possible the module is not hooked to the left column of the confirmation page. Thank you. You know, the modules on left column is set for every page, so the same list of modules should be dispayed on index page, product page and also confimation page (of cource if you do not use dispay restriction and I did not us any). Edited May 20, 2013 by cerkoxxl (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted May 20, 2013 Share Posted May 20, 2013 can you use {debug} in the paypal template file (payment) and then check what you've got in the HOOK_LEFT_COLUMN ? You will see popup with information about variables / constants Link to comment Share on other sites More sharing options...
cerovic Posted May 20, 2013 Author Share Posted May 20, 2013 To tell the true, I am not seute what to do with {debug}. I will try find more about debug in this forum and let you know, If it helps to find problem Link to comment Share on other sites More sharing options...
cerovic Posted May 20, 2013 Author Share Posted May 20, 2013 can you use {debug} in the paypal template file (payment) and then check what you've got in the HOOK_LEFT_COLUMN ? You will see popup with information about variables / constants I tried to read more about debuging but I did not found any normal information about it. I fond module http://www.prestashop.com/forums/topic/147440-module-debug-v12-enable-debug-from-back-office-ps1315/ I Installed it, and no bug was appeared. I also tried to copy code {debug} to top of order-confirmation.tpl form paypal module and also nothing appears. I do not know If my procedure was correct or not.. However I realize that we have the same files order-confirmation.tpl. One in themes folder and one in paypal folder. Both are same just the paypal one has additionally information about paypal payment. But no difference for displaying any column or modules. So does not have connection with fact that the bank by wire module and cash on delivery use the file from theme and paypal module use own order-confirmation.tpl which is in completely different folder that theme folder? Link to comment Share on other sites More sharing options...
vekia Posted May 20, 2013 Share Posted May 20, 2013 pot the {debug} into to header.tpl file located in your theme directory then turn force compilation on. You will probably see popup with information about variables / hooks etc. Link to comment Share on other sites More sharing options...
cerovic Posted May 20, 2013 Author Share Posted May 20, 2013 (edited) Here is content of popup window. First is debug console of index page Second is debug console of paypal confirmation page You can see no value in left column in paypal confirmaion. index_page.doc paypall_confirmation.doc Edited May 20, 2013 by cerkoxxl (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted May 21, 2013 Share Posted May 21, 2013 hello sorry to bother you but not everyone has got office (.doc files) Link to comment Share on other sites More sharing options...
yaniv14 Posted May 22, 2013 Share Posted May 22, 2013 inside your paypal folder there is a controller override, so you need to edit 'modules/paypal/controller/front/submit & confirm'.php's and look for: public $display_column_left = false; and change to: public $display_column_left = true; haven't tested it , but it seem logic 5 Link to comment Share on other sites More sharing options...
vekia Posted May 22, 2013 Share Posted May 22, 2013 i checked it and you've got absolutely right , by default there is $display_column_left = false Link to comment Share on other sites More sharing options...
cerovic Posted May 25, 2013 Author Share Posted May 25, 2013 Thank you both (yaniv14 and vekia). You were right. Thanks for help. Link to comment Share on other sites More sharing options...
nagababu Posted May 28, 2013 Share Posted May 28, 2013 Thank you both (yaniv14 and vekia). You were right. Thanks for help. Link to comment Share on other sites More sharing options...
vekia Posted May 28, 2013 Share Posted May 28, 2013 thanks for information, anyway, if you've got any questions related to this case - feel free to continue discussion here - [solved] isn't mean closed regards Link to comment Share on other sites More sharing options...
MaartenB Posted February 10, 2015 Share Posted February 10, 2015 Hello, My problem is the other way. I don't want to show the left column on the paypal conirmation page. submit.php and confirm.php are both showing: public $display_column_left = false; Still the left column is showing up. This only happens with the paypal module. I cannot figure out why. Someone has an idea? Link to comment Share on other sites More sharing options...
Designinfo Posted May 14, 2015 Share Posted May 14, 2015 https://www.prestashop.com/forums/topic/306489-payment-gateway-module-not-showing-on-front-end/ I have installed the following 1.Payment by cheque 2.Bankwire 3.Cash on delivery I have given all permissions of countries , Users , products to all the above. However none of the payment options are visible when I try to purchase a product. The payment gateway 5 page method works fine with all pages loading and the final page shows the total amount with the taxes but no payment option visible as it used to before. I have the following enabled public $display_column_left = true; in all my payment plugins and also they are hooked to the following 1. displayPayment 2. displayPaymentEU 3. displayPaymentReturn I think there is no left and right column enabled on my payment page. there seems to be just the center column. Also i tried to open the global.css to change the width of the column to see if that helped . However it was such a lengthy code that i didnt know where to add the following body#order #center_column {width:500px;} body#order #right_column {width:500px;}body#order #left_column {display:none;} what changes should i make and how should i make .Please explain in detail . Many users seem to have this issue. Link to comment Share on other sites More sharing options...
Samanta88 Posted June 4, 2015 Share Posted June 4, 2015 (edited) In paypal payment after continue confirmation page not coming....it's direct submited.... pls help me Edited June 4, 2015 by Samanta88 (see edit history) Link to comment Share on other sites More sharing options...
borchvm Posted March 2, 2017 Share Posted March 2, 2017 inside your paypal folder there is a controller override, so you need to edit 'modules/paypal/controller/front/submit & confirm'.php's and look for: and change to: haven't tested it , but it seem logic Thank you very much, that's exactly what happened, regards! Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now