The WooCommerce sidebar is not supported yet, I have to add code to make it supported: ```php add_action('get_sidebar', function () { do_action('woocommerce_sidebar'); }, 10, 0); ````