I am making a custome theme and i want to add the custom header and footer to cart and checkout page. But, get_footer('cart') is not working and it is loading the default header and footer even when i am not calling for header and footer they are still there.
How can we display my custom “footer_cart.php” to the woocommerce cart page? Either with get_footer(); or with is_cart function