the shop page isn't an actual page, it's just a placeholder.
you can disable the sidebar by putting the following code at the bottom of your theme's functions.php (before the ?>)
remove_action( 'woo_main_after', 'woocommerce_get_sidebar', 10);
the shop page isn't an actual page, it's just a placeholder.
you can disable the sidebar by putting the following code at the bottom of your theme's functions.php (before the ?>)
remove_action( 'woo_main_after', 'woocommerce_get_sidebar', 10);