csb1983 Posted April 16, 2012 Share Posted April 16, 2012 Hello, I am struggling to find away to disable the left column on the payment modules on my website, I have successfully made the entire cart process full width with the exception of the payment modules. I have used the method of { $page_name != 'order'} to exclude the left modules on all other pages throughout the cart process, but as the payment modules are modules are not pages the above method will not work. Any help would be greatfully recieved. Chris Link to comment Share on other sites More sharing options...
bellini13 Posted April 17, 2012 Share Posted April 17, 2012 you could use echo statements to determine what the $page_name is for the module pages. Then just add that value to your condition 1 Link to comment Share on other sites More sharing options...
csb1983 Posted April 18, 2012 Author Share Posted April 18, 2012 Good thinking bellini13, I'll give that a bash now, thanks for your reply. Chris 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