How to get content on a blank basket/cart page in a custom theme with woocommerce

I ended up reintroducing my page-basket.php to my project and adding the line below to it and everything worked out just fone.

<?php echo do_shortcode("[woocommerce_cart]"); ?>

I don’t know if this is the correct way to do things but it works