How do I put woocommerce cart page to my checkout page? [closed]

To remove order review from checkout page...

In your plugin folder Go To woocommerce->includes->wc-template-functions.php Now press ctrl+f and write woocommerce_order_review and press enter. You will find a function of the same name. Just remove its body(portion that comes under{}) And its done.

To show cart page and checkout page on sigle custom page

you can use shortcode [woocommerce_cart] for cart and [woocommerce_checkout] for checkout on a custom page.Use both shortcode on a single page that might do the trick.