Jump to content

[SOLVED] How I can add "left columns " in "Shopping cart summary page" ?


Recommended Posts

okay, in this case you have to open themes/DEFAULT/css/global.css file

and remove these styles
 

#order #center_column, #order-confirmation #center_column {
width: 757px;
}

global css line 723

 

and

#order #left_column, #order-confirmation #left_column {
display: none;
}

global.css line 722

 

 

effect:

yWCQTFy.png

  • Like 1
Link to comment
Share on other sites

  • 4 months later...

okay, in this case you have to open themes/DEFAULT/css/global.css file

and remove these styles

 

#order #center_column, #order-confirmation #center_column {
width: 757px;
}

global css line 723

 

and

#order #left_column, #order-confirmation #left_column {
display: none;
}

global.css line 722

 

 

effect:

yWCQTFy.png

 

Thank you very much, @Vekia. It worked for me, too. You rock!

For those using version 1.5.6.1, the action line numbers are line 691 and line 690 respectively.

Link to comment
Share on other sites

  • 2 weeks later...

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