So far, I was able to disable to sidebars from appearing by using display:none. Unfortunately, this leads to some layout issues because the sidebar template is still being used.
For example, on the cart page, if you look at the css for the post, it says “.has-both-sidebars” under the css. I forgot how I did it but I was tweaking it earlier and realized this sidebar-related template was altering the alignment of the checkout area slightly. I’ve already disabled sidebars to “No Sidebar” on woocommerce settings and the default wordpress settings, that is not the issue.
Thanks,
Amir
//EDIT: Please remove this post. I figured out the issue. I also have to disable sidebars in the individual automatically-generated pages that Woocommerce makes. :/