Prasoft
Prasoft

Reputation: 43

How to hide sidebar in magento checkout page?

I want to hide siderbar in magento checkout page. Any one can suggest me to how to do this?

Thanks

Upvotes: 0

Views: 792

Answers (1)

benmarks
benmarks

Reputation: 23205

Easiest way would be display:none in CSS, as the js in opcheckout.js will be interacting with the DOM elements in that div to update information via AJAX.

Upvotes: 2

Related Questions