Reputation: 43
I want to hide siderbar in magento checkout page. Any one can suggest me to how to do this?
Thanks
Upvotes: 0
Views: 792
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