Jump to content

Left Column not showing on cashondelivery & bankwire


Recommended Posts

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

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

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