folkifoon Posted October 2, 2013 Share Posted October 2, 2013 Hi,I am trying to show the left column on all my pages. For a lot of pages i had to edit the css files, In some i had to add: body#addresses #center_column {width:757px;} body#addresses #right_column {display:none;} body#addresses #left_column {display:block;} In other files i had to change the value to:#my-account #left_column {display:true} instead of false. But when im choosing my paymant methods cash on delivery or bankwire, the left column doesnt show.How can i fix this? Link to comment Share on other sites More sharing options...
vekia Posted October 2, 2013 Share Posted October 2, 2013 check module controllers (modules/cashondelivery/controllers/front/validation.php), there should be something like: public function initContent() { $this->display_column_left = false; just remove $this->display_column_left = false; the same for other payment modules Link to comment Share on other sites More sharing options...
folkifoon Posted October 2, 2013 Author Share Posted October 2, 2013 I found that earlier and changed false to "true", that didnt work. Removing "$this->display_column_left = false;" didnt make a difference...strange 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