We created a new page, and added products block and side bar(shop filter) , the problem is the filter is not showing up on the frontend, please help enable it to show up in the frontend.
This happens because WooCommerce filters (sidebar widgets) only work on Shop and product archive pages by default. When you create a custom page with a product grid or carousel widget, it doesn’t automatically inherit the shop filtering system.
You can either create a custom sidebar and assign it to that page, but note it will not include dynamic WooCommerce filters there. Or, if you need working filters (price, attributes, stock, etc.), you should use a proper Product Archive layout with the WooCommerce query instead of a static page and use the product archive and sidebar widget in the layout.