How to Customize Woocommece Checkout Page?

Solution:

First make child from theme and you can customize in this

woocommerce –> checkout –> form-checkout.php

by add filter in functions.php you can remove message

add_filter( 'wc_add_to_cart_message', 'custom_add_to_cart_message' );

and by CSS you can make display none for div or class, but is very use full for shopping website.