Zen_j1 Posted January 3, 2013 Share Posted January 3, 2013 Hi there, I would like to add left column with categories menu and special offer module on order page (Checkout page) I have removed right column from my website please help Link to comment Share on other sites More sharing options...
tdr170 Posted January 3, 2013 Share Posted January 3, 2013 For 1 page checkout with right column removed edit global.css and change the section below. /* ************************************************************************************************ PAGE ORDER-OPC ************************************************************************************************ */ #order-opc #left_column {display:block} #order-opc #center_column{width:736px} 1 Link to comment Share on other sites More sharing options...
Zen_j1 Posted January 23, 2013 Author Share Posted January 23, 2013 Thank you tdr170 I am using 5 page checkout how i am suppose to do this in 5 page check out? Link to comment Share on other sites More sharing options...
tdr170 Posted January 24, 2013 Share Posted January 24, 2013 You will need to edit the same code but under this heading: /* ************************************************************************************************ PAIMENT - PAGE ORDER ************************************************************************************************ */ /* nav bottom ********************************************************************************** */ There are 5 steps scroll through them and modify any code pertaining to column display as in my original post. Link to comment Share on other sites More sharing options...
Recommended Posts