Aleksanderlech Posted March 30, 2013 Share Posted March 30, 2013 (edited) Hello, I need to have left column displayed always. Right column was removed succesfuly, and left colum is visible everytime except payment - cashondelivery. Using debug window I found that $HOOK_LEFT_COLUMN has content on every page, but is empty on: index.php?fc=module&module=cashondelivery&controller=validation Left coumn is displayed in css. Where should I make chcnges to fill left coumn with blocks similar to other pages? Best regards Aleksander Edited March 31, 2013 by Aleksanderlech (see edit history) Link to comment Share on other sites More sharing options...
yaniv14 Posted March 30, 2013 Share Posted March 30, 2013 check in global.css few places that left_column is hidden (display: none) like: #order #left_column {display:none} #authentication #left_column {display:none} just search your entire global.css for '#left_column' 1 Link to comment Share on other sites More sharing options...
Aleksanderlech Posted March 30, 2013 Author Share Posted March 30, 2013 Hi Yniv, I already did that, and there is everything ok in CSS I think. More important is that there is no data in $HOOK_LEFT_COLUMN variable, so even showing left column in CSS gives no content in left column. Link to comment Share on other sites More sharing options...
yaniv14 Posted March 30, 2013 Share Posted March 30, 2013 Let me get it straight, you have modules hooked on the left column which you see on other pages but not on payment page even when you are not hidding the left column? check if those modules excludes from those pages in back office Modules -> Positions Link to comment Share on other sites More sharing options...
Aleksanderlech Posted March 31, 2013 Author Share Posted March 31, 2013 I did not excluded any modules - until today - I tried to exclude some block, and don't know if anything changed - by the way - if I exclude some block, how to include it back, and is there a way to check what modules/blocks are excluded? Best regards and Happy Easter! Aleksander Link to comment Share on other sites More sharing options...
yaniv14 Posted March 31, 2013 Share Posted March 31, 2013 When you go to Modules -> Positions, if you press on one of the modules edit button it will transfer you to Transplan module page and it will show you if the module has any excluded pages, and you will see the add & remove buttons Link to comment Share on other sites More sharing options...
Aleksanderlech Posted March 31, 2013 Author Share Posted March 31, 2013 No, there is no modules excluded. I think that Prestashop creators had some idea, because left column was hidden in css on every checkout process page. Link to comment Share on other sites More sharing options...
yaniv14 Posted March 31, 2013 Share Posted March 31, 2013 can you post a link to your site? Link to comment Share on other sites More sharing options...
vekia Posted March 31, 2013 Share Posted March 31, 2013 in this case url will be necessary exactly as @yaniv14 said, so i you are able - provide us an url please Link to comment Share on other sites More sharing options...
Aleksanderlech Posted March 31, 2013 Author Share Posted March 31, 2013 Here it is: http://alech.com/kis/ Link to comment Share on other sites More sharing options...
vekia Posted March 31, 2013 Share Posted March 31, 2013 can i create fake order? Link to comment Share on other sites More sharing options...
Aleksanderlech Posted March 31, 2013 Author Share Posted March 31, 2013 Sure you can Link to comment Share on other sites More sharing options...
Aleksanderlech Posted March 31, 2013 Author Share Posted March 31, 2013 Yaniv14's solution worked! "in modules/cashondelivery/controllers/front/validation.php a line that state '$this->display_column_left = false;' try changing it to '$this->display_column_left = true;'" Thank you very much guys for your time! Best regards Aleksander PS By the way - where can I find tutorial for creating modules - something more than on PS official documentation? Aleksander Link to comment Share on other sites More sharing options...
vekia Posted March 31, 2013 Share Posted March 31, 2013 so i don't have to create fake orders The best tutorials are... reading the code of free modules I don't know any other tutorials regards pozdrowienia z Polski Link to comment Share on other sites More sharing options...
Aleksanderlech Posted April 1, 2013 Author Share Posted April 1, 2013 On 3/31/2013 at 10:04 PM, vekia said: pozdrowienia z Polski Witam witam :-) Wesołych Świąt i dziękuję za pomoc! Link to comment Share on other sites More sharing options...
Recommended Posts